*{-webkit-tap-highlight-color: rgba(0,0,0,0);}
html {
	-webkit-text-size-adjust: none;
}
body {background: #f1f2f3}
/* f1f2f3 */
.ellipsis{overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
h1,h2,h3,h4,h5,p{margin: 0;font-weight: normal}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.mt20 {margin-top: 20px;}
.left {float: left;}
img{max-width: 100%}
.full-width{width: 100%}
.txt-center{text-align: center}
.clear{clear: both}
.bg-fff{background: #fff}
.ch-ul{
	padding: 0;
	margin: 0;
}
.ch-ul li {
	list-style: none;
}



/* small device fix*/
@media screen and (max-width:320px)  {

}


.ch-footer .bottom {
	font-size: 14px;
	/* background: #ae2431; */
	color: #666;
	padding: 0 20px 10px;
	text-align: center;
}
.ch-footer .bottom a {
	color: #666;
}

.category-nav {
	padding: 20px 10px 0;
}
.category-nav .content {
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.category-nav .content .item {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}
.category-nav .content .item a {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.category-nav .content .item img {
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
}
.category-nav .content .item h4 {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 0;
}

.home-title {
	padding: 0 0px 15px 0;
    text-align: center;
	font-size: 16px;
    color: #ae2431;
}

.home-title span {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
}
.goods-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 5px;
}
.goods-list .item {
	width: 48%;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.goods-list .item img {
	width: 100%;
	aspect-ratio: 1 / 1;   /* 保持宽高比为1:1 */
  object-fit: cover;     /* 控制图片内容的缩放方式 */
	vertical-align: bottom;
}
.goods-list .item .info {
	padding: 6px;
}
.goods-list .item h3 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 16px;
	height: 22px;
    line-height: 22px;
    color: #11293c;
    font-weight: 700;
}
.goods-list .item p {
	height: 30px;
	display: flex;
    justify-content: space-between;
	align-items: center;
    width: 100%;
    margin: 3px 0 0;
	font-size: 13px;
}
.goods-list .item p .price {
	font-weight: 700;
    font-size: 19px;
	color: #d92e21;
}
.goods-list .item p .price em {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.goods-list .item p .original-price {
	color: #999;
	font-size: 12px;
	text-decoration: line-through;
}

.nav-bar {
	color: rgb(51, 51, 51);
    background-color: rgb(246, 246, 246);
	display: flex;
    padding: 0 10px;
    flex-direction: row;
    height: 44px;
    font-size: 12px;
	margin-bottom: 10px;
}
.nav-bar .action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 44px;
}
.nav-bar .action-r {
	width: 50px;
}
.nav-bar .action .icon {
	color: rgb(51, 51, 51);
	width: 20px;
	height: 20px;
	rotate: -90deg;
}
.nav-bar .content {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
    font-size: 17px;
}
.body-contact-index .ch-footer,
.body-goods-view .ch-footer{
	display: none;
}
.goods-page-block {
	border-radius: 10px;
    background: #fff;
    margin: 11px;
    padding: 11px;
}
.goods-page-block .goods-info .price-info {
	height: 40px;
	display: flex;
    justify-content: space-between;
	align-items: end;
    width: 100%;
	font-size: 14px;
}
.goods-page-block .goods-info .price-info .price {
	font-weight: 700;
    font-size: 26px;
	color: #d92e21;
}
.goods-page-block .goods-info .price-info .price em {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
.goods-page-block .goods-info .price-info .original-price {
	color: #999;
	text-decoration: line-through;
}
.goods-page-block .goods-info h2 {
	    font-size: 19px;
    font-weight: 700;
    color: #212121;
	margin-top: 4px;
}
.goods-page-block .goods-info h3 {
	font-size: 14px;
	margin-top: 4px;
}
.goods-content .title {
	font-size: 18px;
	color: #6e6d6d;
	margin-bottom: 10px;
	/* color: #999; */
}
.goods-content img {
	width: 100%;
	vertical-align: bottom;
}



.ch-form .form-group {
	margin-bottom: 30px;
}
.ch-form .form-group label{
	display: inline-block;
	width: 80px;
	max-width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	color: #665c57;
}
.ch-form .form-group label em {
	display: inline-block;
	margin-right: 5px;
	font-style: normal;
	color: #ae2431;
}
.ch-form .form-control {
	display: inline-block;
	width: 220px;
	height: 24px;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	max-width: 100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	/*border-radius: 2px;*/
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
	/*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	outline: 0 none;
}
.ch-form .form-control:focus {
	border-color: #ae2431;
}
.ch-form select.form-control {
	height: 38px;
	width: 238px;
}
.ch-form .form-group-textarea label{
	vertical-align: bottom;
}
.ch-form textarea.form-control {
	height: auto;
	resize:none;
	/* width: 100%; */
	box-sizing: border-box;
	width: 238px;
}
.ch-form .form-group .radio {
	display: inline-block;
	margin-right: 10px;
	width: auto;
	cursor: pointer;
}
.form-group-textarea{
	padding-left: 82px;
}
.ch-form .form-group .hint {
	/*padding-left: 82px;*/
	padding-top: 5px;
	color: #999999;
	font-size: 13px;
}

.ch-form .form-group .btn {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #ae2431;
	text-align: center;
	width: 150px;
	/*border-radius: 2px;*/
}
.ch-form .form-group.tip {
	padding-left: 82px;
}

.ch-go-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 50px;
	text-align: center;
	color: #fff;
	/* border: 1px solid #f0f0f0; */
	/* border-radius: 2px; */
	background: rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 99;
}
.ch-go-top a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
}
.ch-go-top svg {
	width: 20px;
	margin: 0 auto;
	vertical-align: bottom;
}
.ch-go-top p {
	margin: 0;
	font-size: 14px;
}