/* common */

@font-face {
	font-family: feather;
	src: url(/fonts/feather.ttf?61f07ee8e12f6873a5ab7a35f40dbf01);
	font-display: swap;
}
.far{
	display: inline-block;
    font: normal normal normal 16px/1 "feather";
    font-size: 16px;
	vertical-align: middle;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.far-edit::after{
	content: "";
}
.far-download::after{
	content: "";
}
.tsubaki-container {
	padding-top: 118px;
	min-height: calc(100vh - 340px);
}

.wrap {
	max-width: 1440px;
	margin: 0 auto;
}

.wrap-md {
	max-width: 1140px;
	margin: 0 auto;
}

.wrap-sm {
	max-width: 1040px;
	margin: 0 auto;
}

.crumbs-nav .breadcrumbs1 {
	padding: 0px !important;
}

.crumbs-nav .breadcrumbs a {
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0;
	line-height: normal;
	margin-right: 32px;
	display: inline-block;
	position: relative;
}

.crumbs-nav .breadcrumbs a::after {
	content: "";
	display: inline-block;
	opacity: 0.5;
	background: #475A66;
	width: 20px;
	height: 1px;
	position: absolute;
	right: -26px;
	top: 9px;
}

.crumbs-nav .breadcrumbs a.active-crumbs {
	opacity: 0.5;
}

.crumbs-nav .breadcrumbs a.active-crumbs::after {
	display: none;
}


/* boostrap overwrite */

a:focus,
a:hover {
	text-decoration: none;
	/* color: initial; */
}

ol,
ul {
	margin-bottom: 0;
}

label {
	margin-bottom: 0;
}

.pagination {
	margin: 10px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
	color: #666666;
}

.pagination span.active,
.pagination a {
	color: #0099FF;
	border: 1px solid #0099FF;
	background-color: transparent;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	margin: 0 4px;
	width: 40px;
	height: 40px;
	padding: 6px 0;
	text-align: center;
	line-height: 28px;
}

.pagination span.active {
	color: #B3B3B3;
	border: 1px solid #B3B3B3;
}

.jump-ipt {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #B3B3B3;
	width: 50px;
	padding: 5px;
	text-align: center;
	margin: 0 5px;
}

.jump-ipt:focus,
.jump-ipt:active {
	border-color: #0099FF;
}

.pagination .jump-btn {
	width: auto;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	height: auto;
	padding: 5px 10px;
	border: 1px solid #e3e3e3;
	background: #e3e3e3;
	color: #333333;
}

.modal-content {
	box-shadow: none;
	border: none;
	width: 100%;
	border-radius: 16px;
	/* height: calc(100vh - 40px);
	overflow-y: scroll; */
}

.modal-body-con {
	padding: 30px 60px;
}

.modal-backdrop {
	bottom: 0;
	z-index: 1000;
}

.modal-header {
	border-bottom: none;
	padding: 30px 60px 0;
}

.modal-title {
	font-weight: 500;
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 26px;
}

.modal-header .close {
	position: absolute;
}

.modal-body {
	padding: 0;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	/* min-height: calc(100% - 1rem); */
	justify-content: center;
}

.modal-w1040 {
	width: 1040px;
}

.modal-w1000 {
	width: 1000px;
}

.table {
	margin-bottom: 40px;
}

.table>thead>tr>th {
	border-bottom: none;
}

.table>thead>tr>th {
	padding: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	line-height: 28px;
}

.table>tbody>tr>td {
	padding: 20px 10px;
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 28px;
	border-top: 1px solid #E6E6E6;
}


/* boostrap overwrite -end */

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center;
}

.btnw240 {
	width: 240px;
}

.plr-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.plr-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.ptb-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.mr-20 {
	margin-right: 20px;
}


/* common end*/

.prd-filter-box {
	padding: 24px 0;
}

.prd-select-box {
	border-bottom: 1px solid #E6E6E6;
}

.prd-select-box .filter-menu {
	padding: 20px 25px 10px 25px;
}

.btn-type-clear {
	display: flex;
	width: 100vw;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #E6E6E6;
	padding: 20px 0
}

.filter-select-list {
	display: flex;
	display: -webkit-flex;
	border-top: 1px solid #E6E6E6;
	position: relative;
}

.filter-select-list .filter-l-name {
	padding: 12px 0 12px 24px;
	background: #F2F2F2;
	font-weight: 500;
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	line-height: 28px;
	width: 140px;
}

.category-name {
	position: relative;
	cursor: pointer;
}

.category-name::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(/images/sort.svg?638a2c211ef613673f6b46061843ce32);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	position: absolute;
	top: 18px;
	left: 8px;
	display: none;
}

.category-name.open::before {
	background-image: url(/images/open.svg?e60c7139b0c30958e6de94c3fbc1c186);
}

.filter-select-list .filter-r-option {
	padding: 12px 0 0 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex: 1;
	padding-right: 40px;
}

.filter-item {
	padding-right: 52px;
	padding-bottom: 12px;
	position: relative;
}

.filter-item.show-toggle {
	display: none;
}

.sub-select-list .filter-item {
	padding-right: 40px;
}

.sub-cek-item {
	position: relative;
	margin-bottom: 12px;
}


/* checkbox radio*/

.cek-label input[type=checkbox] {
	display: none;
}

.cek-yes,
.cek-square {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
}

.checkbx:checked+.cek-yes,
.checkbx:checked+.cek-square {
	border-radius: 2px;
	background: #FFFFFF;
	border: 1px solid #0099FF;
}

.checkbx:checked+.cek-square::after {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 10;
	display: block;
	width: 8px;
	height: 8px;
	background: #0099FF;
	border-radius: 1px;
}

.checkbx:checked+.cek-yes::after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 10;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(/images/yes.svg?61a6e21e2db1dc29b17b67d24be5e42d);
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

.checkbx-part {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border: 1px solid #0099FF;
	border-radius: 2px;
	margin-right: 6px;
	margin-bottom: 4px;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
}

.checkbx-part::after {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 10;
	display: block;
	width: 8px;
	height: 8px;
	background: #0099FF;
	border-radius: 1px;
}

.radio-group .radio-input {
	margin-right: 30px;
}

.radio-input input[type=radio] {
	opacity: 0;
	width: 0;
}

.radio-input {
	position: relative;
	padding-left: 22px;
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 30px;
}

.sp-last {
	display: none;
}

.radio-input>span {
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50% !important;
	border: 1px solid #CCCCCC;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
}

.radio-input>input:checked~span {
	border: 1px solid #0099FF;
}

.radio-input>input:checked~span:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 100% !important;
	background: #0099FF;
}

.radio-input>input[disabled]:checked~span {
	border: 1px solid #CCCCCC;
}

.radio-input>input[disabled]:checked~span:after {
	background: #CCCCCC;
}


/* checkbx-end */


/* 数量加减组合样式 */

.amt-group {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px 0;
	position: relative;
}

.warning-txt {
	position: absolute;
	font-weight: 400;
	font-size: 14px;
	color: #FFAD00;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 20px;
	white-space: nowrap;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.minus,
.plus {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	color: #0099FF;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
}

.minus::after,
.plus::after {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	position: absolute;
}

.minus::after {
	width: 9px;
	height: 2px;
	background-image: url(/images/minus.svg?8c5bd69935ef9be6f85f3825916ba99b);
	background-size: 9px 2px;
}

.plus::after {
	width: 9px;
	height: 9px;
	background-image: url(/images/plus.svg?57c0338ec84ab39425c0630002f6aa77);
	background-size: 9px;
}

.disabled.minus,
.disabled.plus {
	opacity: 0.3;
	cursor: default;
}

.c-num-input {
	width: 56px;
	text-align: center;
	height: 20px;
	line-height: 18px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
}

.wh40 {
	width: 40px;
	height: 40px;
}


/* 数量加减组合样式-end */

.cek-label {
	white-space: nowrap;
	cursor: pointer;
}

.cek-sub-box {
	position: absolute;
	left: -16px;
	z-index: 20;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	padding: 12px 16px 6px 16px;
	min-width: 160px;
	display: none;
}

.filter-item:hover .cek-sub-box {
	display: block;
}

.cek-txt {
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 28px;
	display: inline-block;
}

.hv-arr {
	position: relative;
	cursor: pointer;
}

.hv-arr::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(/images/arrow-d.svg?811f289989e3f5a7c717c11ed75a9747);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	position: absolute;
	/* top: 8px; */
	top: 50%;
	right: -14px;
}
.total-r{
	font-size: 0px;
}
.btnz {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #DDDDDD;
	border-radius: 8px;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	padding: 5px 11px;
	background: transparent;
	outline: none !important;
	align-items: center;
	cursor: pointer;
}
.btn-sm{
	font-size: 14px;
	color: #0099FF;
	letter-spacing: 1.4px;
	line-height: 24px!important;
	padding: 4px 34px;
	border-radius: 32px;
	/* margin-left: 20px; */
	display: inline-block;
}
.btn-xl{
	font-size: 14px;
	color: #0099FF;
	letter-spacing: 1.4px;
	line-height: 24px!important;
	padding: 4px 34px;
	width: 200px!important;
	border-radius: 32px;
	/* margin-left: 20px; */
	display: inline-block;
}
.btn-ml-20{
	margin-left: 12px;
}
.btn-outline-blue{
	color: #0099FF;
	border: 1px solid #0099FF;
	background-color: #fff;
}
.btn-outline-blue:hover{
	color: #fff;
	background-color: #0099FF;
}
.btn-outline-orange{
	color: #FF6600;
	border: 1px solid #FF6600;
	background-color: #fff;
}
.btn-outline-orange:hover{
	color: #fff;
	background-color: #FF6600;
}
.btn-orange{
	color: #ffffff;
	border: 1px solid #FF6600;
	background-color: #FF6600;
}
.btn-orange:hover{
	color: #fff;
	border: 1px solid #fd9956;
	background-color: #fd9956;
}
.btn-outline-grey{
	color: #475A66;
	border: 1px solid #475A66;
	background-color: #fff;
}
.btn-outline-grey:hover{
	color: #fff;
	background-color: #475A66;
}
.modal-bottom-btn{
	margin-top: 60px;
}
.buttons-centered{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.buttons-centered .btnz{
	margin: 0 10px;
}
.clear-btn {
	font-weight: 400;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	text-decoration: underline;
}

.clear-btn img {
	width: 14px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.clear-btn-out {
	position: absolute;
	background-color: #FFFFFF;
	top: calc(50% - 10px);
	right: 0;
	cursor: pointer;
}

.sp-detail {
	display: none;
}

.sect-grey-bg {
	background: #F2F2F2;
}

.prd-list-box {
	padding: 20px 0 80px;
}

.prd-list-filter {
	padding: 0 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 28px;
}

.prd-list-filter1 {
	padding: 0px !important;
}

.filter-menu-btn {
	cursor: pointer;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	font-weight: bold;
}

.pop-filter {
	padding: 20px 0 0;
	width: 100%;
	display: none;
}

/*
.open~.pop-filter {
	display: block;
} */
.open img.arrow {
	transform: rotate(180deg);
}

.overlay-bg-none {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 9;
}


/* .open.hv-arr::after{
	transform: rotate(180deg);
} */
.floor-img {
	padding-bottom: 60px !important;

}

.prd-list-filter .prd-num span {
	font-weight: 400;
	font-size: 20px;
	color: #0099FF;
	letter-spacing: 2px;
	line-height: 32px;
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
}

.filter-menu {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	line-height: 28px;
	z-index: 10;
}

.filter-menu-btn img {
	width: 14px;
	margin-right: 6px;
	margin-bottom: 2px;
}

.price-sort {
	width: auto;
	height: 12px;
	margin-left: 7px;
	margin-right: 11px;
	align-self: center;
	margin-top: 4px;
}

.prd-filtered-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	animate-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	animate-delay: 0.3s;
}

.scroll-loading {
	display: none;
}

.prd-date-send {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
}

.show-option {
	border-bottom: 1px solid #CCCCCC;
	width: 80px;
	text-align: left;
	position: relative;
}

.show-option::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(/images/arrow-d.svg?811f289989e3f5a7c717c11ed75a9747);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	position: absolute;
	top: 8px;
	right: 0px;
}

.select-option {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #E6E6E6;
	border-top: none;
	border-radius: 0 0 4px 4px;
	background-color: #FFFFFF;
}

.select-option li {
	color: #4D4D4D;
	line-height: 32px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}

.select-option li.selected {
	color: #0099FF;
}

.select-option li:hover {
	color: #0099FF;
	background-color: #F8F8F8;
}

.select-option li:last-child {
	border-bottom: none;
}

.dropdown-select {
	position: relative;
	margin-left: 8px;
}

.dropdown-select:hover .select-option {
	display: block;
}

.prd-filtered-item {
	background: #FFFFFF;
	border-radius: 16px;
	width: 212px;
	margin-top: 20px;
	margin-right: 20px;
	padding: 20px 20px 16px;
}

.prd-filtered-item:nth-child(5n) {
	margin-right: 0;
}

.prd-img {
	width: 172px;
	height: 172px;
	display: inline-block;
}

.prd-info {
	margin-top: 10px;
}

.prd-info .prd-name {
	font-weight: 500;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 1.6px;
	line-height: 32px !important;
	height: 32px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	line-height: 24px;
	word-break: break-all;
}

.prd-info {
	position: relative;
}

.tooltips {
	box-shadow: 0px 0px 6px #000;
	padding: 5px;
	font-size: 12px;
	display: none;
	position: absolute;
	border-radius: 5px;
	top: -30px;
	background: #fff;
	line-height: 18px;
}

.prd-name:hover .tooltips {
	display: block;
}

.prd-info .prd-sdate {
	font-weight: 400;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin-top: 2px;
	line-height: 20px;
}

.prd-info .prd-price {
	padding-left: 16px;
	position: relative;
	font-size: 20px;
	color: #0099FF;
	letter-spacing: 2px;
	font-weight: 500;
	margin-top: 16px;
	line-height: 20px;
}

.prd-info .prd-price::before {
	content: "\ffe5";
	font-weight: 500;
	font-size: 14px;
	color: #0099FF;
	letter-spacing: 1.4px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0px;
}

.hv-vip,
.hv-sales {
	position: relative;
}

/* .hv-vip::after,
.prd-info .prd-price.hv-vip::after {
	content: "会员";
	display: inline-block;
	height: 16px;
	line-height: normal;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 3px 1px;
	font-size: 12px;
	color: #0099FF;
	letter-spacing: 0;
	font-weight: 400;
	border: 1px solid #0099FF;
	border-radius: 4px;
	transform: translate(5px, -2px);
	white-space: nowrap;
}

.hv-sales::after,
.prd-info .prd-price.hv-sales::after {
	content: "活动";
	display: inline-block;
	height: 16px;
	line-height: normal;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 3px 1px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 400;
	border: 1px solid #EF0D0D;
	border-radius: 4px;
	background: #EF0D0D;
	transform: translate(5px, -2px);
	white-space: nowrap;

} */

.calc-amt input[type="number"],
.amt-group input[type="number"],
.goods-price-period input[type="number"] {
	border: none;
	background-color: transparent;
	padding: 2px 5px;
}

.prd-price-sort {
	margin: 0 40px;
	position: relative;
}

.goods-price-period {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	position: relative;
	z-index: 9;
}

.prd-price-sort .marker {
	display: inline-block;
	margin: 0 4px;
	font-weight: 400;
	font-size: 14px;
	color: #1A1A1A;
	line-height: 28px;
}

.prd-price-sort span {
	line-height: 28px;
	display: inline-block;
}

.prd-price-sort input[type="number"] {
	max-width: 70px;
	min-width: 40px;
	width: auto;
	height: 28px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding: 2px 5px 2px 10px;
	position: relative;
}

.hv-dollar {
	position: relative;
}

.hv-dollar::before {
	content: "\ffe5";
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 28px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
}


/* 产品详情 */
.fixd-right-con{
	position: sticky;
	position: -webkit-sticky;
	top: 170px;
}
.prd-detail-top {
	margin: 40px 0;
}

.prd-title {
	font-size: 32px;
	color: #1A1A1A;
	letter-spacing: 6.4px;
	line-height: 48px;
	font-weight: 500;
	padding: 0 0 20px 0;
}
.wrap-details{
	padding: 0 60px 0 150px;
}
.prd-summary {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
}

