html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

body {
	margin: 0;
	font-size: 0.16rem;
	line-height: 2;
	color: #333333;
	background-color: #fff;
	font-family: "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
	text-decoration: none;
	color: #2c2c2c;
	display: inline-block;
}

a:active, a:hover {
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

b,
strong {
	font-weight: bold;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea:focus,
input:focus {
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 0.13rem;
	*width: 0.13rem;
}

input[type="checkbox"] {
	width: 0.18rem;
	height: 0.18rem
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #ddd;
	float: initial;
}

td,
th {
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
	margin: 0;
}

ul, ol, li, dl, dd {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none outside none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

html {
	overflow: hidden;
	overflow-y: scroll;
}

button, input, textarea, select {
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

img {
	display: inline-block;
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-cb {
	zoom: 1;
}

.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.por {
	position: relative;
}

.poa {
	position: absolute;
}

.pof {
	position: fixed;
}

.poa-f {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ovh {
	overflow: hidden;
}

.noselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.dn {
	display: none;
}

.w-f {
	width: 100%;
}

.h-f {
	height: 100%;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.right-nav-search-box .right-search-box {
	width: 15%;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.right-search-box .shop-link-box {
	background: linear-gradient(to right , #a33033, #e18487);
	border-radius: 50px;
    padding: 3px 10px;
	cursor: pointer;
	line-height: 2;
	position: relative;
}
.right-search-box .shop-link-box .shop-sub {
	position: absolute;
    left: 50%;
	width: 154px;
    transform: translateX(-50%);
	display: none;
}
.right-search-box .shop-link-box .shop-sub .shop-list {
    border: 1px solid #dddfe2;
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
    background-color: #f9fafb;
    position: relative;
	padding: 0 10px;
    top: 10px;
}
.right-search-box .shop-link-box .shop-sub .shop-list:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
	width: 18px;
	height: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
    background-image: url(img/buy-sj.png);
}
.right-search-box .shop-link-box .shop-sub .shop-list a {
	color: #2c2c2c;
    display: block;
	line-height: 50px;
    /*padding-left: 36px;*/
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 0.001rem solid #e4e4e6;
    transition: all .3s;
}
.right-search-box .shop-link-box .shop-sub .shop-list a:last-child {
	border-bottom: 0;
}
.right-search-box .shop-link-box .shop-sub .shop-list a:hover {
	color: #a33033;
}
.right-search-box .shop-link-box .shop-sub .shop-list a span {
	padding-left: 10px;
}
.right-search-box .shop-link-box:hover .shop-sub {
	display: block;
}

/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
	outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
	display: none;
}
::-moz-selection {
	background: #C8162E;
	color: #fff;
}

::selection {
	background: #C8162E;
	color: #fff;
}

/*::-webkit-scrollbar {*/
/*	width: 0.05rem;*/
/*	height: 0.05rem;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*	background: rgba(0, 0, 0, 0.1);*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*	background: #000;*/
/*}*/

/*::-webkit-scrollbar-thumb:window-inactive {*/
/*	background: #000;*/
/*}*/

/*::-webkit-scrollbar-thumb:vertical:hover {*/
/*	background: #000;*/
/*}*/

/*==常用颜色==*/
.col-default {
	color: #ff6900;
}
.col-fff {
	color: #fff;
}

.col-000 {
	color: #000;
}

.col-111 {
	color: #111;
}

.col-222 {
	color: #222;
}

.col-333 {
	color: #333;
}

.col-444 {
	color: #444;
}

.col-555 {
	color: #555;
}

.col-666 {
	color: #666;
}

.col-777 {
	color: #777;
}

.col-888 {
	color: #888;
}

.col-999 {
	color: #999;
}

.col-d6d6d6 {
	color: #d6d6d6;
}

/*==常用字号==*/
.tit-bold {
	font-weight: bold;
}
.tit-12 {
	font-size: 0.12rem;
	line-height: 2;
}

.tit-13 {
	font-size: 0.13rem;
	line-height: 2;
}

.tit-14 {
	font-size: 0.14rem;
	line-height: 2;
}

.tit-15 {
	font-size: 0.15rem;
	line-height: 2;
}

.tit-16 {
	line-height: 1.8;
	font-size: 0.16rem;
}

.tit-17 {
	line-height: 1.8;
	font-size: 0.17rem;
}

.tit-18 {
	line-height: 1.8;
	font-size: 0.18rem;
}

.tit-19 {
	line-height: 1.8;
	font-size: 0.19rem;
}

.tit-20 {
	line-height: 1.8;
	font-size: 0.2rem;
}

.tit-22 {
	line-height: 1.8;
	font-size: 0.22rem;
}

.tit-23 {
	line-height: 1.8;
	font-size: 0.23rem;
}

.tit-24 {
	line-height: 1.8;
	font-size: 0.24rem;
}

.tit-25 {
	line-height: 1.8;
	font-size: 0.25rem;
}

.tit-26 {
	line-height: 1.8;
	font-size: 0.26rem;
}

.tit-27 {
	line-height: 1.8;
	font-size: 0.27rem;
}

.tit-28 {
	line-height: 1.8;
	font-size: 0.28rem;
}

.tit-30 {
	line-height: 1.8;
	font-size: 0.3rem;
}

.tit-31 {
	line-height: 1.8;
	font-size: 0.31rem;
}

.tit-32 {
	line-height: 1.8;
	font-size: 0.32rem;
}

.tit-33 {
	line-height: 1.8;
	font-size: 0.33rem;
}

.tit-34 {
	line-height: 1.8;
	font-size: 0.34rem;
}

.tit-35 {
	line-height: 1.8;
	font-size: 0.35rem;
}

.tit-36 {
	line-height: 1.8;
	font-size: 0.36rem;
}

.tit-37 {
	line-height: 1.8;
	font-size: 0.37rem;
}

.tit-38 {
	line-height: 1.8;
	font-size: 0.38rem;
}

.tit-39 {
	line-height: 1.8;
	font-size: 0.39rem;
}

.tit-40 {
	line-height: 1.8;
	font-size: 0.4rem;
}

.tit-41 {
	line-height: 1.8;
	font-size: 0.41rem;
}

.tit-42 {
	line-height: 1.8;
	font-size: 0.42rem;
}

.tit-43 {
	line-height: 1.8;
	font-size: 0.43rem;
}

.tit-44 {
	line-height: 1.8;
	font-size: 0.44rem;
}

.tit-45 {
	line-height: 1.8;
	font-size: 0.45rem;
}

.tit-46 {
	line-height: 1.8;
	font-size: 0.46rem;
}

.tit-47 {
	line-height: 1.8;
	font-size: 0.47rem;
}

.tit-48 {
	line-height: 1.8;
	font-size: 0.48rem;
}

.tit-49 {
	line-height: 1.8;
	font-size: 0.49rem;
}

.tit-50 {
	line-height: 1.8;
	font-size: 0.5rem;
}

.tit-51 {
	line-height: 1.8;
	font-size: 0.51rem;
}

.tit-52 {
	line-height: 1.8;
	font-size: 0.52rem;
}

.tit-53 {
	line-height: 1.8;
	font-size: 0.53rem;
}

.tit-54 {
	line-height: 1.8;
	font-size: 0.54rem;
}

.tit-55 {
	line-height: 1.8;
	font-size: 0.55rem;
}

.tit-56 {
	line-height: 1.8;
	font-size: 0.56rem;
}

.tit-57 {
	line-height: 1.8;
	font-size: 0.57rem;
}

.tit-58 {
	line-height: 1.8;
	font-size: 0.58rem;
}

.tit-59 {
	line-height: 1.8;
	font-size: 0.59rem;
}

.tit-60 {
	line-height: 1.8;
	font-size: 0.6rem;
}
/*弹性盒样式*/
.f-no {
	display: flex;
	flex-flow: row wrap;
}

.f-no-b-center {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.f-no-b-start {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.f-no-b-end {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.f-no-c-center {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.f-no-c-start {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

.f-no-c-stretch {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}

.f-no-s-center {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.f-no-s-end {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-end;
}

.f-no-s-stretch {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.f-no-end-start {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.f-no-col {
	display: flex;
	flex-flow: column wrap;
}

.f-no-col-b-center {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
}

.f-no-col-c-center {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.f-no-col-s-center {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
}

.f-no-col-s-end {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-end;
}

.f-no-col-c-start {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.f-no-col-b-start {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.f-no-col-end-start {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: flex-start;
}

.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	flex-direction: row;
}

.flex-grow-1 {
	min-width: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

/*响应隐藏样式*/
.pc-block {
	display: block;
}

.pc-block-950 {
	display: block;
}

.pc-block-768 {
	display: block;
}

.pc-block-767 {
	display: block;
}

.m-block {
	display: none;
}

.m-block-950 {
	display: none;
}

.m-block-767 {
	display: none;
}

.m-block-768 {
	display: none;
}

@media (max-width: 1024px) {
	.pc-block {
		display: none;
	}

	.m-block {
		display: block;
	}
}

@media (max-width: 950px) {
	.pc-block-950 {
		display: none;
	}

	.m-block-950 {
		display: block;
	}
}

@media (max-width: 768px) {
	.pc-block-768 {
		display: none;
	}

	.m-block-768 {
		display: block;
	}
}

@media (max-width: 767px) {
	.pc-block-767 {
		display: none;
	}

	.m-block-767 {
		display: block;
	}
}

/*网站主体区域宽度样式*/
.w100 {
	width: 100%;
}

.w1800 {
	max-width: 1800px;
	width: 100%;
	margin: 0 auto;
}

.w1520 {
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
}

.w1400 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 1600px) {
	.w1800 {
		width: 90%;
	}
	.w1520 {
		width: 90%;
	}
	.w1400 {
		width: 100%;
	}
}

.w1350 {
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
}

.w1080 {
	width: 1080px;
	margin: 0 auto;
}

@media (max-width: 1100px) {
	.w1080 {
		width: 94%;
	}
}

.w1070 {
	width: 1070px;
	margin: 0 auto;
}

@media (max-width: 1100px) {
	.w1070 {
		width: 94%;
	}
}

.line-1 {
	line-height: 1.1;
}

.line-2 {
	line-height: 1.2;
}

.line-3 {
	line-height: 1.3;
}

.line-4 {
	line-height: 1.4;
}

.line-5 {
	line-height: 1.5;
}

.line-6 {
	line-height: 1.6;
}

.line-7 {
	line-height: 1.7;
}

.line-8 {
	line-height: 1.8;
}

.line-9 {
	line-height: 1.9;
}

.line-10 {
	line-height: 2;F
}

.line-11 {
	line-height: 2.1;
}

.line-12 {
	line-height: 2.2;
}

/*超过一行省略号*/
.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/*超过两行省略号*/
.text-ellipsis-clamp2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*超过三行省略号*/
.text-ellipsis-clamp3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 0.5rem;
	height: 0.5rem;
}
.carousel-control-prev-icon {
	background-image: url("imgs/prev_icon.svg");
}
.carousel-control-next-icon {
	background-image: url("imgs/next_icon.svg");
}
.col-padding {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