.add-cart-select .content-tab-list{
	font-weight: 700;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.2);
	letter-spacing: 1.6px;
	text-align: center;
	line-height: 30px;
}
.add-cart-select .content-tab-active{
	color: rgba(0, 0, 0, 0.9);
}
.add-cart-select .user-content-tab{
	padding-bottom: 3px;
}
.add-cart-select .content-tab-active:after{
	bottom: -9px;
}
.add-cart-select .content-tab-active::before{
	bottom: -10px;
}
.details-select-con{
	margin-top: 25px;
}
.details-select-con .mid-type-filter{
	background-color: #fff;
}
.details-select-con .mid-type-title{
	font-weight: bold;
	padding: 0;
	font-size: 16px;
}
.details-select-con .mid-type-filter{
	padding: 0;
}
.details-select-con .select-type-filter-row{
	line-height: normal;
}
.details-select-con .select-single-radio{
	line-height: 10px;
}
.type-flex{
	width: 100%;
	display: flex;
	position: relative;
}
.type-flex .copy-type{
	width: 16px;
}
.type-flex .copy-type::after{
	left: 0;
}
.type-ellipsis{
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* .type-ellipsis:hover{
	overflow: visible;
} */
.type-ellipsis-100{
	max-width: 100px;
}
.add-cart-select .select-right-box{
	padding: 0;
	margin-top: 25px;
}
.slider-sl {
	position: absolute;
	top: 0;
	left: 0;
}
.prd-m-app-area{
	width: 360px;
	/* height: 480px; */
	margin-top: 20px;
}
.prd-summary .prd-slider {
	width: 360px;
	height: 360px;
	position: relative;
	/* overflow: hidden; */
}

.prd-summary .prd-slider .video {
	width: 100%;
	height: 100%;
	background: black;
	cursor: pointer;
}

.fixed-top .prd-slider {
	position: fixed;
	top: 88px;
}

.prd-slider .slider-main {
	width: 360px;
	height: 360px;
	/* border-radius: 16px; */
	overflow: hidden;
}

.prd-slider .slider-thumbs {
	position: absolute;
	/* top: 496px; */
	bottom: 12px;
	width: 100%
}

.prd-slider .slider-thumbs .swiper-wrapper {
	/* display: inline-block; */
	width: 100%;
	flex-direction: row;
	justify-content: center;
}

.prd-slider .slider-thumbs .swiper-slide {
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	width: 64px !important;
	height: 64px !important;
	overflow: hidden;
	margin: 0 10px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.prd-slider .slider-thumbs .swiper-slide.swiper-slide-thumb-active {
	border: 2px solid #0099FF;
}

.is-video {
	position: relative;
}

.is-video::after {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(/images/play.svg?ae8faeb29dda870efe243830485fab7d);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider-main .is-video::after {
	width: 80px;
	height: 80px;
}

.prd-information {
	/* width: 680px; */
	/* margin-right: 52px; */
	flex: 1;
	margin-left: 20px;
	/*max-width: 760px;*/
}

.prd-information .prd-m-en {
	font-weight: 700;
	font-size: 16px;
	color: #475A66;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 16px;
}

.prd-information .prd-m-cn {
	font-weight: 700;
	font-size: 24px;
	color: #000000e6;
	letter-spacing: 2.4px;
	line-height: 36px;
	margin-bottom: 6px;
}

.prd-information .prd-m-des {
	font-weight: 400;
	font-size: 16px;
	color: #000000e6;
	letter-spacing: 1.6px;
	line-height: 24px;
	margin-bottom: 12px;
}

.prd-information .prd-m-info {
	margin-bottom: 20px;
}

.prd-information .prd-m-info li {
	padding-left: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #666666e6;
	letter-spacing: 1.6px;
	line-height: 24px;
	position: relative;
	margin-bottom: 12px;
}
.prd-information .prd-m-info li:last-child{
	margin-bottom: 0;
}
.prd-information .prd-m-info li::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #0099FF;
	position: absolute;
	top: 9px;
	left: 2px;
}

.prd-information .prd-m-memo {
	font-weight: 400;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin-bottom: 40px;
}

.prd-information .prd-m-origial-price span {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	/* text-decoration: line-through; */
	margin-bottom: 10px;
}

.prd-information .prd-m-now-price .price {
	font-weight: 500;
	font-size: 48px;
	color: #0099FF;
	letter-spacing: 2.4px;
	display: inline-block;
	line-height: 1;
}

.prd-information .prd-m-now-price .price .decimal {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 1.2px;
	line-height: 30px;
}

.prd-information .prd-m-now-price .price small {
	font-weight: 400;
	font-size: 14px;
	color: #0099FF;
	letter-spacing: 0.7px;
	line-height: 20px;
	display: inline-block;
	transform: translateY(-3px);
}

.prd-m-type {
	margin-top: 40px;
	margin-bottom: 8px;
}

.prd-m-stock {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.prd-m-stock .stock-m-amt {
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 28px;
}

.copy-type {
	position: relative;
}

.copy-type::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 16px;
	background-image: url(/images/copy.svg?914866acabbdcd5970fbeef1762052d3);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 16px;
	position: absolute;
	top: 2px;
	left: -25px;
}

.prd-m-type-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prd-m-type-operate {
	display: flex;
}

.contrast {
	margin-right: 40px;
	display: none;
}

.contrast span {}

.constract-modal {
	padding: 40px 96px;
}

.constract-title {
	width: 100%;
	text-align: center;
	font-weight: Bold;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.90);
	letter-spacing: 2px;
	line-height: 30px;
	margin-bottom: 40px;
}

.constract-list {
	width: 100%;
	height: 310px;
	overflow-x: scroll;
	display: flex;
	margin-bottom: 40px;
}

.constract-item {
	min-width: 203px;
	max-width: 203px;
	height: 100%;
	border: 1px solid #E6E6E6;
	border-radius: 16px;
	margin-right: 24px;
	padding: 16px;
	cursor: pointer;
	position: relative
}

.constract-date {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.60);
	letter-spacing: 1px;
	line-height: 20px;
	margin: 8px 0;
}

.constract-price-box {
	color: #0099FF;
	font-size: 14px;
}

.constract-price {
	font-size: 20px
}

.constract-tag {
	font-size: 12px;
	padding: 0 3px;
	line-height: 15px;
	border: 1px solid #0099ff;
	border-radius: 4px;
	display: inline-block;
	line-height: 18px;
	height: 18px;
	transform: translate(4px, -3px);
}

.constract-close-box {
	position: absolute;
	top: 8px;
	right: 8px;
}

.constract-close {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.60);
	position: relative;
	background: #fff;
	display: none;
}

.close-top {
	width: 15px;
	height: 1px;
	background: #000;
	transform: rotate(45deg);
	display: inline-block;
	position: absolute;
	top: 14px;
	right: 6px;
}

.close-bottom {
	width: 15px;
	height: 1px;
	background: #000;
	transform: rotate(-45deg);
	display: inline-block;
	position: absolute;
	top: 14px;
	right: 6px;
}

.constract-item img {
	height: 172px;
}

.constract-item-title {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.90);
	letter-spacing: 1px;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 16px;
}

.constract-btn-group {
	display: flex;
	justify-content: center;
}

.constract-clear {
	margin-left: 24px;
}

.prd-m-type .prd-m-type-name {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
}

.prd-m-type .prd-m-type-select {
	background: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 0;
	line-height: 32px;
	position: relative;
}

.type-selected {
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
	color: #333;
}

.type-select-none {
	color: #0099FF;
	padding: 12px 0;
}

.type-select-all {
	display: none;
}

.type-block {
	display: block;
}

.prd-m-type .type-selected::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(/images/arrow-d.svg?811f289989e3f5a7c717c11ed75a9747);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	position: absolute;
	top: 20px;
	right: 14px;
}

.prd-m-type .type-selected.open::after {
	transform: rotateX(180deg);
}

.prd-type-slist {
	display: none;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-radius: 0 0 8px 8px;
	position: absolute;
	width: 100%;
	z-index: 5;
}

.type-selected {
	padding: 12px 0;
}

.prd-type-title {
	height: 82px;
	padding: 8px 0 8px 12px;
	position: relative;
	color: #4D4D4D;
	display: flex;
	flex-direction: column;
}

.prd-type-title .title1 {
	line-height: 32px;
	cursor: pointer;
}

.prd-type-title .title2 {
	width: 124px;
	height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #CCCCCC;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin-top: 14px;
}

.prd-type-sitem {
	padding: 12px;
	position: relative;
	color: #4D4D4D;
	cursor: pointer;
}

.prd-type-sitem:last-child {
	border-radius: 0 0 8px 8px;
}

.prd-type-sitem:hover {
	background: #0099FF;
	color: #FFFFFF;
}

.tranfer,
.closei {
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.tranfer {
	right: 50px;
}

.closei {
	right: 14px;
}

.tranfer::after,
.closei::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
}

.tranfer::after {
	background: url(/images/tranfer.svg?76a34fc235bd79446126ca87980efa6f);
	background-size: 18px;
	background-repeat: no-repeat;
}

.closei::after {
	background: url(/images/closei.svg?6f139d4216ccb91131fae3ac44b962be);
	background-size: 18px;
	background-repeat: no-repeat;
}

.prd-information .prd-m-now-price {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 4px;
}

.prd-information .prd-m-now-price .price::before {
	content: "\ffe5";
	font-weight: 500;
	font-size: 32px;
	color: #0099FF;
	letter-spacing: 0;
	line-height: 40px;
	margin-right: 6px;
	transform: translateY(-3px);
	display: inline-block;
}

.prd-m-now-price .hv-vip::after,
.prd-m-now-price .hv-sales::after {
	position: absolute;
	bottom: 10px;
	right: -34px;
}

.prd-m-now-price .price-info {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 52px;
	cursor: pointer;
	margin-top: 4px;
}

.prd-information .prd-m-sdate {
	font-weight: 400;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
}

.prd-information .prd-m-buttons {
	margin-top: 0px;
	margin-bottom: 20px;
}

.btn-radio-46 {
	background: #FFFFFF;
	border-radius: 46px;
	padding: 15px 50px;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1.8px;
	text-align: center;
}

.btn-outline-blue {
	border: 1px solid #0099FF;
	color: #0099FF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-mos-transition: all 0.3s ease;
}

.btn-outline-blue:hover {
	border: 1px solid #0099FF;
	background: #0099FF;
	color: #FFFFFF;
}

.btn-outline-grey {
	border: 1px solid #475A66;
	color: #4D4D4D;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-mos-transition: all 0.3s ease;
}

.btn-outline-grey:hover {
	border: 1px solid #475A66;
	background: #475A66;
	color: #FFFFFF;
}

.btn-disabled {
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	cursor: default;
}

.prd-area-a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 8px;
	background: #fff;
	padding: 14px;
	transition: all .3s;
}

.prd-m-app-area .title {
	font-weight: 700;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.9);
	letter-spacing: 1.6px;
	line-height: 26px;
	margin-bottom: 10px;
}

.prd-m-app-area .app-area-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.prd-m-app-area .app-area-list li {
	text-align: center;
	margin-right: 12px;
	margin-bottom: 14px;
}

.prd-m-app-area .app-area-list li:nth-child(5n) {
	margin-right: 0
}

.prd-m-app-area .app-area-list li img {
	width: 32px;
	height: 32px;
}

.prd-m-app-area .app-area-list li img:hover {
	opacity: 0.7;
}

.prd-m-app-area .app-area-list li p {
	font-weight: 400;
	font-size: 12px;
	color: rgba(0, 0, 0, .9);
	letter-spacing: 0px;
	line-height: 24px;
	margin-top: 8px;
}

.recmd-prd-slide {
	padding: 60px 0;
}

.recmd-prd-slide .title {
	padding: 0 48px;
	font-weight: 700;
	font-size: 32px;
	color: #1A1A1A;
	letter-spacing: 6.4px;
	line-height: 48px;
	margin-bottom: 30px;
}

.pc-recmd-prd-slide .title {
	margin-bottom: 0 !important;
}

.recmd-prd-slide .wrap {
	overflow: hidden;
}

.prd-con-descprition {
	border-top: 1px solid #E6E6E6;
	padding: 60px 0 0;
}

.floor-lr {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	position: relative;
}

.prd-con-floor {
	flex: 1;
	padding-left: 25px;
	box-sizing: content-box;
}

.floor-title {
	font-weight: 500;
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
}

.floor-title1 {
	font-weight: 500;
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 26px;
	padding: 40px 0 20px 0;
}

.prd-information1 {
	width: 910px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;

}

.prd-information1 img {
	height: auto
}

.pro-img img {
	padding: 30px 0 0 0;
}

.prd-con-floor .floor {
	margin-bottom: 60px;
	padding-top: 60px;
	border-top: 1px solid #E6E6E6;
}

.prd-con-floor .floor:last-child {
	margin-bottom: 0;
}

.prd-con-floor .floor:first-child {
	padding-top: 0;
	border-top: 0px;
}

.prd-con-lmenu {
	width: 205px;
}

.prd-con-lmenu ul {
	width: 205px;
}

.prd-con-lmenu ul li {
	font-weight: 500;
	font-size: 24px;
	color: #B3B3B3;
	letter-spacing: 1.2px;
	line-height: 36px;
	margin-bottom: 20px;
	/* white-space: nowrap; */
	cursor: pointer;
}

.prd-con-lmenu ul li:last-child {
	margin-bottom: 0;
}

.prd-con-lmenu ul li.active {
	font-weight: 700;
	font-size: 32px;
	color: #1A1A1A;
	letter-spacing: 6.4px;
	line-height: 48px;
}

.prd-con-lmenu.fixed {
	position: fixed;
	top: 88px;
	left: calc((100vw - 1440px)/2);
}


/* 产品详情-end */


/* modal */

.overlay-z {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 1000;
	display: none;
}

.modal-container {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1001;
	transform: translate(-50%, -50%);
	border-radius: 16px;
	background-color: #ffffff;
	width: 1040px;
	display: none;
}

.close-model {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
}

.select-type-top {
	padding: 30px 60px 10px;
	display: flex;
}

.select-type-top .title {
	font-weight: 500;
	font-size: 18px;
	color: #4D4D4D;
	letter-spacing: 1.8px;
	line-height: 26px;
	margin-bottom: 30px;
}

.select-type-row {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.select-type-row .select-type-col {
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fresh-col {
	margin-right: 14px;
	padding-top: 10px;
}

.select-type-row .select-type-col:last-child {
	margin-right: 0;
}

.select-type-col .marker-txt {
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0;
	margin-top: 8px;
}

.mid-type-filter {
	background: #F2F2F2;
	padding: 0 60px;
}

.maxH160 {
	max-height: 160px;
	overflow-y: auto;
}

.maxH160::-webkit-scrollbar {
	width: 4px;
	height: 1px;
}

.no-stock {
	color: #FFAD00;
}

.fresh-icon {
	position: relative;
	cursor: pointer;
}

.fresh-icon::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(/images/clear.svg?4cce96d7d0c5213af1fa94676ff7a609);
	background-repeat: no-repeat;
	background-size: 14px;
}


/* 正常情况下滑块的样式 */

.maxH160::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 1px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0);
}


/* 鼠标悬浮在该类指向的控件上时滑块的样式 */

.maxH160:hover::-webkit-scrollbar-thumb {
	background-color: #808080;
	border-radius: 1px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0);
}


/* 正常时候的主干部分 */

.maxH160::-webkit-scrollbar-track {
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #E6E6E6;
}


/* 鼠标悬浮在滚动条上的主干部分 */

.maxH160::-webkit-scrollbar-track:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: inherit;
}

.select-type-filter-row {
	display: flex;
	display: -webkit-flex;
	line-height: 40px;
	border-bottom: 1px solid #DDDDDD;
}

.select-type-filter-row:last-child {
	border-bottom: none;
}

.radio-select {
	width: 20px;
}

.select-type-filter-row .t-filter-item {
	width: 80px;
	margin-left: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	padding: 15px 0 5px;
	line-height: 20px;
}

.select-type-short {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.can-select-type {
	width: 210px;
	height: 48px;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	font-weight: 400;
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-mos-transition: all 0.3s ease;
}

.can-select-type:hover {
	border: 1px solid #0099FF;
}

.can-select-type.active {
	border: 1px solid #0099FF;
	background: #0099FF;
	color: #FFFFFF;
}

.select-type-bottom {
	padding: 10px 60px 65px;
}

.select-type-bottom>div {
	margin-top: 20px;
}

.select-type-bottom .l-label {
	font-weight: 500;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 1.6px;
	line-height: 32px;
	padding: 0;
}

.number-amt {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.amt {
	font-size: 16px;
	font-weight: 500;
}

.rs-number {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	line-height: 32px;
}

.rs-price {
	font-weight: 500;
	font-size: 32px;
	color: #0099FF;
	letter-spacing: 0;
	line-height: 40px;
}

.type-select-swiper {
	padding: 60px 60px 0;
}

.type-number {
	margin-right: 60px;
	display: flex
}

.type-number-space {
	margin-left: 40px;
}

.select-right-box {
	padding: 0 60px 30px;
}

.stock-amt {
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	letter-spacing: 0.7px;
	line-height: 28px;
	margin-top: 3px;
}
.amount{
    position: relative;
}
.moq{
    font-size: 12px;
    color: #FF4B4B;
    /* letter-spacing: 0.43px; */
    text-align: center;
    line-height: 16px;
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 100%;
}

.type-amt {
	display: flex;
	display: -webkit-flex;
}

.select-type-footer {
	position: absolute;
	bottom: 60px;
	right: 60px;
}


/* modal end */


/* 购物车页面 */

.cart-container {
	padding:20px 0 60px 0;
}

.cart-title {
	font-weight: 500;
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
}

.cart-box {
	/* margin-top: 40px; */
	/* padding: 20px 0; */
	/* border-top: 1px solid #E6E6E6; */
}

.cart-header {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	line-height: 20px;
}

.cart-item {
	display: flex;
	display: -webkit-flex;
	/* padding-left: 26px !important; */
	padding: 16px 0;
	/* border-bottom: 1px solid #E6E6E6; */
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: 14px;
	color: #333;
}

.cart-header.cart-item {
	padding: 0 0 20px;
	border-bottom: 1px solid #E6E6E6;
}


.inquiry-container {
    padding:20px 0 60px 0;
}

.inquiry-title {
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
    letter-spacing: 1.2px;
    line-height: 36px;
}

.inquiry-box {
    /* margin-top: 40px; */
    /* padding: 20px 0; */
    /* border-top: 1px solid #E6E6E6; */
}

.inquiry-header {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
}

.inquiry-item {
    display: flex;
    display: -webkit-flex;
    /* padding-left: 26px !important; */
    padding: 16px 0;
    /* border-bottom: 1px solid #E6E6E6; */
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 14px;
    color: #333;
}

.inquiry-header.inquiry-item {
    padding: 0 0 20px;
    border-bottom: 1px solid #E6E6E6;
}

.ml-30 {
	margin-left: 30px;
}

.ml-20 {
	margin-left: 20px;
}

.tw64 {
	width: 64px;
}

.tw350 {
	width: 350px;
}

.tw320 {
	width: 320px;
}

.tw130 {
	width: 130px;
}

.tw150 {
	width: 150px;
}

.tw140 {
	width: 140px;
}

.tw120 {
	width: 120px;
}

.tw110 {
	width: 110px;
}

.tw60 {
	width: 60px;
}

.tw70 {
	width: 70px;
}

.tw80 {
	width: 80px;
}

.tw100 {
	width: 100px;
}

.tw140 {
	width: 140px;
}

.prd-spm {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.calc-amt {
	display: inline-block;
}

.t-prd-img {
	width: 48px;
	height: 48px;
	min-width: 48px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	-o-object-fit: cover;
	   object-fit: cover;
	position: relative;
}
.goods-state{
font-weight: normal;
font-size: 12px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
width: 100%;
height: 20px;
line-height: 20px;
background-color: rgba(184, 184, 184, 0.8);
position: absolute;
bottom: 0;
left: 0;
border-radius:0 0 8px 8px;
}

.prd-r-info {
	flex: 1;
	max-width: 220px;
}

.prd-r-info .prd-n {
	font-weight: normal;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 24px;
	/*margin-bottom: 6px;*/
}
.prd-input,
.prd-r-info .prd-input a {
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	line-height: 12px;
	display: inline-block;
	line-height: 18px;
    margin-bottom: 6px;
}
.prd-n-code{
	font-weight: normal;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0px;
    line-height: 18px;
    margin-top: 6px;
}
.price-free {
	font-weight: 500;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 24px;
	white-space: normal;
}

.price-no-free {
	font-weight: 400;
	font-size: 14px;
	color: #999;
	letter-spacing: 0;
	line-height: 20px;
	white-space: nowrap;
	margin-top: 5px;
}
.t-edit,
.t-remark,
.t-delete {
	display: block;
	/* text-decoration: underline; */
	font-weight: 400;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin: 4px 0;
}
.t-edit{
	color:#0099FF;
}
.t-delete {
	color: #B3B3B3;
}

.tdate {
	font-weight: 400;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 28px;
}

.checkbox-col {
	position: absolute;
	top: 51%;
	left: 0;
	transform: translateY(-50%);
}

.n-o {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.9);
	letter-spacing: 1.4px;
	line-height: 20px;
	display: inline-block;

}

.cart-total-row {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

.inquiry-total-row {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

.t-delete.t-delete-all {
	display: inline-block;
}

.t-item {
	margin-right: 16px;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.4px;
	line-height: 28px;
	margin-left: 20px;
}

.t-item small {
	font-size: 20px;
	color: #0099FF;
	letter-spacing: 2px;
	line-height: 32px;
	margin: 0 2px;
}

.t-price {
	font-weight: 400;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.4px;
	line-height: 28px;
}

.t-price .p-free {
	font-weight: 500;
	font-size: 20px;
	color: #0099FF;
	letter-spacing: 0px;
	line-height: 32px;
	margin-left: 8px;
}

.t-price .p-un-free {
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin-left: 8px;
}

.cart-total-row .checkbox-col {
    top: 70px;
}
.inquiry-total-row .checkbox-col {
    top: 70px;
}


/* 购物车页面-end */


/* 结算页面 */

.calc-title-row {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.calc-title-row .cart-title {
    margin-top: 10px;
    white-space: nowrap;
}

.calc-title-row .inquiry-title {
    margin-top: 10px;
    white-space: nowrap;
}

.progress-line {
	display: flex;
	display: -webkit-flex;
}

.progress-item {
	position: relative;
	/*margin-left: 40px;*/
	text-align: center;
}

.progress-item::after {
	content: "";
	display: inline-block;
	background: #B3B3B3;
	width: 32px;
	height: 2px;
	position: absolute;
	top: 15px;
	left: -46px;
}

.progress-item:first-child::after {
	display: none;
}

.progress-item .circle-c {
	background: #B3B3B3;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
}

.progress-txt {
	font-weight: 500;
	font-size: 14px;
	color: #B3B3B3;
	letter-spacing: 1.4px;
	line-height: 28px;
	text-align: left;
	padding-left: 1px;
}

.progress-item.done::after,
.progress-item.done .circle-c {
	background: #475A66;
}

.progress-item.done .progress-txt {
	color: #1A1A1A;
}

.settlement-info {
	/* border-top: 1px solid #E6E6E6; */
	/* margin-top: 10px; */
}

/* .settlement-con {
	padding-left: 200px;
} */

.settlement-item {
	padding: 40px 0;
	/* border-top: 1px solid #E6E6E6; */
	display: flex;
	display: -webkit-flex;
}
.settlement-item_full{
	flex-wrap: wrap;
	margin-top: 20px;
}
.settlement-item_full .settlement-info-r{
	width: 100%;
}
.pb-0{
	padding-bottom: 0;
}
.read-terms{
font-weight: 400;
font-size: 14px;
color: #0099FF;
letter-spacing: 0.5px;
text-align: right;
line-height: 24px;
cursor: pointer;
}
.order-total_info{
	background-color: #F2F2F2;
	padding: 20px;
	margin-bottom: 20px;
}
.settlement-item:first-child {
	border-top: none;
	padding-top: 0;
}

.settlement-item.one-line {
	border-bottom: 1px solid #E6E6E6;
}

.settlement-item .settlement-info-l {
	width: 240px;
	font-weight: 500;
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 26px;
}

.settlement-item .settlement-info-r {
	width: 100%;
}

.settlement-info-r .cart-item {
    padding-left: 0 !important;
    padding: 10px 0;
}

.settlement-info-r .cart-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.settlement-info-r .cart-header.cart-item {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
	padding-top: 0;
	padding: 14px 0;
	background-color: #e9e9e9;
	/* margin-top: 10px; */
	margin-bottom: 10px;
}
.settlement-info-r .cart-item .cart-col2{
	width: 200px;
}
.settlement-info-r .cart-header.cart-item .cart-col2{
	padding-left: 40px;
	width: 200px;
}
.settlement-info-r .cart-header.cart-item .cart-col10{
	padding-left: 10px;
	width: 100px;
}
.settlement-info-r .cart-item .cart-col10{
	padding-left: 10px;
	width: 100px;
	white-space: wrap;
}
.settlement-info-r .prd-r-info .prd-input a {
	text-decoration: none;
	color: #999;
}

.settlement-info-r .prd-r-info .prd-n {
	margin-bottom: 6px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: normal;
}

.pl-80 {
	padding-left: 80px;
}

.order-price-info {
	text-align: right;
}

.order-price-row span {
	display: inline-block;
}
.order-price-row small{
	font-weight: 400;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 24px;
}
.order-price-row span:last-child {
	min-width:160px;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 24px;
}

.order-price-row span:nth-child(2) {
	width: 160px;
	font-weight: 400;
	font-size: 14px;
	color: #999;
	letter-spacing: 0;
	text-align: right;
	line-height: 32px;
}

.order-price-row span:nth-child(1) {
	font-weight: 400;
	font-size: 14px;
	color: #999;
	letter-spacing: 1.6px;
	line-height: 28px;
}

.order-price-row span:nth-child(1) small {
	font-size: 20px;
	color: #333;
}
.dollar-m{
	font-size: 14px;
	color: #333;
	letter-spacing: 1.6px;
	line-height: 28px;
	display: inline-block;
	transform: translateY(6px);
}
.dollar-m.big{
	color: #EF0D0D;
	font-size: 16px;
	font-weight: bold;
	transform: translateY(4px);
}
small.final-price {
	font-weight: 500;
	font-size: 24px;
	color: #EF0D0D;
	letter-spacing: 0px;
	line-height: 32px;
}

.agree-term .cek-txt {
	font-weight: 400;
	font-size: 14px;
	color: #333;
	letter-spacing: 0px;
	line-height: 32px;
}

.order-term {
	font-weight: 400;
	font-size: 14px;
	color: #0099FF;
	letter-spacing: 0px;
	line-height: 32px;
	text-decoration: underline;
	cursor: pointer;
}

.agree-term {
	margin-bottom: 40px;
}

.settlement-btn-group {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mid-btn-group {
	margin-bottom: 80px;
	margin-top: 60px;
}

.form-input-group {
	margin-bottom: 24px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.form-input-group_new{
	margin-bottom: 0
}
.settlement-item.sp-paypal{
	padding-bottom: 20px;
}
.settlement-item.sp-paypal .settlement-info-l{
	font-size: 14px;
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 30px;
	font-weight: bold;
	width: 120px;
}
.pay-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	width: 100%;
}

.pay-item {
	border: 1px solid #CCCCCC;
	border-radius: 16px;
	width: calc(25% - 20px);
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #4D4946;
	letter-spacing: 0.71px;
	margin-left: 20px;
	font-weight: 600;
}
.pay-item.active {
	border: 1px solid #0099FF;
}
.pay-item.active::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -2px;
    width: 35px;
    height: 30px;
    /* border-top: 11px solid #0099FF; */
    /* border-right: 30px solid #0099FF; */
    /* border-bottom: 1px solid transparent; */
    /* border-left: 30px solid transparent; */
    /* border-top-right-radius: 16px; */
    background: #0099FF;
    transform: skewX(66deg) translateX(23px);

}
.flex{
	display: flex;
	display: -webkit-flex;
}
.flex-s {
	align-items: flex-start;
}

.flex-jc-end {
	justify-content: flex-end;
}
.flex-jc-sb {
	justify-content: space-between;
}

.left-label {
	width: 140px;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	line-height: 30px;
	padding: 11px 0;
}

.right-input {
	flex: 1;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.form-i-control {
	display: block;
	width: 100%;
	padding: 11px 0 10px;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 30px;
	background-color: #fff;
	outline: none;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

input[type="number"]:focus,
input[type="number"]:active,
.form-i-control:focus,
.form-i-control:active {
	border-color: #0099FF !important;
}

.form-i-control::-webkit-input-placeholder {
	color: #808080;
}

.form-i-control::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #808080;
}

.form-i-control:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #808080;
}

.form-i-control:-ms-input-placeholder {
	color: #808080;
}

.input-text {
	height: 32px;
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
	background-color: #fff;
}

.input-group {
	width: 100%;
	/* height: 48px; */
	display: inline-block;
}

.input-group::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/images/calendar.png?e4270a214de5ae6dad68d9e2fde3cc37);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 10;
}

.input-group .form-i-control {
	padding-left: 28px;
}

.input-group-addon {
	width: 0px;
	height: 0px;
	padding: 0;
	border: none;
}

.select-address {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.select-address:first-child {
	margin-top: 20px;
}

.address-item {
	padding: 20px 60px 20px 30px;
	background: #FFFFFF;
	/*border: 1px solid #CCCCCC;*/
	border-radius: 8px;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}


/* .addr-setting {
	position: absolute;
	top: 18px;
	right: 20px;
}

.addr-setting .modify,
.addr-setting .set-default {
	display: none;
} */

.addr-setting {
	margin-bottom: 20px;
}

.addr-setting span {
	margin-right: 20px;
	font-weight: 400;
	text-decoration: underline;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	cursor: pointer;
}

.addr-setting span.default {
	font-weight: 400;
	font-size: 14px;
	/* color: #B3B3B3; */
	letter-spacing: 0.7px;
	line-height: 20px;
	text-decoration: none;
}

.address-item:hover .modify,
.address-item:hover .set-default {
	display: inline-block;
}

.address-item.active {
	border: 1px solid #0099FF;
}

.address-item:nth-child(3n) {
	margin-right: 0;
}

.addr-infomation {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.addr-infomation b {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	margin-right: 20px;
}

.addr-infomation>div {
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.addr-corporate {
	width: 100%;
	margin: 20px 0;
}

.addr-infomation {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.addr-infomation b {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	margin-right: 20px;
}

.addr-infomation>div {
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.addr-corporate {
	width: 100%;
	margin: 20px 0;
}

.add-new-address {
	background: #FFFFFF;
	border-radius: 16px;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 12px 30px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 14px;
}

.add-new-address img {
	width: 48px;
	height: 48px;
}

.add-new-address div {
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 28px;
	margin-top: 10px;
}

.relative {
	position: relative;
}

.address-input-group {
	flex-wrap: wrap;
	position: relative;
}

.address-input-group {
	flex-wrap: wrap;
	position: relative;
}

.address-input-group .right-input {
	width: 100%;
	flex: auto;
}

.show-addr {
	position: absolute;
	bottom: -28px;
	left: calc(50% - 16px);
}

.show-addr.hv-arr::after {
	transform: rotate(180deg);
	top: 2px;
}

.order-state-info {
	background: #F2F2F2;
	border-radius: 16px;
	padding: 24px 0;
	line-height: 32px;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #4D4D4D;
	letter-spacing: 0;
	text-align: center;
	margin: 20px 0;
}

.order-history-list {
	padding: 40px 0 80px;
}

.order-history-title {
	font-weight: 500;
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 26px;
	margin-bottom: 40px;
}


/* 结算页面 -end */


/* 电商首页 */

.retail-kv-box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	overflow: hidden;
	border-radius: 16px;

}

.retail-menu-left {
	width: 235px;
	border-radius: 16px;
	position: relative;
	max-height: 576px;
}

.retail-kv-right {
	width: 885px;
}

.kv-bg {
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center; */
}

.retailSwiper {
	position: relative;
	height: 575px;
	margin-top: 1px;
	overflow: hidden;
	border-radius: 16px;
}

.retailSwiper .swiper-slide {
	border-radius: 16px;
}

.retailSwiper .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.retailSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0099FF;
}

.retail-menu-level1>a {
	padding: 8px 20px 8px;
	font-weight: 500;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1.2px;
	line-height: 20px;
	display: block;
	background: #FFFFFF;
	position: relative;
	z-index: 13;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.retail-menu-level1:nth-child(1)>a {
	border-top: 1px solid #ccc;
}

.retail-menu-level1:nth-child(16)>a {
	border-bottom: 1px solid #ccc;
}

.onlinemall-arrow {
	content: "";
	display: inline-block;
	width: 5px;
	height: 10px;
	background-image: url(/images/arrow-r.svg?902d91319e55fcf1e66d28e503b37e14);
	background-repeat: no-repeat;
	background-size: 5px 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.retail-menu-level1:first-child>a {
	border-radius: 16px 16px 0 0;
}

.retail-menu-level1:nth-child(16)>a {
	border-radius: 0 0 16px 16px;
	margin-top: -2px;
}

.retail-menu-level1:hover>a {
	background: #0099FF;
	color: #FFFFFF;
}

.retail-menu-level1:hover>a::after {
	display: inline-block;
	background-image: url(/images/arrow-rw.svg?982d2d6def76fbfc6a15c2800ddf799d);
	background-repeat: no-repeat;
	background-size: 5px 10px;
}

.extends-menu-list {
	background: #FFFFFF;
	border-radius: 0 16px 16px 0;
	width: 1140px;
	height: 576px;
	position: absolute;
	top: 0;
	left: -1140px;
	z-index: 12;
	padding: 30px 0px 30px 250px;
	border: 1px solid #ccc;
	border-radius: 16px;
}

.retail-menu-level1:hover .extends-menu-list {
	left: 0;
	transition: left 0.5s linear;
	-webkit-transition: left 0.5s linear;
	-mos-transition: left 0.5s linear;
}

.menu-r-more {
	font-weight: 500;
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	line-height: 28px;
	padding-right: 18px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.menu-r-more::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 10px;
	background-image: url(/images/arrow-r.svg?902d91319e55fcf1e66d28e503b37e14);
	background-repeat: no-repeat;
	background-size: 5px 10px;
	position: absolute;
	top: 8px;
	right: 5px;
	transition: right 0.3s linear;
	-webkit-transition: right 0.3s linear;
	-mos-transition: right 0.3s linear;
}

.menu-r-more:hover {
	opacity: 0.7;
}

.menu-r-more:hover::after {
	right: 0px;
}

.retail-menu-level2 {
	display: flex;
	flex-wrap: wrap;
	height: 440px;
	overflow-y: scroll;
	border-bottom: 1px solid #e6e6e6;
}

.retail-menu-level2::-webkit-scrollbar {
	width: 4px;
}

.retail-menu-level2::-webkit-scrollbar-track {
	border-radius: 1px;
	background-color: #E6E6E6;
}

.retail-menu-level2::-webkit-scrollbar-thumb {
	background: #808080;
	border-radius: 1px;
}


.menu-r-title {
	font-weight: Bold;
	font-size: 20px;
	color: #475A66;
	letter-spacing: 2px;
	line-height: 30px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 16px;
}

.retail-menu-level2 dl {
	float: left;
	/* display: flex;
	display: -webkit-flex; */
	flex-wrap: wrap;
	margin-right: 40px;
}

.retail-menu-level2 dl dt {
	font-weight: Bold;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 1.4px;
	line-height: 20px;
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #e6e6e6;
}

.retail-menu-level2 dl.col2 {
	width: 30%;
}

.retail-menu-level2 dl.col1 {
	width: 400px;
}

.retail-menu-level2 dl.col2 dd {
	width: 50%;
}

.retail-menu-level2 dl.col1 dd {
	width: 100%;
}

.retail-menu-level2 dl dd a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.90);
	letter-spacing: 1.4px;
	line-height: 20px;
	margin: 16px 0 0 0;
	display: inline-block;
}

.adv-bar {
	margin-top: 44px;
}

.adv-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.adv-list .adv-img {
	width: 270px;
	border-radius: 16px;
	overflow: hidden;
}

.adv-list .adv-img img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.products-category-cnotainer {
	margin-top: 60px;
	padding: 60px 0 0;
}

.products-index-box {
	margin-top: 100px;
	padding-bottom: 60px;
	border-bottom: 1px solid #E6E6E6;
}

.products-index-list {
	display: flex;
	display: -webkit-flex;
}

.products-index-menu {
	width: 212px;
	padding-left: 50px;
	position: relative;
}

.products-index-list .prd-filtered-item:nth-child(5n) {
	margin-right: 0;
}

.products-index-list .prd-filtered-item {
	margin-left: 20px;
	margin-right: 0;
}

.index-menu-title {
	font-weight: bold;
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
	margin: 20px 0 40px;
}

.index-left-menu li a {
	font-weight: bold;
	font-size: 16px;
	color: #B3B3B3;
	letter-spacing: 1.6px;
	line-height: 32px;
	display: block;
	margin-bottom: 20px;
	white-space: nowrap;
}

.index-left-menu li.active a {
	color: #333333;
}

.index-left-menu li a.active,
.index-left-menu li a:hover {
	color: #333333;
}

.products-index-prd {
	width: 928px;
}

.products-index-menu .menu-r-more {
	color: #333333;
	right: unset;
	left: 50px;
	bottom: 0px;
}

.filter-btns-group {
	word-spacing: -10px;
}

.filter-btn {
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 2px 12px;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 28px;
	margin-right: 8px;
}

.filter-btn.active {
	background: #0099FF;
	border: 1px solid #0099FF;
	color: #FFFFFF;
}

.filter-btn:last-child {
	margin-right: 0;
}

.sort-icon {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 12px;
	transform: translateY(1px);
	margin-left: 1px;
}

.sort-icon-active {
	transform: rotate(180deg);
}

.sort-icon::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 12px;
	background-image: url(/images/arr-line-d.svg?e1d7b7e5cc6f2d54152e9b080eb0f663);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.active .sort-icon::after {
	background-image: url(/images/arr-line-dw.svg?0432d4602536002846df005727cc01be);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.pop-filter-item {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.filter-btn-group {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: -10px;
	left: -12px;
	z-index: 1;
	width: calc(100% + 24px);
	padding: 52px 12px 12px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	display: none;
}

.filter-btn-group button {
	border-radius: 30px;
	width: 80px;
	height: 25px;
	padding: 0;
}

.prd-price-sort:hover .filter-btn-group {
	display: flex;
}

.inline-block {
	display: inline-block;
}

.stamp-txt {
	font-weight: 400;
	font-size: 16px;
	color: #FFAD00;
	letter-spacing: 1.6px;
	line-height: 32px;
	display: inline-block;
}

.link {
	letter-spacing: 1.6px;
	font-size: 14px;
	text-decoration: underline;
}

.link:hover {
	color: #475A66;
	text-decoration: none;
}

.sp-slide {
	display: none;
}


/* 电商首页-end */


/* 个人中心-申请换货 */

.img-group {
	display: flex;
	display: -webkit-flex;
}

.img64-64 {
	width: 64px;
	height: 64px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.img64-64 img {}

.add-proof {
	position: relative;
}

.add-proof .add-proof-input {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.proof-list .img64-64 {
	position: relative;
}

.remove-img {
	color: #ffffff;
	font-size: 14px;
	font-style: inherit;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	display: inline-block;
	background: #000000;
	opacity: 0.8;
	border-radius: 0 0 8px 8px;
	cursor: pointer;
	display: none;
}

.img64-64:hover .remove-img {
	display: block;
}

.add-proof img {
	width: 36px;
	height: 36px;
}

.cart-bg-grey .cart-item.cart-header {
	border-bottom: none !important;
}

.cart-bg-grey .cart-item:not(.cart-header) {
	border-bottom: none !important;
	margin-bottom: 10px;
	padding: 20px !important;
	background: #F2F2F2;
	border-radius: 8px;
}

.left-label-90 {
	width: 90px;
}

.left-label small {
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 28px;
}

.form-input-group-col2 {
	display: flex;
	display: -webkit-flex;
}

.sales-info {
	padding: 10px 20px 20px;
}

.form-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url(/images/arrow-d.svg?811f289989e3f5a7c717c11ed75a9747);
	background-repeat: no-repeat;
	background-position: 98% center;
}

.form-input-group-col2>div:first-child {
	margin-right: 180px;
}

input[type="number"].apply-amt {
	width: 60px;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 2px;
}

.actual-amt {
	font-weight: 400;
	font-size: 16px;
	color: #808080;
	letter-spacing: 1.6px;
	line-height: 42px;
	display: inline-block;
}

.form-input-group-col2 .form-i-control {
	height: 42px;
}

.total-num-t {
	padding-left: 370px;
	border-top: 1px solid #E6E6E6;
	padding-top: 20px;
}

.state-btn .btnz {
	margin-top: 20px;
}

.bg-no {
	background: transparent;
}

/* 个人中心-申请换货-end */

/* 发票 */
.table.table-right>tbody>tr:first-child>td {
	border-top: none;
}

.table.table-right>tbody>tr>td {
	padding: 20px 0;
}

.table-right {
	margin-bottom: 0;
}

.table-right .invoice-l {
	width: 160px;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.table-right .invoice-m {
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.table-right .invoice-r span:first-child {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	display: inline-block;
	width: 110px;
}

.table-right .invoice-r span:last-child {
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.btn-modify-invoice {
	width: 500px;
	margin: 20px 0 0;
}

.border-b {
	border-bottom: 1px solid #E6E6E6;
}

.t40-b80 {
	margin-top: 40px;
	margin-bottom: 80px;
}

.invoice-flex {
	display: flex;
	display: -webkit-flex;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}

.invoice-flex:first-child {
	padding-top: 0;
}

.invoice-flex:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.invoice-flex-l {
	display: flex;
	display: -webkit-flex;
	width: 520px;
}

/* 发票-end */
.pc {
	display: block;
}

.sp {
	display: none;
}

.prd-sp {
	display: none;
}

.prd-pc {
	display: block;
}

.prd-cn {
	width: 100%;
	background-color: #fff;
	display: none;
	position: fixed;
	z-index: 100;
	top: 76px;

}

.prd-m-cn1 {
	padding: 10px 25px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	/* display: none; */
}

.rs-btn {
	width: 64px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 30px;
}

.rs-title {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.addr-name,
.telephone-number,
.addr-department,
.addr-corporate,
.addr-detail,
.post-code {
	display: flex;
}

.addr-name p,
.telephone-number p,
.addr-department p,
.addr-corporate p,
.addr-detail p,
.post-code p {
	display: flex;
	margin: 0 !important;
}

.selectd-address .first {
	display: flex;
	display: -webkit-flex;
}

.selectd-address .first .addr-name {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	margin-right: 50px;
	max-width: 80px;
}

.selectd-address .addr-detail,
.selectd-address .first .telephone-number {
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.selectd-address .addr-detail {
	margin-top: 18px;
}

.sp-cart-box {
    display: none;
}
.sp-inquiry-box {
    display: none;
}

.sp-total-l {
	margin-left: 30px;
	margin-top: 10px;
}

.btn-outline-grey-payed {
	background-color: #ccc;
	color: #fff;
	border: none;
}

/* 购物车备注 */
.pc-cart-item {
	/* border-bottom: 1px solid #E6E6E6; */
}

.pc-cart-item .cart-item {
    border: none;
}

.pc-inquiry-item .inquiry-item {
    border: none;
}

.remark {
	padding: 0 15px 28px 174px;
}

.remark .q-discript-content {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 15px;
	height: 50px;
}
.settlement-info-r .prd-r-info{
	max-width: 150px;
}
.prd-n a {
	color: #0099FF !important;
	display: inline-block;
	text-decoration: underline;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: normal;
}

.remark .text-discript {
	border: none;
	width: 98%;
	height: 30px;
}

/* 商品详情 */
.pc-prd-con-floor .floor-title {
	height: 54px;
	line-height: 54px;
}

.title-top {
	background: #fff;
	z-index: 100;
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-weight: 500;
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	padding: 0 20px;
}

.prd-slider .slider-thumbs .swiper-slide:hover {
	cursor: pointer;
	opacity: 0.7;
}

.swiper-pagination {
	z-index: 1;
}

.ipad-m-buttons {
	display: flex;
}

.ipad-m-buttons .btn-radio-46 {
	padding: 15px 0px;
	width: 200px;
}

.cart-btn {
    display: none;
}
.inquiry-btn {
    display: none;
}

.prd-information .prd-m-origial-price span {
	color: #475A66;
}

.ipad-floor-img img {
	width: 670px;
}

.sp-app-area-list li img:hover {
	opacity: 0.7;
	cursor: pointer;
}

/* 社区 */
.community {
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.community-active a {
	border-bottom: 2px solid #0E9FFF;
}

.community-box {
	width: 748px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	padding: 24px;
}

.search-text {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	margin-bottom: 16px;
	display: none;
}

.community-list-title {
	font-size: 18px;
	letter-spacing: 0;
	display: flex;
	justify-content: space-between;
	color: #333333;
}

.community-color-question {
	color: rgba(0, 130, 255, .8);
	background: rgba(0, 130, 255, .08);
}

.community-color-answer {
	color: rgba(237, 120, 55, .8);
	background: rgba(237, 120, 55, .08);
}

.list-title-tip {
	height: 24px;
	border-radius: 13px;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-align: center;
	padding: 0 10px;
	line-height: 24px;
	margin-left: 6px;
}

.community-box-list:not(:last-child) {
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 16px;
}

.community-list-word-box {
	margin: 10px 0;
	display: block;
	cursor: pointer;
}

.community-list-word {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	line-height: 25px;
	display: inline-block;
}

.community-list-operate {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 14px;
}

.thumbs-up {
	background-color: rgba(0, 130, 255, .2);
	border-radius: 8px;
	border: none;
	padding: 6px 12px;
	font-size: 14px;
	color: rgba(0, 130, 255);
	letter-spacing: 1.4px;
	display: flex;
	align-items: center;
}

.thumbs-up-img {
	width: 14px;
	height: 14px;
	display: inline;
	margin-right: 6px;
}

.community-comment {
	display: flex;
	align-items: center;
	margin-left: 16px;
	cursor: pointer;
	position: relative;
}

.community-comment img {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.community-comment-img {
	height: 14px !important;
}

.community-list-imgText {
	display: flex;
	margin: 10px 0;
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	line-height: 25px;
}

.community-list-imgText img {
	max-width: 140px;
	min-width: 140px;
	height: 80px;
	border-radius: 6px;
	margin-right: 10px;
}

.community-loading {
	width: 100%;
	padding: 14px 0;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	text-align: center;
	font-size: 15px;
	color: #586571;
	letter-spacing: 1.5px;
	margin: 16px 0 25px 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.community-loading img {
	width: 22px;
	height: 22px;
	display: none;
}


.community-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 276px;
}

.community-info {
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 16px;
}

.community-info-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.community-info-top-left {
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
}

.community-info-top-left img {
	width: 36px;
	height: 36px;
	border-radius: 50%;

}

.community-info-top-right {
	font-size: 12px;
	color: #8590A6;
	letter-spacing: 1.2px;
}

.community-info-middle {
	display: flex;
	padding: 0 27px;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.img-box {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 153, 255, .15);
	border-radius: 32px;
}

.community-info-middle-list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.community-info-middle-list img {
	width: 36px;
	height: 36px;
}

.community-info-middle-list span {
	margin-top: 6px;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	line-height: 32px;
}

.community-info-bottom {
	background: rgba(230, 230, 230, .2);
	border-radius: 16px;
	display: flex;
	padding: 11px 0;
	margin-top: 16px;
}

.community-info-bottom-list {
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: center;
}

.community-info-bottom-list span {
	font-size: 12px;
	color: #4D4D4D;
	letter-spacing: 1.2px;
	line-height: 32px;
}

.community-info-bottom-list:first-child {
	border-right: 1px solid #D8D8D8;
}

.community-num {
	font-size: 24px;
	color: #0082FF;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 36px;
}

.community-info-img img {
	width: 100%;
	height: 120px;
	border-radius: 16px;
	margin-bottom: 16px;
}

.community-info-operate {
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	padding: 20px;
	font-size: 14px;
	letter-spacing: 1.4px;
}

.community-info-operate-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1A1A1A
}

.community-info-operate-list:first-child {
	margin-bottom: 19px;
}

.community-info-operate-list img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.community-info-title {
	font-size: 15px;
	color: #1A1A1A;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.community-info-list:not(:last-child) {
	margin-bottom: 6px;
}

.community-info-list a {
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0;
	line-height: 22px;
}

.community-info-list span {
	font-size: 12px;
	color: #999999
}

.operate-right {
	width: 50px;
	background: rgba(216, 216, 216, .2);
	border-radius: 3px;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	color: #486B8D;
	letter-spacing: 1.2px;
}

.write-questoin {
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #0082FF;
	padding: 6px 12px;
	font-size: 14px;
	color: rgba(0, 130, 255);
	letter-spacing: 1.4px;
	display: flex;
	align-items: center;
	margin-left: 16px
}

.write-questoin:hover {
	background: rgba(0, 128, 255, 0.05);
	color: rgba(0, 130, 255);
	transition: all .5s;
}

.community-ques-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #333333;
}

.community-ques-title img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #0082FF;
	margin-right: 6px;
}

.community-ques-date {
	font-size: 12px;
	color: #999999;
	line-height: 24px;
}

.community-question-top {
	background: #fff;
}

.question-top-content {
	padding: 24px 24px 10px 24px;
}

.community-list-tag {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.community-tag {
	height: 26px;
	padding: 0 10px;
	border-radius: 13px;
	font-size: 12px;
	color: #0082FF;
	letter-spacing: 1.2px;
	text-align: center;
	line-height: 26px;
	background: rgba(0, 130, 255, .1);
	margin: 0 10px 10px 0;
}

.read-all-box {
	margin-top: 20px;
	position: relative;
}

.read-all {
	width: 100%;
	height: 300px;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
	position: absolute;
	bottom: 46px;
	left: 0;
	display: none;
}

.read-all span {
	position: absolute;
	bottom: 16px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #586571;
	letter-spacing: 1.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.read-all img {
	width: 14px;
	height: 9px;
	margin-right: 8px;
}

.title-right-date {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
}

.ques-title-img {
	width: 38px !important;
	height: 38px !important;
}

.community-themes-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.community-themes-list {
	width: 508px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	margin-bottom: 24px;
	position: relative;
}

.themes-tags-box {
	position: absolute;
	bottom: 196px;
	right: 16px;
}

.themes-list-img {
	width: 100%;
	height: 220px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.themes-list-middle {
	height: 84px;
	width: calc(100% - 32px);
	margin: 0 auto;
	padding: 14px 0 20px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D8D8D8
}

.themes-middle-img {
	width: 32px;
	height: 32px;
	margin-right: 16px;
}

.themes-middle-left {
	display: flex;
}

.themes-middle-title {
	font-size: 18px;
	color: #333333;
	letter-spacing: 1.8px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.themes-middle-btn {
	height: 26px;
	border-radius: 13px;
	background: rgba(0, 130, 255, .8);
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	text-align: center;
	padding: 0 10px;
	line-height: 26px;
	display: inline-block
}

.themes-middle-btn:hover {
	background: rgba(0, 130, 255);
	color: #FFFFFF;
	transition: all .5s;
}

.themes-list-bottom {
	margin-top: 19px;
	padding: 0 16px;
}

.themes-bottom-list {
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.themes-bottom-list a {
	display: block;
	font-size: 15px;
	color: #333333;
	letter-spacing: 1.5px;
	width: 390px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.themes-question-tip {
	height: 26px;
	border-radius: 13px;
	background: rgba(113, 126, 135, .1);
	font-size: 12px;
	color: #475A66;
	letter-spacing: 1.2px;
	text-align: center;
	padding: 0 10px;
	line-height: 26px;
	margin-right: 6px;
}

.theme-detail-bg {
	width: 100%;
	height: 500px;
	position: fixed;
	top: 88px;
	left: 0;
	z-index: -1
}

.theme-detail-content {
	width: 100%;
	margin-top: 300px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	padding: 32px 0;
}

.theme-content-top {
	width: calc(100% - 48px);
	margin: 0 auto;
	padding-bottom: 16px;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 24px;
}

.theme-content-top-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 4.8px;
}

.theme-content-top-date {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	margin: 9px 0 6px 0;
}

.theme-content-top-main {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	line-height: 25px;
}

.theme-detail-list-title {
	display: flex;
	align-items: center;
	margin-top: 14px;
	background-image: linear-gradient(90deg, rgba(0, 130, 255, 0.10) 1%, rgba(0, 130, 255, 0.00) 100%);
	height: 32px;
}

.theme-list-title-img {
	width: 12px;
	height: 14px;
	margin: 0 10px 0 24px;

}

.theme-detail-tab {
	display: flex;
	padding: 0 24px;
	margin: 16px 0;
}

.theme-active {
	font-size: 16px !important;
	color: #333333 !important;
	letter-spacing: 1.6px !important;
}

.theme-active::after {
	content: '';
	width: 40px;
	height: 2px;
	background: #0099FF;
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	transition: all .6s
}

.theme-tab-one {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1.4px;
	margin-right: 16px;
}

.theme-list-detail {
	padding: 0 24px;
	margin-bottom: 16px;
}

.theme-list-word {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	line-height: 25px;
	margin: 10px 0 4px 0;
}

.theme-list-detail-bottom {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
}

.community-user-top {
	background: #fff;
	position: relative;
	width: 100%;
	height: 417px;
}

.community-user-bg {
	width: 100%;
	height: 300px;
}

.community-user-avatar {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 135px;
	left: calc(50% - 100px);
	cursor: pointer;
	border-radius: 50%;
}

.community-user-avatar-hover {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 135px;
	left: calc(50% - 100px);
	background: rgba(0, 0, 0, 0.50);
	border-radius: 50%;
	display: none;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.community-user-avatar-hover span {
	font-size: 12px;
	color: #FFFFFF;
}

.community-user-avatar-hover img {
	width: 29px;
	height: 29px;
	margin-bottom: 16px;
}

.community-user-name {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 56px;
	font-size: 22px;
	color: #1A1A1A;
	letter-spacing: 2.2px;
}

.community-user-name a {
	margin-top: -4px
}

.community-user-edit {
	width: 15px;
	height: 15px;
	margin-left: 8px;
	cursor: pointer;
}

.community-user-tab {
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 26px;
	padding-bottom: 5px;
}

.user-tab-one {
	margin-right: 26px;
	padding-bottom: 7px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1.4px;
}

.user-tab-active {
	/* border-bottom: 2px solid #0099FF; */
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
}

.user-tab-one:first-child {
	margin-left: 18px;
}

.community-user-tab-title {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 24px;
	font-size: 15px;
	color: #333333;
	letter-spacing: 1.5px;
}

.community-tab-content {
	padding-left: 18px;
}

.community-tab-content:not(:first-child) {
	display: none
}

.user-dynamic {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #8590A6;
	letter-spacing: 0;
	margin-bottom: 12px;
}

.user-collection-info {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	margin-right: 10px;
}

.user-collection-info span {
	margin-right: 10px
}

.community-margin0 {
	margin-bottom: 0px !important
}

.community-title-date {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
	min-width: 120px;
	text-align: right
}

.community-question-operate {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 16px;
}

.question-operate-flex {
	display: flex;
	font-size: 12px;
	color: #8590A6;
	letter-spacing: 1.2px;
}

.operate-right-one {
	margin-right: 8px;
}

.operate-flex-btn {
	padding: 7px 12px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #586571;
	font-size: 14px;
	color: #586571;
	letter-spacing: 1.4px;
	margin-left: 16px;
}

.user-answer-tab {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1.4px;
	padding-bottom: 16px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 16px;
}

.user-answer-tab-one {
	cursor: pointer;
	margin-right: 24px;
}

.user-answer-tab-active {
	font-size: 15px;
	letter-spacing: 1.5px;
}

.write-question-top {
	width: 100%;
	height: 78px;
	background: #fff;
	font-size: 22px;
	color: #1A1A1A;
	position: fixed;
	top: 88px;
	z-index: 98;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.10);
}

.write-top-padding {
	padding: 0 32px;
	line-height: 78px;
}

.editor-question {
	width: 100%;
	padding: 24px;
	background: #fff;
	border-radius: 16px;
	margin-top: 94px;
	min-height: calc(100vh - 257px);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.editor-title {
	width: 100%;
	padding-bottom: 16px;
	font-size: 32px;
	color: #000000;
	border: none;
	border-bottom: 1px solid #D8D8D8;
}

.editor-title::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.editor-title::-moz-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.editor-title::-ms-input-placeholder {
	color: rgba(0, 0, 0, .3)
}

.editor-set {
	margin-top: 24px;
}

.editor-set-title {
	font-size: 22px;
	color: #1A1A1A;
}

.editor-set-main {
	padding: 24px 24px 0 24px;
}

.editor-title:focus-within {
	border-bottom: 1px solid #D8D8D8;
}

.editor-set-one {
	position: relative;
	display: flex;
}

.editor-set-one:last-child {
	margin-top: 16px;
}

.set-one-title {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	width: 60px;
	margin-right: 24px;
}

.title-required:after {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	top: 4px;
	left: 62px;
	background: url(/img/community/required.svg) no-repeat;
}

.set-one-upload {
	width: 140px;
	height: 90px;
	border: 1px dashed rgba(0, 0, 0, 0.10);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	color: rgba(51, 51, 51, .5);
	letter-spacing: 0;
	background: #fff;
	cursor: pointer;
	position: relative;
}

.user-upload-img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.set-one-upload span {
	line-height: 14px;
	margin: 2px 0 0 6px;
}

.upload-tip {
	display: flex;
	width: 100%;
	justify-content: center;
}

.set-add-cover {
	width: 14px;
	height: 14px;
}

.set-upload-tip {
	font-size: 12px;
	color: #B4B4B4;
	letter-spacing: 0;
	margin-top: 4px;
}

.editor-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 59px;
	background: #ffffff;
	width: 100%;
	z-index: 99;
	font-size: 14px;
	color: #8590A6;
	letter-spacing: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.editor-footer-sm {
	width: 100%;
	padding: 0 48px;
	height: 100%;
}

.editor-footer-left span:first-child {
	margin-right: 16px;
}

.editor-footer-sm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.editor-btn {
	height: 32px;
	padding: 0 12px;
	border-radius: 8px;
	border: none;
	font-size: 14px;
	color: #586571;
	letter-spacing: 1.4px;
}

.editor-btn {
	margin-left: 20px;
}

.editor-save {
	font-size: 14px;
	color: #0082FF;
	letter-spacing: 1.4px;
	background: #fff;
	border: 1px solid #0082FF;
}

.editor-release {
	background: #0082FF;
	color: #fff;
}

.set-one-tag {
	width: 140px;
	height: 32px;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: rgba(51, 51, 51, .5);
	margin-right: 16px;
}

.set-one-tag span {
	margin-left: 6px;
}

.user-add-comment {
	width: 100%;
	border: 1px solid #ECECEC;
	box-shadow: 0 2px 10px 0 rgba(171, 171, 171, 0.10);
	border-radius: 8px;
	display: none
}

.add-comment-number {
	width: 100%;
	padding: 10px 16px;
	border-bottom: 1px solid #D8D8D8;
}

.add-comment-bottom {
	padding: 10px 16px;
	display: flex;
	align-items: flex-end;
}

.add-comment-input {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 570px;
	min-height: 40px;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
}

.add-comment-btn {
	border: none;
	height: 40px;
	padding: 0 12px;
	background: #0082FF;
	border-radius: 8px;
	color: #fff;
	margin-left: 16px;
	letter-spacing: 4px;
}

.add-comment-author {
	width: 24px;
	height: 24px;
	border-radius: 50%
}

.add-comment-content {
	width: 100%;
	padding: 10px 16px;
	border-bottom: 1px solid #D8D8D8;
}

.add-comment-content .comment-content-list:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D8D8D8;
}

.comment-content-list {
	display: flex;
}

.comment-content-list-style {
	margin-top: 10px;
	padding-top: 10px;

}

.comment-content-list-style:first-child {
	border-top: 1px solid #D8D8D8
}

.comment-content-main {
	width: 100%;
	margin-left: 6px;
	height: 100%;
}

.comment-content-main-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 24px;
	align-items: center;
}

.comment-content-main-name {
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
}

.comment-content-main-name span {
	font-size: 14px;
	color: #8590A6;
	letter-spacing: 1.4px;
	margin: 0 6px;
}

.comment-content-main-time {
	font-size: 12px;
	color: #999999;
	letter-spacing: 0;
}

.comment-content-main-word {
	margin: 6px 0;
}

.comment-operate-one {
	display: flex;
	align-items: center;
	margin-right: 10px;
	font-size: 12px;
	color: #8590A6;
	letter-spacing: 1.2px;
	border: none;
	background: #fff;
}

.comment-operate-one img {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

.comment-second-img {
	height: 10px !important;
	margin-top: 2px;
}

.comment-loading-box {
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: center;
}

.comment-loading {
	width: 160px;
	height: 120px;
}

.comment-operate-one span {
	margin-top: 2px;
}

.comment-content-main-operate {
	display: flex;
}

.community-pagination {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #D8D8D8;
}

.scroll-read {
	font-size: 14px;
	color: rgba(23, 80, 153);
	letter-spacing: 0;
	border: none;
	background: #fff;
	margin-top: -2px;
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
}

.scroll-read img {
	min-width: 13px;
	max-width: 13px;
	height: 8px;
	margin-left: 4px;
}

.community-comment-putaway {
	margin-left: auto;
	font-size: 14px;
	color: rgba(23, 80, 153);
	display: none;
	cursor: pointer;
}

.community-comment-putaway img {
	width: 12px;
	height: 8px;
	transform: rotateX(180deg)
}

.community-answer-detail-content {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	max-height: 500px;
	overflow: hidden;
}

.community-answer-thumb-num {
	opacity: 0.8;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0;
	margin: 16px 0 6px 0;
}

.community-answer-putaway {
	margin-left: auto;
	display: none;
	color: #586571;
	cursor: pointer;
	display: none;
}

.community-answer-putaway img {
	width: 12px;
	height: 8px;
	transform: rotateX(180deg)
}

.all-ready-like {
	background: #0082FF;
	color: #fff;
}

.secont-comment-loading-box {
	width: 100%;
	padding: 14px 0;
	border-radius: 16px;
	text-align: center;
	font-size: 15px;
	color: #586571;
	letter-spacing: 1.5px;
}

.secont-comment-loading-btn {
	background: #FFFFFF;
	border: none;
}

.question-cover {
	display: none !important
}

.tags-box {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 84px)
}

.tags-search {
	display: flex;
	align-items: center;
	height: 32px;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	margin-right: 16px;
	padding: 0 10px;
	position: relative;

}

.tags-search-input:focus-within {
	border: none;
}

.tags-search-input::-webkit-input-placeholder {
	font-size: 12px;
	color: rgba(51, 51, 51, .5) !important;
}

.tags-search-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 12px;
	color: rgba(51, 51, 51, .5) !important;
}

.tags-search-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 12px;
	color: rgba(51, 51, 51, .5) !important;
}

.tags-search-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 12px;
	color: rgba(51, 51, 51, .5) !important;
}

.tags-search-input::-ms-input-placeholder {
	/* Microsoft Edge */
	font-size: 12px;
	color: rgba(51, 51, 51, .5) !important;
}

.tags-delete-img {
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.search-tag-img {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.tags-search-input {
	border: none;
	font-size: 12px;
	color: rgba(133, 144, 166) !important;
	width: 100px;
	height: 18px;
}

.search-input-val {
	width: 120px;
	height: 18px;
	display: none;
	font-size: 12px;
	color: #8590A6;
}

.tags-search-list {
	position: absolute;
	width: calc(100% + 2px);
	left: -1px;
	bottom: 32px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 6px;
	z-index: 1;
	display: none;
	max-height: 128px;
	overflow: auto;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.tags-search-list li {
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
	padding: 0 10px 0;
	cursor: pointer;
}

.tags-search-list li:first-child {
	border-radius: 6px 6px 0 0;
}

.tags-search-list li:last-child {
	border-radius: 0 0 6px 6px;
}

.tags-search-list li:hover {
	background-color: #0099FF;
	color: #ffffff;
}

.search-blankdata {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.upload-loading {
	width: 40px;
	height: 40px;
	display: none;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}

.user-upload-img-box {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	display: none;
	position: relative;
}

.upload-btn-group {
	position: absolute;
	bottom: 10px;
	background: rgba(18, 18, 18, 0.75);
	border-radius: 6px;
	left: 25px;
	display: none;
}

.upload-btn {
	height: 32px;
	padding: 0 10px;
	background: none;
	border: none;
	color: #fff;
	line-height: 32px;
	display: inline
}

.operate-left {
	display: flex;
}

/* 社区 end */

/* ipad */
@media all and (min-width: 768px) and (max-width: 1024px) {
	.settlement-con {
		padding-left: 0;
	}

	.sp-settlement-c {
		padding: 0 20px;
	}

	.sp-link {
		color: #4D4D4D !important;
	}

	.sp-total-l {
		margin-left: 0px;
		margin-top: 0px;
	}

	.modal-content {
		width: 800px !important;
	}

	.sp-app-area-list li {
		margin-right: 10px!important;
	}

	.prd-detail-top {
		margin: 20px 0 40px 0
	}
	.prd-m-app-area{
		width: 100%;
		margin: 40px 0;
	}
	.prd-summary .prd-slider {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		background-color: rgb(240, 240, 240);
	}
	.slider-sl1{
		width: 100%;
	}
	.link_text02{
		flex-wrap: wrap;
	}

	.prd-slider .slider-main {
		width: 100%;
		height: auto;
	}
	.type-edit-txt{
		padding: 8px;
	}

	.prd-information {
		padding: 0 15px;
		margin-top: 30px;
	}

	.prd-information .prd-m-buttons {
		display: flex;
		justify-content: space-around;
		height: 56px;
	}

	.prd-con-lmenu {
		display: none;
	}

	.slider-sl {
		width: 100%;
	}

	.prd-slider .slider-thumbs {
		left: 0;
		right: auto;
		bottom: 0;
		top: auto;
		transform: unset;
		width: 100%;
		padding: 0 52px;
	}

	.prd-slider .slider-thumbs .swiper-wrapper {
		display: flex;
		width: 100%;
	}

	.swiper-container-vertical>.swiper-wrapper {
		flex-direction: row;
	}

	.prd-slider .slider-thumbs .swiper-slide {
		width: 48px !important;
		height: 48px !important;
		margin: 10px 7.5px 10px 0;
	}

	.prd-summary {
		flex-wrap: wrap;
	}

	.slider-sl {
		position: static !important;
		top: 0;
		left: 0;
	}

	.wrap-sp-md {
		width: 100% !important;
	}

	.prd-information .prd-m-des {
		font-weight: 400;
		font-size: 16px;
		color: #1A1A1A;
		letter-spacing: 1.6px;
		margin-bottom: 26px;
	}

	.prd-con-lmenu {
		display: none;
	}

	.floor-img img {
		width: 100%;
		height: 48px;
		padding: 0 !important;

	}

	.prd-con-floor .floor {
		border-top: unset;
	}

	.prd-con-descprition {
		padding: 40px 0;
	}

	.prd-con-floor .floor {
		margin-bottom: 40px;
		padding-top: 0px;
	}

	.prd-information1 {
		width: 100% !important;
		margin-top: 0 !important;
		padding: 0 25px 0 0 !important;
	}

	.pro-img img {
		width: 325px;
		height: 185px;
	}

	/* common */
	.radio-input,
	.form-i-control {
		font-size: 14px;
	}

	.tsubaki-container {
		padding-top: 54px;
	}

	.pagination span.active,
	.pagination a {
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 18px;
	}

	.pagination .jump-btn {
		display: none;
	}

	.modal-body-con {
		padding: 20px;
	}

	/* common */

	/* 电商首页 */
	.adv-sp {
		display: block !important;
	}

	.retail-banner {
		width: 100%;
		margin-top: 10px;
	}

	.retail-kv-box {
		border-radius: 0;
	}

	.retail-menu-left {
		display: none;
	}

	.retail-kv-right {
		width: 100%;
	}

	.retailSwiper {
		height: 500px;
	}

	.retailSwiper .swiper-slide {
		border-radius: 0px;
		background-size: cover;
	}

	.single-adv-section {
		display: none;
	}

	.products-category-cnotainer {
		margin-top: 40px;
		padding: 0px 0 0;
	}

	.products-index-box {
		margin-top: 0px;
		padding-bottom: 60px;
		padding-top: 30px;
	}

	.index-menu-title {
		margin: 0 0 16px;
	}

	.index-left-menu li a {
		margin-bottom: 0;
	}

	.products-index-list {
		display: block;
	}

	.products-index-menu {
		width: 100%;
		padding-left: 0px;
	}

	.products-index-menu .menu-r-more {
		bottom: auto;
		left: auto;
		top: 8px;
		right: 0;
		width: 80px;
	}

	.index-left-menu {
		overflow-x: auto;
		white-space: nowrap;
	}

	.index-left-menu::-webkit-scrollbar {
		width: 0;
	}

	.index-left-menu>li {
		display: inline-block;
		margin-right: 12px;
	}

	.products-index-prd {
		width: 100%;
		margin-top: 20px;
	}

	.prd-filtered-list {
		justify-content: flex-start;
	}

	.prd-scroll {
		width: 100%;
	}

	.prd-filtered-item {
		width: calc((100% - 40px) / 3);
	}

	.products-index-list .prd-filtered-item {
		margin-left: 0px;
		padding: 10px;
		margin-top: 16px;
		margin-right: 15px;
	}

	.products-index-list .prd-filtered-item:nth-child(5n) {
		margin-right: 15px;
	}

	.products-index-list .prd-filtered-item:nth-child(3n) {
		margin-right: 0px;
	}

	.prd-img {
		width: 100%;
		height: auto;
		display: inline-block;
	}

	.adv-recommend {
		font-weight: 500;
		font-size: 2.4rem;
		color: #1A1A1A;
		letter-spacing: 1.6px;
		line-height: 32px;
		margin: 20px 0;
	}

	.sp-adv-img {
		padding-right: 20px;
		border-radius: 16px;
		overflow: hidden;
		height: 170px;
	}

	.sp-adv-img img {
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		overflow: hidden;
		border-radius: 16px;
	}

	.adv-bar {
		width: 88%;
		margin: 0 auto;
	}

	.advSwiper {
		position: relative;
	}

	.advSwiper {
		--swiper-navigation-size: 20px;
		/* 设置按钮大小 */
	}

	.adv-img img {
		width: 500px;
		margin: 0 auto;
		display: block;
		height: 250px;
	}

	.sp-slide {
		display: block;
	}

	.pc-slide {
		display: none;
	}

	/* 电商首页 end */

	/* 商品列表 */
	.prd-filtered-item:nth-child(5n) {
		margin-right: 15px;
	}

	.prd-filtered-item:nth-child(3n) {
		margin-right: 0px;
	}

	.prd-list-filter1 .filter-menu {
		width: 60%;
		flex-wrap: wrap;
	}

	.prd-list-filter1 .pop-filter-item {
		flex-wrap: wrap;
	}

	.prd-list-filter1 .filter-btns-group {
		padding-bottom: 20px;
	}

	.prd-list-filter1 .prd-price-sort {
		margin: 0 40px 0 0;
	}

	/* 商品列表 end */



	/* 商品详情 */
	.mySwiper2 .swiper-slide img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.img-content-filter {
		width: calc(100% - 180px) !important
	}

	.prd-summary1 {
		justify-content: unset;
	}

	.ipad-information {
		width: 100%;
		margin: 0;
	}

	.ipad-m-buttons {
		width: 70% !important;
		margin-left: 15%;
	}

	.ipad-con-floor {
		padding-left: 25px !important;
	}

	.ipad-floor-img img {
		padding-right: 25px !important;
		height: 100%;
	}

	.pro-img img {
		width: 100%;
		height: 100%;
	}

	.ipad-filtered-item .prd-filtered-item {
		width: 212px !important;
	}

	.ipad-filtered-item .swiper-slide {
		width: 212px !important;
		margin-right: 15px;
	}

	.modal-w1040 {
		width: calc(100% - 20px);
	}

	.modal-w1000 {
		width: calc(100% - 20px);
	}

	/* 结算 */
	/* 订单 */
	.progress-item .circle-c {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 20px;
	}

	.progress-item::after {
		content: "";
		display: inline-block;
		background: #B3B3B3;
		width: 32px;
		height: 2px;
		position: absolute;
		top: 15px;
		left: -46px;

	}

	.order-price-row span:nth-child(2) {
		width: 300px;
		font-weight: 400;
		font-size: 16px;
		color: #4D4D4D;
		letter-spacing: 1.6px;
		text-align: right;
		line-height: 32px;
	}

	.sp-settlement-con {
		padding: 0 25px;
	}

	.sp-settlement-con .settlement-info-r .form-input-group {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.sp-settlement-con .settlement-info-l {
		font-size: 18px;
		font-weight: 500;
	}

	.sp-settlement-con .settlement-info-r .form-input-group .left-label {
		width: 100%;
		font-size: 16px;
		font-weight: 500;

	}

	.sp-settlement-con .radio-input {
		font-size: 16px;
		padding-left: 30px;
	}

	.sp-settlement-con .settlement-item {
		padding: 40px 0;
	}

	.sp-settlement-con .settlement-info-r .form-input-group .radio-group {
		padding: 12px 0;
		width: 100%;
	}

	.sp-settlement-con .stamp-txt {
		font-size: 16px;
	}

	.form-i-control {
		font-size: 16px;
	}

	.sp-settlement-con .right-input {
		flex: unset;
		width: 100%;
		font-size: 16px !important;
	}

	.sp-form-input-group .addr-infomation b {
		font-size: 16px;
		font-weight: 500;
		width: 90px;
	}

	.sp-form-input-group .addr-infomation>div {
		font-size: 16px;
	}

	.add-new-address {
		padding: 20px 30px;
	}

	.sp-cek-yes {
		margin: -4px 8px 0 0;
		border: 1px solid #0099FF !important;
	}

	.order-price-info {
		text-align: left;
	}

	.order-price-row span:nth-child(3) {
		text-align: right;
	}

	.settlement-btn-group {
		display: flex;
		justify-content: flex-end;

	}

	.settlement-btn-group button {
		/* width: 120px; */
	}

	.settlement-btn-group .btn-radio-46 {
		padding: 13px 0px;
	}

	.sp-price {
		display: none !important;
	}

	.stamp-txt2,
	.sp-last {
		display: block !important;
	}

	.stamp-txt1 {
		display: none;
	}

	.addr-name,
	.telephone-number,
	.addr-department,
	.addr-corporate,
	.addr-detail,
	.post-code {
		width: 460px;
		margin-bottom: 20px !important;

	}

	.addr-name p,
	.telephone-number p,
	.addr-department p,
	.addr-corporate p,
	.addr-detail p,
	.post-code p {
		display: flex;
		width: 360px;
		margin: 0 !important;
	}

	.sp-settlement-info-r {
		display: none;
	}

	.addr-corporate {
		margin: 0;
	}

	.detail-list li {
		display: flex;
		margin-bottom: 5px;
	}

	.detail-list li:last-child {
		/* margin-bottom: 0px; */
	}

	.sp-detail .list-l {
		width: 85px;
		min-width: 85px;
		font-weight: 500;
		font-size: 14px;
		color: #1A1A1A;
		letter-spacing: 1.4px;
		line-height: 24px;
	}
	.sp-detail .list-l.cover{
		width: 48px;
    height: 48px;
	min-width: 48px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-right: 37px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
	}


	.detail-list {
		border-bottom: 1px solid #E6E6E6;
	}

	.detail-list:last-child {
		border-bottom: none;
	}

	.detail-list:nth-child(2),
	.detail-list:nth-child(3) {
		margin-top: 20px;
	}

	.detail-list .list-r p:nth-child(1) {
		font-size: 16px;
		color: #4D4D4D;
		letter-spacing: 1.6px;
		line-height: 32px;
	}

	.detail-list .list-r p:nth-child(1) span {
		font-size: 14px;
		color: #808080;
		letter-spacing: 1.4px;
		line-height: 28px;
	}

	.detail-list .list-r1 p:nth-child(2) {
		font-size: 12px;
		color: #0099FF;
		letter-spacing: 0;
		line-height: 12px;
	}

	.list-day {
		font-size: 14px !important;
	}

	.sp-order-price {
		width: 100%;
		margin-bottom: 10px;
	}

	.sp-detail {
		display: block;
		width: 100%;
		/* margin-left: 30px; */
	}

	.price-free {}

	.tw350 {
		width: 250px;
	}

	.cart-header,
	.inquiry-header,
	.price-free,
	.prd-r-info .prd-n,
	.price-no-free,
	.tdate,
	.t-delete,
	.stock-amt {
		font-size: 12px;
	}

    .cart-total-row {
        flex-wrap: wrap;
        text-align: right;
    }

    .inquiry-total-row {
        flex-wrap: wrap;
        text-align: right;
    }

	.total-l {
		text-align: right;
		width: 100%;
	}

    .cart-total-row .checkbox-col {
        top: 30%;
    }

    .cart-total-row .checkbox-col a {
        margin-left: 20px;
    }

    .inquiry-total-row .checkbox-col {
        top: 30%;
    }

    .inquiry-total-row .checkbox-col a {
        margin-left: 20px;
    }

	.total-l {
		margin-top: 0;
	}

	.total-r .plr-80 {
		padding: 13px 20px !important;
		width: 241px;
	}

	.total-r {
		width: 100%;
		margin-top: 20px;
	}

	.sp-settlement-c .address-item {
		padding-right: 0;
	}

	.settlement-item .settlement-info-r0 {
		width: 500px;
	}

	/* 个人中心-发票申请 */
	.invoice-flex {
		display: block;
	}

	.table-right .invoice-r span:first-child {
		width: 160px;
	}

	.sp-paypal {
		diaplay: flex;
		flex-wrap: wrap;

	}

	.sp-paypal .settlement-info-l {
		padding-bottom: 20px;
	}
}

@media screen and (width: 1024px) {
	.settlement-item .settlement-info-r0 {
		width: 800px;
	}
}

/* ipad end */

/* 自适应 */
@media screen and (min-width: 320px)and (max-width: 767px) {

	/* common */
	.sp-sect-grey-bg {
		margin-top: 0;
	}

	/*  */
	.sp-btn-group {
		margin-bottom: 0 !important;
		margin-top: 20px !important;
	}

	.sp-link {
		color: #4D4D4D !important;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.hv-vip::after,
	.prd-info .prd-price.hv-vip::after {
		/* line-height: 14px; */
		/* padding-bottom: 2px; */
	}

	.hv-sales::after,
	.prd-info .prd-price.hv-sales::after {
		/* line-height: 14px; */
	}

	.tooltips {
		top: 15px;
	}

	.prd-detail-top {
		margin: 20px 0 40px 0
	}
	.prd-m-app-area{
		width: 100%;
		margin-top: 40px;
		padding: 0 15px;
	}
	.prd-summary .prd-slider {
		width: 100%;
		height: 375px;
		position: relative;
		overflow: hidden;
		background-color: rgb(240, 240, 240);
	}

	.prd-slider .slider-main {
		width: 100%;
		height: 375px;
	}
	.prd-information .prd-m-cn{
		font-size: 26px;
	}

	.prd-information {
		padding: 0 15px;
		margin-top: 30px;
	}

	.prd-information .prd-m-buttons {
		display: flex;
		justify-content: space-between;
		margin: 0;
		height: 56px;
	}
	.details-select-con{
		overflow-x: auto;
	}

	.prd-con-lmenu {
		display: none;
	}

	.slider-sl {
		width: 100%;
	}

	.sp-app-area-list li {
		margin-right: 10px!important;
	}
	.select-type-row{
		flex-wrap: wrap;
	}

	.prd-slider .slider-thumbs {
		left: 0;
		right: auto;
		bottom: 0;
		top: auto;
		transform: unset;
		width: 100%;
		padding: 0 52px;
	}

	.prd-slider .slider-thumbs .swiper-wrapper {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.swiper-container-vertical>.swiper-wrapper {
		flex-direction: row;
	}

	.prd-slider .slider-thumbs .swiper-slide {
		width: 48px !important;
		height: 48px !important;
		margin: 10px 7.5px 10px 0;
	}

	.prd-summary {
		flex-wrap: wrap;
	}

	.slider-sl {
		position: static !important;
		top: 0;
		left: 0;
	}

	.wrap-sp-md {
		width: 100% !important;
	}

	.prd-information .prd-m-des {
		font-weight: 400;
		font-size: 16px;
		color: #1A1A1A;
		letter-spacing: 1.6px;
		margin-bottom: 26px;
	}

	.prd-con-lmenu {
		display: none;
	}

	.floor-img img {
		width: 100%;
		height: 48px;
		padding: 0 !important;

	}

	.prd-con-floor .floor {
		border-top: unset;
	}

	.prd-con-descprition {
		padding: 40px 0;
	}

	.prd-con-floor .floor {
		margin-bottom: 40px;
		padding-top: 0px;
	}

	.prd-information1 {
		width: 100% !important;
		margin-top: 0 !important;
		padding: 0 0px 0 0 !important;
	}

	.pro-img img {
		width: 325px;
		height: 185px;
	}

	.modal-dialog {
		margin: 0 !important;
	}
	.modal-centered{
		margin: 0 auto !important;
	}
	.editCart-modal-con{
		padding: 30px!important;
	}

	/* .type-number {
		display: flex;
		flex-wrap: wrap;
	} */

	.type-select-swiper {
		padding: 30px 30px 0;
	}

	.type-number-space {
		margin-left: 0;
	}

	.select-right-box {
		padding: 0 30px 30px;
	}

	.type-numbers {
		width: 100%;
		font-size: 16px !important;
		color: #333333 !important;
		letter-spacing: 1.6px !important;
		line-height: 32px !important;
	}

	.rs-numbers {
		font-size: 16px !important;
		color: #333333 !important;
	}

	.stock-amt1 {
		font-size: 14px !important;
		color: #808080;
		letter-spacing: 0.7px;
		line-height: 20px;
	}

	.stock-amt1 .no-stock {
		display: none;
	}

	.rs-price1 {
		font-size: 32px !important;
	}

	.modal-btn {
		position: relative;
	}

	/* .modal-btn .btnz {
		width: 305px;
		height: 56px;

	} */

	.btn-position {
		margin-right: 0;
	}
	.copy-select-type .copy-type{
		top: 8px!important;
	}
	.btn-sm{
		padding: 3px 15px;
	}
	.btn-ml-20{
		margin-left: 10px;
	}
	.link_text02{
		flex-wrap: wrap;
	}

	/* common */
	.radio-input,
	.form-i-control {
		font-size: 14px;
	}

	.tsubaki-container {
		padding-top: 54px;
	}
	.crumbs-nav-box{
		top: 54px;
	}

	.pagination span.active,
	.pagination a {
		width: 30px;
		height: 30px;
		line-height: 19px;
		font-size: 14px;
	}

	.pagination .jump-btn {
		display: none;
	}

	.modal-body-con {
		padding: 20px;
	}

	/* common */
	/* 售后自适应 */
	.cart-container {
		padding: 20px 0;
	}

	.calc-title-row {
		flex-wrap: wrap;
		margin-top: 0;
		margin-bottom: 10px;
		padding-left: 40px;
	}

	.calc-title-row .cart-title {
		margin-top: 0 0 10px;
	}

	.progress-line {
		width: 100%;
		justify-content: center;
	}

	.progress-item {
		margin-left: 0;
		margin-right: 30px;
	}

	.progress-item::after {
		top: 14px;
		width: 20px;
		left: -25px;
	}

	.progress-item .circle-c {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}

	.progress-txt {
		font-size: 12px;
	}



	.cart-title {
		line-height: 36px;
	}

	.settlement-item {
		flex-wrap: wrap;
		padding: 20px 0;
	}

	.form-input-group {
		margin-bottom: 16px;
	}
	.form-input-group_new{
		margin-bottom: 0;
	}
	.form-input-group_new .left-label{
		padding-bottom: 0;
	}

	.settlement-item .settlement-info-l {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.settlement-item .settlement-info-r {
		width: 100%;
		/* padding: 0 10px; */
	}

	.left-label {
		font-size: 14px;
		width: 120px;
		line-height: 30px;
	}

	.input-text {
		font-size: 14px;
		line-height: 30px;
		min-height: 30px;
		height: auto;
	}

	.stamp-txt {
		font-size: 12px;
		line-height: 18px;
	}

	.responsive {
		width: 100%;
		overflow-x: auto;
	}

	.responsive-800>div {
		width: 800px;
	}

	.settlement-btn-group .btnz {
		margin-bottom: 15px;
	}

	.address-item {
		padding: 20px;
	}

	.addr-setting {
		top: 6px;
		right: 8px;
	}

	.addr-setting .modify,
	.addr-setting .set-default {
		display: inline-block;
	}

	/* 售后自适应 */
	/* 购物车 */
	.cart-box .cart-list,
    .cart-box .cart-total-row {
        width: 1040px;
    }
    .inquiry-box .nquiry-list,
    .inquiry-box .inquiry-total-row {
        width: 1040px;
    }

    .cart-box .wrap-sm {
        overflow-x: auto;
    }
    .inquiry-box .wrap-sm {
        overflow-x: auto;
    }

	.radio-group .radio-input {
		margin-right: 13px;
	}

	.show-addr {
		bottom: -32px;
	}

	.order-price-row span:nth-child(1) {
		display: block;
		text-align: right;
	}

	.order-price-row span:nth-child(2) {
		width: 52%;
	}

	.order-price-row span:last-child {
		width: 46%;
	}

	/* 购物车-end */
	/* 商品详情 */
	.prd-information {
		margin-right: 0;
		margin-left: 0;
	}

	.prd-m-buttons .btnz {
		width: 155px;
		/* margin-bottom: 15px; */
	}

	.prd-m-app-area .app-area-list li {
		width: 90px;
		margin-right: 20px;
	}
	.prd-area-a{
		margin: 0 auto;
	}

	.prd-con-floor {
		width: 100%;
		padding: 0 20px;
	}

	.floor-t {
		font-size: 20px;
		font-weight: 500;
	}

	.recmd-prd-slide .title {
		padding: 0;
	}

	.recmd-slide .swiper-slide {
		width: 155px !important;
		margin-right: 15px;
	}

	.prd-m-type .prd-m-type-select {
		font-size: 14px;
		line-height: 28px;
	}

	.prd-type-sitem,
	.type-selected {
		padding: 10px 10px;
	}

	.tranfer,
	.closei {
		padding: 3px;
	}

	.closei {
		right: 10px;
	}

	.tranfer {
		right: 40px;
	}

	.closei::after {
		background: url(/images/closei-b.svg?6b86e7dc3af30c44cc2aca8fc6754f4e);
		background-size: 18px;
		background-repeat: no-repeat;
	}

	.tranfer::after {
		background: url(/images/tranfer-b.svg?024b265e6d265c134ef7cbcae6c7bf93);
		background-size: 18px;
		background-repeat: no-repeat;
	}

	.modal-w1040 {
		width: calc(100% - 20px);
	}

	.modal-w1000 {
		width: calc(100% - 20px);
	}

	.modal-header {
		padding: 20px 20px 0;
	}

	.select-type-top {
		padding: 20px 20px 40px;
		overflow-x: auto;
	}

	.select-type-row {
		width: 100%;
		flex-wrap: wrap;
	}

	.select-type-title {
		padding: 0 50px !important;
	}

	.mid-type-title {
		padding: 0 20px 0 50px !important;
		width: 920px;
	}

	.mid-type-filter {
		padding: 0 20px;
		width: 920px;
	}

	.select-type-bottom {
		padding: 10px 20px 50px;
	}

	.number-amt {
		flex-wrap: wrap;
	}

	.type-number {
		margin: 0;

	}

	.select-type-bottom .l-label,
	.rs-number,
	.stock-amt {
		font-size: 12px;
	}

	.rs-price {
		font-size: 24px;
	}

	.btn-radio-46 {
		padding: 6px 30px;
	}

	.ipad-m-buttons .btn-radio-46 {
		padding: 6px 23px !important;
	}

	.plr-80 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.select-type-footer {
		bottom: 30px;
		right: 25px;
	}

	.close-model {
		top: 12px;
		right: 14px;
	}
	.progress-item.done .circle-c::before{
		left: -30px;
	}

	/* 商品详情-end */
	.order-state-info {
		padding: 10px;
		font-size: 14px;
		line-height: 30px;
	}
	.settlement-item.sp-paypal .settlement-info-l{
		margin-bottom: 10px;
	}

	.pay-item {
		width: calc(50% - 5px);
		max-width: 210px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.pay-item:nth-child(2n){
		margin-left: 10px;
	}

	.mid-btn-group {
		margin-bottom: 60px;
	}

	.addr-infomation>div {
		font-size: 14px;
		margin: 6px 0;
		line-height: 28px;
	}

	.addr-infomation b {
		font-size: 14px;
		line-height: 28px;
		white-space: nowrap;
	}

	.table-right .invoice-l {
		width: 80px;
		font-size: 14px;
		line-height: 28px;
	}

	.table-right .invoice-m {
		font-size: 14px;
		line-height: 28px;
		padding: 15 10px !important;
	}

	.table-right .invoice-r span:first-child,
	.table-right .invoice-r span:last-child {
		font-size: 14px;
		line-height: 28px;
	}

	.table.table-right>tbody>tr>td {
		padding: 15px 0;
	}

	.state-btn .btnz {
		margin-top: 10px;
	}

	/* 电商首页 */
	.retail-banner {
		width: 100%;
		margin-top: 10px;
	}

	.retail-kv-box {
		border-radius: 0;
	}

	.retail-menu-left {
		display: none;
	}

	.retail-kv-right {
		width: 100%;
	}

	.retailSwiper {
		height: 250px;
	}

	.retailSwiper .swiper-slide {
		border-radius: 0px;
		background-size: cover;
	}

	.single-adv-section {
		display: none;
	}

	.products-category-cnotainer {
		margin-top: 40px;
		padding: 0px 0 0;
	}

	.products-index-box {
		margin-top: 0px;
		padding-bottom: 44px;
		padding-top: 40px;
	}

	.index-menu-title {
		margin: 0 0 16px;
	}

	.index-left-menu li a {
		margin-bottom: 0;
	}

	.products-index-list {
		display: block;
	}

	.products-index-menu {
		width: 100%;
		padding-left: 0px;
	}

	.products-index-menu .menu-r-more {
		bottom: auto;
		left: auto;
		top: 8px;
		right: 0;
		width: 80px;
	}

	.index-left-menu {
		overflow-x: auto;
		white-space: nowrap;
	}

	.index-left-menu::-webkit-scrollbar {
		width: 0;
	}

	.index-left-menu>li {
		display: inline-block;
		margin-right: 12px;
	}

	.products-index-prd {
		width: 100%;
		margin-top: 20px !important
	}

	.prd-filtered-list {
		justify-content: space-between;
	}

	.prd-scroll {
		width: 100%;
	}

	.scroll-loading {
		display: block;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	.prd-filtered-item {
		width: calc((100% - 15px) / 2);
	}

	.products-index-list .prd-filtered-item {
		margin-left: 0px;
		padding: 10px;
		margin-top: 0px;
		display: flex;
		width: 100%;
	}

	.prd-img {
		width: 100px;
		height: auto;
		display: inline-block;
	}

	.prd-info {
		margin-top: 0;
	}

	.prd-img img {
		padding: 0px;
		width: 100px;
		height: 100px;
	}

	.adv-recommend {
		font-weight: 500;
		font-size: 2.4rem;
		color: #1A1A1A;
		letter-spacing: 1.6px;
		line-height: 32px;
		margin: 20px 0 30px 0;
	}

	.adv-bar {
		width: 88%;
		margin: 0 auto;
	}

	.advSwiper {
		position: relative;
	}

	.advSwiper {
		--swiper-navigation-size: 16px;
		/* 设置按钮大小 */
	}

	.adv-img img {
		width: 270px;
		margin: 0 auto;
		display: block;
		height: 150px;
	}

	.sp-slide {
		display: block;
	}

	.pc-slide {
		display: none;
	}

	/* 电商首页 end */

	/* 商品列表 */
	.prd-sp {
		display: block;
	}

	.prd-pc {
		display: none;
	}

	.select-type-list {
		display: none;
		position: absolute;
		background: #fff;
		z-index: 11;
		top: 28px;
	}

	.prd-filter-box {
		padding: unset
	}

	.sp-top {
		display: flex;
	}

	.prd-select-left {
		max-height: 400px;
		width: 143px;
		overflow-y: auto;
		border-right: 1px solid #E6E6E6;
		overflow-x: hidden;
	}

	.prd-select-right {
		width: calc(100% - 143px);
		max-height: 400px;
		overflow-y: auto;
	}

	.prd-select-active {
		background: #F2F2F2;
	}

	.filter-item {
		padding: 5px 20px !important;
		display: flex;
	}

	.prd-select-box {
		border-bottom: none;
		position: relative;
	}

	.prd-select-box .filter-menu {
		padding: 20px 0px 28px 0px;
		position: relative;
	}

	.prd-list-box {
		padding: 6px 0 40px;
	}

	.prd-list-filter {
		padding: 0 0;
		margin: 16px 0;
	}

	.prd-filter-box .wrap-md {
		width: 100%;
	}

	.prd-filter-box .filter-menu {
		width: 88%;
		margin: 0 auto;
	}

	.prd-filtered-item {
		margin-right: 0;
	}

	.mySwiper-rmd .prd-filtered-item {
		margin-right: 15px;
		width: 155px;
	}

	.jump-ipt {
		width: 35px;
	}

	/* .filter-menu {
		margin-top: 16px;
		margin-bottom: 10px;
	} */

	.pop-filter-item {
		display: block;
	}

	.prd-price-sort {
		margin: 20px 0 0px;
	}

	.prd-date-send {
		margin-top: 20px;
	}

	.cek-label {
		/* display: flex; */
		justify-content: flex-start;
		width: 20px;
	}

	.cek-txt {
		width: calc(100% - 20px);
		white-space: inherit;
	}

	.cek-square {
		margin: 6px 8px 0 0;
	}

	.cek-yes {
		/* margin: 0px 8px 0 0; */
	}

	.sp-prd-list .prd-filtered-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 15px;
		margin-top: 0;
		padding: 15px;
	}

	/* 订单 */
	.progress-item .circle-c {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		margin-right: 0;
	}

	.progress-item::after {
		content: "";
		display: none;
		background: #B3B3B3;
		width: 32px;
		height: 2px;
		position: absolute;
		top: 23px;
		left: -36px;

	}

	.progress-item {
		margin-right: 40px !important;
	}

	.sp-settlement-con {
		padding: 0 25px;
	}

	.sp-settlement-con .settlement-info-r .form-input-group {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.sp-settlement-con .settlement-info-l {
		font-size: 18px;
		font-weight: 500;
	}

	.sp-settlement-con .settlement-info-r .form-input-group .left-label {
		width: 100%;
		font-size: 16px;
		font-weight: 500;

	}

	.sp-settlement-con .radio-input {
		font-size: 16px;
		padding-left: 30px;
	}

	.sp-settlement-con .settlement-item {
		padding: 40px 0;
	}

	.sp-settlement-con .settlement-info-r .form-input-group .radio-group {
		padding: 12px 0;
	}

	.sp-settlement-con .stamp-txt {
		font-size: 16px;
		line-height: 32px;
	}

	.form-i-control {
		font-size: 14px;
	}

	.sp-settlement-con .right-input {
		flex: unset;
		width: 100%;
		font-size: 16px !important;
	}

	.sp-form-input-group .addr-infomation b {
		font-size: 16px;
		font-weight: 500;
		width: 90px;

	}

	.sp-form-input-group .addr-infomation>div {
		font-size: 16px;
	}

	.add-new-address {
		padding: 20px 30px;
	}

	.sp-cek-yes {
		margin: -4px 8px 0 0;
		border: 1px solid #0099FF !important;
	}

	.order-price-info {
		text-align: left;
	}

	.order-price-row span:nth-child(3) {
		text-align: right;
	}

	.settlement-btn-group {
		display: flex;
		justify-content: flex-end;

	}

	.settlement-btn-group button {
		/* width: 120px; */
	}

	.settlement-btn-group .btn-radio-46 {
		padding: 13px 0px;
	}

	.sp-price {
		display: none !important;
	}

	.stamp-txt2,
	.sp-last {
		display: block !important;
	}

	.stamp-txt1 {
		display: none;
	}

	.addr-name,
	.telephone-number,
	.addr-department,
	.addr-corporate,
	.addr-detail,
	.post-code {
		width: 283px;

	}

	.addr-name p,
	.telephone-number p,
	.addr-department p,
	.addr-corporate p,
	.addr-detail p,
	.post-code p {
		display: flex;
		width: 179px;
		margin: 0 !important;
	}

	.sp-settlement-info-r {
		display: none;
	}
	.t-edit,.t-delete{
		display: inline-block;
		margin: 0 5px;
	}

	.detail-list li {
		display: flex;
		margin-bottom: 22px;
	}

	.detail-list li:nth-child(2) {
		margin: 20px 0;
	}
	.detail-list{
		margin-top: 20px;
	}

	.detail-list li:last-child {
		/* margin-bottom: 0px; */
	}


	.sp-detail .list-l {
		width: 85px;
		min-width: 85px;
		font-weight: 500;
		font-size: 14px;
		color: #1A1A1A;
		letter-spacing: 1.4px;
		line-height: 24px;
	}
	.sp-detail .list-l.cover{
		width: 48px;
    height: 48px;
	min-width: 48px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-right: 37px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
	}


	.detail-list {
		border-bottom: 1px solid #E6E6E6;
	}

	.detail-list:last-child {
		border-bottom: none;
	}

	.detail-list:nth-child(2),
	.detail-list:nth-child(3) {
		margin-top: 20px;
	}

	.detail-list .list-r p:nth-child(1) {
		font-size: 14px;
		color: #4D4D4D;
		letter-spacing: 0;
		line-height: 24px;
	}

	.detail-list .list-r p:nth-child(1) span {
		font-size: 14px;
		color: #808080;
		letter-spacing: 0;
		line-height: 24px;
	}

	.detail-list .list-r1 p:nth-child(2) {
		font-size: 12px;
		color: #0099FF;
		letter-spacing: 0;
		line-height: 12px;
	}

	.list-r1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.list-r0 {
		font-size: 12px;
		letter-spacing: 0px;
	}

	.detail-list .list-r1 p:nth-child(2) a {
		color: #999;
	}

	.list-day {
		font-size: 14px !important;
	}

	.sp-order-price {
		margin-bottom: 10px;
	}

	.sp-detail {
		display: block;
	}

	.sp-detail .list-r2 {
		display: flex;
		width: 100%;
		/* justify-content: space-between; */
	}

	.sp-detail .list-r2 p:nth-child(2) {
		font-size: 14px;
		color: #4D4D4D;
		letter-spacing: 1.4px;
		text-align: right;
		line-height: 38px;
	}
	.cart-box-list:first-child,.inquiry-box-list:first-child{
		border-top: none;
	}

	.sp-detail .list-r2 p:nth-child(1) {
		width: 100px;
	}

	.c-number-input {
		width: 60px;
		text-align: center;
		display: flex;
	}

	.sp-detail .amt-group {
		height: 30px;
		margin-right: 20px;
	}

	.sp-cart-price,.sp-inquiry-price  {
		font-size: 16px;
		color: #4D4D4D;
		letter-spacing: 1.6px;
		line-height: 29px
	}

	.sp-priceNotax {
		font-size: 14px;
		color: #808080;
		letter-spacing: 1.4px;
		line-height: 28px;
	}

	/* 	.stamp-txt2{

	} */

	/* */
	/* 商品列表end */
	/* 购物车 */
	/* 购物车 */
	.cart-title, .inquiry-title {
		padding-bottom: 30px;
	}

	.cart-box-list,.inquiry-box-list {
		border-top: 1px solid #E6E6E6;
        padding: 0 25px;
	}
	.order-total_info{
		padding: 20px 0;
	}

    .sp-cart-box,.sp-inquiry-box {
		display: block;
	}

	.cart-box,.inquiry-box {
		display: none;
	}

    .cart-box-list:nth-child(2),
    .cart-box-list:nth-child(3),
    .inquiry-box-list:nth-child(2),
    .inquiry-box-list:nth-child(3)
    {
		margin-top: 20px;
	}

	.detail-list .cek-yes {
		margin-top: -1px;
	}

	.first-li {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #E6E6E6;
		padding-bottom: 20px;
	}

	.first-li u {
		font-size: 14px;
		color: #EF0D0D;
		letter-spacing: 0.7px;
		line-height: 20px;
	}

	.last-li {
		border: 1px solid #E6E6E6;
		width: 100%;
		border-radius: 10px;
		height: 48px;
	}

	.last-li textarea {
		padding: 0 20px;
		height: 20px;
		width: 100%;
		margin-top: 14px;
		border: none;
		font-size: 16px;
	}

	.detail-list .last-li:last-child {
		margin-bottom: 30px;
	}

	.sp-box-list {
		width: 100%;
		padding: 0 0 20px 0;
		border-top: 1px solid #E6E6E6;
	}

	.sp-check {
		padding: 30px 25px;
		/* display: flex; */
		line-height: 35px;
		/* justify-content: space-between; */
	}

	.sp-check .cek-label {
		width: 20px;
	}

	.sp-check u {
		font-size: 14px;
		color: #EF0D0D;
		letter-spacing: 0.7px;
		line-height: 20px;
		margin-left: 20px;
	}

	.sp-select-num {
		font-size: 14px;
		color: #1A1A1A;
		letter-spacing: 1.4px;
		line-height: 28px;
	}

	.sp-select-num span {
		font-size: 20px;
		color: #0099FF;
		letter-spacing: 2px;
		line-height: 32px;
	}

	.sp-total {
		display: flex;
		justify-content: space-between;
		padding: 0px 25px 40px 25px;
	}

	.sp-num {
		font-size: 20px;
		color: #0099FF;
		letter-spacing: 2px;
		text-align: right;
		line-height: 32px;
	}

	.sp-text {
		font-weight: 500;
		font-size: 14px;
		color: #1A1A1A;
		letter-spacing: 1.4px;
		line-height: 28px;
	}

	.sp-num span {
		font-weight: 500;
		font-size: 20px;
		color: #0099FF;
		letter-spacing: 2px;
		text-align: right;
		line-height: 32px;
	}

	.total-price {
		font-size: 14px !important;
		color: #808080 !important;
		letter-spacing: 0.7px !important;
		line-height: 20px !important;
	}

	.sp-count {
		width: 100%;
		font-size: 20px;
		color: #0099FF;
		letter-spacing: 2px;
		text-align: right;
		line-height: 32px;
	}

	.sp-btn {
		width: 325px;
		height: 56px;
		margin: 0 auto;
		line-height: 56px;
		color: #0099FF;
		font-size: 18px;
		text-align: center;
		border-radius: 30px;
		display: block;
	}

	.sp-detail .detail-list li:nth-child(2) {
		height: 32px !important;
	}

	.sp-cart-list .cart-box-list .sp-detail,
	.sp-inquiry-list .inquiry-box-list .sp-detail
    {
		margin-top: 20px;
	}

	/* 个人中心-发票申请 */
	.invoice-flex {
		display: block;
	}

	.table-right .invoice-r span:first-child,
	.table-right .invoice-r span:last-child {
		width: 80px;
	}

	.settlement-btn-group {
		margin: 40px 0 0px;
	}

	.sp-settlement-btn {
		margin: 20px 0 0 0 !important;
	}

	/* 个人中心-发票申请 end */
	.add-new-address img {
		width: 36px;
		height: 36px;
	}

	.agree-term {
		margin-bottom: 40px;
	}

	/* 商品详情 */
	.ipad-m-buttons .btn-radio-46 {
		width: 155px !important;
	}

	.pc-cart-btn, .pc-inquiry-btn {
		display: none;
	}

    .cart-btn,.inquiry-btn {
		display: block;
	}

	.recmd-slide .sp-last-swiper {
		margin-right: 20px !important;
	}

	.sp-type-selected {
		padding: 10px 0;
	}

	.ipad-floor-img img {
		width: 100%;
	}

	.sp-adv-img {
		padding-right: 20px;
		border-radius: 16px;
		overflow: hidden;
		height: 170px;
	}

	.sp-adv-img img {
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		overflow: hidden;
		border-radius: 16px;
	}

	.ipad-filtered-item {
		display: flex;
		flex-wrap: wrap;
	}

	.ipad-filtered-item .swiper-slide {
		width: 100% !important;
	}

	.ipad-filtered-item .prd-filtered-item {
		width: 100%;
		display: flex;
	}

	/* 订单 */
	.sp-settlement-con1 .form-input-group {
		flex-wrap: wrap;
	}

	.sp-settlement-con1 .form-input-group .left-label {
		width: 100%;
	}

	.sp-settlement-con1 .form-input-group .right-input {
		width: 100%;
		flex: unset;
	}

	.sp-settlement-con1 .inline-block {
		margin: 12px 0;
	}

	.sp-settlement-con1 .stamp-txt2 {
		margin-top: 12px;
	}

	.sp-settlement-con1 .settlement-item {
		padding: 40px 0;
	}

	.sp-li-last .form-i-control {
		display: unset;
		width: 100%;
		height: auto;
		padding: 4px 0;
		font-weight: 400;
		font-size: 16px;
		color: #1A1A1A;
		letter-spacing: 1.6px;
		line-height: unset;
		background-color: #fff;
		outline: none;
		border: none;
		border-bottom: 1px solid #CCCCCC;
	}
}

.cart-col{
    white-space: nowrap;
	position: relative;
}
.cart-col1{
    width: 47px;
}
.cart-col2{
    width: 264px;
}
.cart-col3{
    width: 96px;
    margin: 0 30px;
}
.cart-col4{
    width: 80px;
}
.cart-col5{
    width: 127px;
}
.cart-col6{
    width: 173px;
}
.cart-col7{
    width: 73px;
}
.cart-col8{
    width: 110px;
	white-space: normal;
	padding: 0 3px;
}
.cart-col9{
    width: 40px;
}


.inquiry-col{
    white-space: nowrap;
    position: relative;
}
.inquiry-col1{
    width: 45px;
}
.inquiry-col2{
    width: 110px;
}
.inquiry-col3{
    width: 195px;
}
.inquiry-col4{
    width: 38px;
}
.inquiry-col5{
    width: 30px;
}
.inquiry-col6{
    width: 112px;
}
.inquiry-col7{
    width: 117px;
}
.inquiry-col8{
    width: 35px;
}
.inquiry-col9{
    width: 125px;
    white-space: normal;
    padding: 0 3px;
}
.inquiry-col10{
    width: 70px;
}
.inquiry-col11{
    width: 63px;
}
.inquiry-col12{
    width: 65px;
}

.pl-31{
    padding-left: 31px;
}
.ft-a{
font-size: 14px;
color: #0099FF;
letter-spacing: 1.4px;
line-height: 20px;
display: inline-block;
margin-left: 8px;
}
.editCart-modal-con{
	padding: 30px 40px;
}
.modal-centered{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	margin: 0 auto;
}
.modal-title{
font-weight: bold;
font-size: 24px;
color: #333333;
letter-spacing: 0.6px;
line-height: 32px;
margin-bottom: 30px;
}
.flex-c{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.form-item-col{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 14px;
}
.w-106{
	width: 106px;
}
.form-item-col label{
	color: rgba(0, 0, 0, 0.9);
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
		letter-spacing: 1.4px;
		text-align: left;
}
.form-item-col-r{
	flex: 1;
    font-size: 14px;
    position: relative;
}
.form-item-col-r input{
    font-size: 14px;
}
.main-input .form-item-col-r input{
	font-size: 16px;
}
.form-item-input{
	height: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    width: calc(100% - 105px);
    font-size: 14px;
}
.form-item-col-r .c-num-input{
	width: calc(100% - 40px);
}
.form-item-col-r .calc-amt{
	width: 100%;
}
.form-item-col-r .type-edit-txt{
	padding: 11px 24px 11px 0;
}
.type-edit-txt{
	font-size: 14px;
}
.select-address-edit{
	position: relative;
}
.type-edit-txt::-moz-placeholder{
	color: #999;
}
.type-edit-txt:-ms-input-placeholder{
	color: #999;
}
.type-edit-txt::placeholder{
	color: #999;
}
.address-selected-txt {
    padding: 11px 0;
	border-bottom: 1px solid #CCCCCC;
	line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    width: 100%;
    position: relative;
    background-image: url(/images/arrow-d.svg?811f289…);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: right 10px center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 24px;
	min-height: 52px;
}
.can-select-ad-list {
    position: absolute;
    width: 100%;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #0099FF;
    border-radius: 0 0 8px 8px;
    display: none;
    z-index: 1;
    max-height: 300px;
    overflow-y: auto;
    z-index: 50;
}
.address-selected-txt span,
.can-select-ad-list li span{
	margin-right: 20px;
}
.company-invoice-list-ul li span,
/*.company-invoice-list-selected span{*/
/*	margin-right: 40px;*/
/*}*/
.address-selected-txt span:last-child,
.can-select-ad-list li span:last-child{
	margin-right: 0px;
}
.can-select-ad-list li {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 32px;
    padding: 0 10px 0;
    cursor: pointer;
}
.can-select-ad-list li:not(.disable):hover {
    background-color: #0099FF;
    color: #ffffff;
}
.can-select-ad-list li.disable span{
	color: #0099FF;
}
.can-select-ad-list li.active {
    border: 1px solid #0099FF;
    color: #0099FF;
}
.can-select-ad-list li{
	position: relative;
}
.can-select-ad-list li i{
	position: absolute;
	right: 15px;
	top: 8px;
	color: #0099FF;
}
.can-select-ad-list li:hover i{
	color: #fff;
}
.new-info-input{
font-weight: 400;
font-size: 14px;
color: #0099FF;
letter-spacing: 0.44px;
line-height: 30px;
}
.address-selected-txt i{
	display: none;
}
.badge-dafault{
font-weight: 400;
font-size: 12px;
color: #FFFFFF;
letter-spacing: 0.38px;
text-align: right;
line-height: 20px;
background: #FFAD00;
border-radius: 6px;
padding: 0 8px;
}

.flex-r100{
	width: 100px;
}
.flex-l-1{
	flex: 1;
}
.right-input .flex{
	justify-content: space-between;
}
.user-address .popup-btn>a{
	width: auto;
}
.p-0{
	padding: 0;
}
.order-info-header{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	margin-top: 20px;
}
.order-info-header>p{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 30px;
}
.d-btn{
	font-size: 13px;
    color: #383B40;
    letter-spacing: 1.3px;
    line-height: 18px;
    padding: 7px 12px;
    background: #FFFFFF;
    border: 1px solid #D0D3D6;
    border-radius: 5px;
    display: inline-block;
}
.d-btn .far{
	color:#383B40;
	font-size: 13px;
	margin-right: 6px;
}
.h-button-group .d-btn{
	margin-left: 10px;
}
.order-info-card{
	border: 1px solid #CECECE;
	padding: 10px;
	margin-bottom: 10px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.order-info-card:last-child{
	margin-bottom: 20px;
}
.order-info-card .order-info-item{
	width: calc(50% - 5px);
	display: flex;
}
.order-info-card .order-info-item:nth-child(2n){
	margin-left: 10px;
}
.order-info-item span{
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.5px;
	line-height: 30px;
	display: inline-block;
	margin-left: 10px;
}
.order-info-item span.bold{
	font-weight: bold;
	min-width: 136px;
}
.order-info-item span:last-child{
	flex: 1;
}
.order-mustbe-know{
	margin: 20px 0;
}
.order-mustbe-know p{
	font-weight: normal;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-bottom: 6px;
	letter-spacing: 0px;
}
.read-terms-con{
	padding: 32px 40px
}
.read-terms-con .modal-terms-title{
	font-weight: 600;
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.5px;
	line-height: 32px;
	margin-bottom: 10px;
}
.read-terms-con p{
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 10px;
}
.read-terms-con p b{
	font-weight: 600;
	color: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.order-info-card .order-info-item{
		width: 100%;
		display: flex;
		display: -webkit-flex;
	}
	.order-info-card .order-info-item:nth-child(2n){
		margin-left: 0;
	}
	.order-info-item span.bold{
		min-width: 100px;
		margin-left: 0;
	}
	.order-total_info{
		padding: 20px 10px!important;
	}
	.can-select-ad-list li{
		padding: 3px 36px 3px 10px;
		line-height: 24px;

	}
	.modal-w637{
		width: 90%;
	}

}

.marker-box{
	position: relative;
	cursor: pointer;
}
.marker-txt-notes{
	display:none;
	position: absolute;
	top: 0;
	left: 80px;
	width: 250px;
	z-index: 11;
	background: #fff;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 16px;
}
.marker-txt-notes>p{
	font-size: 12px;
	color: rgba(0,0,0,0.60);
	letter-spacing: 1.2px;
	line-height: 18px;
}
.marker-box:hover .marker-txt-notes{
	display:block;
}
.marker-txt{
	display: flex;
	align-items: center;
}
.marker-txt>img{
	width: 12px;
	height: 12px;
	margin-left: 4px;
}
.cart-list .marker-txt-notes{
    top: -60px;
    left: 0;
}
.inquiry-list .marker-txt-notes{
    top: -60px;
    left: 0;
}
.after-sells-prd .main-title-flex{
	line-height: 44px;
    text-align: left;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1.6px;
    font-weight: 600;
}
.after-sells-prd .settlement-info-r .prd-r-info .prd-n{
	margin-top: 0;
}
.after-sells-prd .settlement-info-r .cart-header.cart-item .cart-col2 ,
.after-sells-prd .settlement-info-r .inquiry-header.inquiry-item .inquiry-col2
{
	padding-left: 54px;
}
.after-sells-modal .main-input .main-title-flex{
	min-width: 112px;
}
.after-sells-file-ul{
	margin-top: 40px;
}
.after-sells-file-ul .main-title-flex{
	line-height: 44px;
    text-align: left;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1.6px;
    font-weight: 600;
}
.after-sells-files{
	border: 1px solid #DADADA;
	padding: 20px 20px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.after-sells-files>div{
	width: calc(50% - 10px);
	margin-bottom: 20px;
	height: 140px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;

}
.after-sells-files>div>img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.after-sells-prd .cart-col,
.after-sells-prd .inquiry-col
{
	font-weight: normal;
}
.upload-img-file{
	position: relative;
}
.upload-img-file .upload-file{
	height: 100%;
}
.cart-area,.inquiry-area {
	border: 1px solid #CCCCCC;
	width: 100%;
}

.upload-img-file button {
    background: #F2F2F2;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    left: 0;
    border: none;
	vertical-align: middle;
    outline: none;
}
.upload-img-file button img{
	width: 50px;
	height: 50px;
}
.upload-img-file button p{
	font-size: 17px;
    color: #999999;
	margin-top: 20px;
	margin-bottom: 0;
}
.uploaded-img{
	position: relative;
}
.del-upload-img{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.6);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	display: none;
}
.del-upload-img img{
	background-color:rgba(0, 0, 0, 0.2);
	padding: 10px;
	border-radius: 8px;
	width: 80px;
	height: 80px;
	cursor: pointer;
}
.uploaded-img:hover .del-upload-img{
	display: flex;
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.after-sells-prd{
		width: 100%;
		overflow-x: auto;
	}
	.after-sells-files{
		flex-wrap: wrap;
	}
	.after-sells-files>div{
		width: 100%;
	}
	.btn-xl{
		width: auto!important;
	}
}

