@charset "utf-8";

* {
	box-sizing: border-box;
	font-family: "微软雅黑";
}

html {
	width: 100%;
}

body {
	background: #FFFFFF;
	color: #333333;
	font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	width: 100%;
}

.width-100 {
	width: 100%;
}
.width-70 {
	width: 70%;
}
.width-60 {
	width: 60%;
}
.width-50 {
	width: 50%;
}
.width-40 {
	width: 40%;
}
.width-30 {
	width: 30%;
}



a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #E00000;
}

a img {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ol,
dl,
li,
dt,
dd {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

li.separator {
	color: #DDDDDD;
	margin: 0px 20px;
}

/* common */

.container {
	margin: 0px auto;
	width: 74.5%;
}

.clear {
	zoom: 1;
}

.clear:after {
	clear: both;
	content: '.';
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.red {
	color: #E00000;
}

a.red:hover {
	text-decoration: underline;
}

/* topbar */

#topbar {
	background: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
	height: 80px;
	line-height: 80px;
}

.logo {
	width: 4.5vw;
}



#header-phone {
	font-size: .9vw;
	color: #000000;
	font-weight: bold;
	padding-left: .5vw;
}

#topbar-location {
	float: left;
}

#topbar-menu {
	float: right;
}

#topbar-menu ul li {
	float: left;
	z-index: 999;
}

/* header */
.hoverbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 800;
}

.nav-menu {
	position: fixed;
	top: 80px;
	background-color: #FFFFFF;
	width: 100%;
	display: none;
}

.menu-container {
	padding: 60px 10px;
}

.menu-item-container {
	width: 13vw;
}

.menu-block {
	padding: 0 1.4vw;
	font-size: 0.82vw;
	height: 76px;
	cursor: pointer;
	cursor: hand;
	position: relative;
}

.menu-block:hover {
	color: rgb(243, 85, 78);
	border-bottom: 2px rgb(243, 85, 78) solid;
	cursor: pointer;
	cursor: hand;
}
.menu-block:hover .menu-pops{
	display: block;
}
.menu-item-title {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	width: 5vw;
	border-bottom: 1px #d5d5d5 solid;
}

.menu-item-block {
	color: #7a7a7a;
	line-height: 60px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}
.menu-pops{
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: calc(76px + 2px);
	display: none;
	border: .1vw #cacaca solid;
	border-radius: .2vw;
}
.menu-item-block:hover {
	color: rgb(243, 85, 78);
	background-color: #f8f8f8;
}

/** header logo **/

#header-logo {
	float: left;
	height: 68px;
	line-height: 68px;
	margin: 26px 0px;
	width: 200px;
}

#header-logo a {
	background: url('../img/logo.png') left center no-repeat;
	display: block;
	height: 68px;
	width: 190px;
}

#header-logo h1 {
	display: none;
}

/** header search **/

#header-search {
	float: left;
	margin: 30px 0px 20px 50px;
}

#header-search-combobox {
	border: 2px solid #E00000;
	height: 36px;
}

#header-search-combobox-text {
	background: #FFFFFF;
	border: none;
	color: #333333;
	display: block;
	float: left;
	font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	outline: none;
	padding: 2px 5px;
	width: 670px;
}

#header-search-combobox-button {
	background: #E00000;
	border: none;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0px;
	outline: none;
	padding: 0px;
	width: 46px;
}

#header-search-combobox-button .iconfont {
	font-size: 22px;
}

#header-search-hotkeywords {
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

#header-search-hotkeywords li {
	float: left;
}

#header-search-hotkeywords li.separator {
	margin: 0px 10px;
}

#header-search-hotkeywords li strong {
	color: #E00000;
}

#header-search-hotkeywords li a {
	color: #666666;
}

#header-search-hotkeywords li a:hover {
	color: #E00000;
	text-decoration: underline;
}

#header-search-advancedsearch {
	color: #008800;
	float: right;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

#header-search-advancedsearch:hover {
	text-decoration: underline;
}

/** header cart **/

#header-cart {
	background: #E00000;
	color: #FFFFFF;
	float: right;
	height: 40px;
	line-height: 40px;
	margin: 30px 0px 50px 0px;
	padding: 0px 20px;
}

#header-cart .iconfont {
	font-size: 20px;
}

#header-cart a {
	color: #FFFFFF;
	margin: 0px 10px;
}

#header-cart a:hover {
	text-decoration: underline;
}

/* header */

/* navigation */

#navigation {
	border-bottom: 3px solid #E00000;
	height: 37px;
}

/** navigation category **/

#navigation-category {
	float: left;
	position: relative;
}

#navigation-category-heading {
	background: #E00000;
	color: #FFFFFF;
	height: 37px;
	line-height: 37px;
	padding: 0px 20px;
	width: 195px;
}

#navigation-category-heading .iconfont {
	font-size: 20px;
	margin-right: 5px;
}

#navigation-category-content {
	background: #FFFFFF;
	border-top: 3px solid #E00000;
	display: none;
	height: 450px;
	padding: 0px 20px;
	position: absolute;
	top: 37px;
	width: 195px;
	z-index: 100;
}

#navigation-category-content dl {
	border-bottom: 1px dotted #CCCCCC;
	line-height: 25px;
	padding: 8px 0px;
}

#navigation-category-content dl:first-child {
	margin-top: 10px;
}

#navigation-category-content dl:last-child {
	border-bottom: none;
}

#navigation-category-content dl dt {
	font-weight: bold;
}

#navigation-category-content dl dd {
	font-size: 12px;
}

#navigation-category-content dl dd em {
	color: #DDDDDD;
	font-style: normal;
	margin: 0px 3px;
}

#navigation-category:hover #navigation-category-content {
	display: block;
}

/** navigation menu **/

#navigation-menu {
	float: left;
	font-size: 16px;
}

#navigation-menu ul li {
	float: left;
	margin: 0px 30px;
	line-height: 37px;
}

#navigation-menu ul li:first-child {
	margin-left: 60px;
}

/* main */

#main {
	background: #EEEEEE;
}

/** goods list **/

.goods-list-row .goods-list-item {
	background: #FFFFFF;
	float: left;
	margin-right: 20px;
	padding: 20px;
	width: 200px;
}

.goods-list-row .goods-list-item:last-child {
	margin-right: 0px;
}

.goods-list-row .goods-list-image {
	text-align: center;
}

.goods-list-row .goods-list-image img {
	display: inline;
	width: 160px;
}

.goods-list-row .goods-list-name {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 195px;
}

.goods-list-row .goods-list-info {
	line-height: 30px;
}

.goods-list-row .goods-list-info strong {
	color: #E00000;
	font-size: 20px;
	font-weight: normal;
	margin-right: 10px;
}

.goods-list-row .goods-list-info strong em {
	font-style: normal;
	font-size: 12px;
}

.goods-list-row .goods-list-info>em {
	border: 1px dotted #E00000;
	color: #E00000;
	font-style: normal;
	padding: 0px 8px;
}

.goods-list-row .goods-list-info>span {
	color: #999999;
	font-size: 12px;
	float: right;
	text-decoration: line-through;
}

/** goods ranking list **/

.goods-ranking-list {
	padding: 20px;
}

.goods-ranking-list h3 {
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 5px;
}

.goods-ranking-list ul li {
	border-bottom: 1px dotted #DDDDDD;
	font-size: 12px;
	padding: 8px 0px;
	zoom: 1;
}

.goods-ranking-list ul li:last-child {
	border-bottom: none;
}

.goods-ranking-list ul li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

.goods-ranking-list ul li img {
	float: left;
	margin-right: 5px;
}

.goods-ranking-list ul li div {
	float: left;
	width: 110px;
}

.goods-ranking-list ul li div a {
	display: block;
	height: 40px;
	line-height: 20px;
	margin-bottom: 5px;
}

.goods-ranking-list ul li div strong,
.goods-ranking-list ul li div span {
	line-height: 30px;
}

.goods-ranking-list ul li div strong {
	color: #E00000;
	font-size: 16px;
	margin-right: 5px;
}

.goods-ranking-list ul li div span {
	color: #666666;
	font-size: 12px;
	text-decoration: line-through;
}

/* footer */
.company-message-box {
	padding: 5vw 0 0 0;
}

.title-text {
	color: #333333;
	font-size: 0.9vw;
	font-weight: bold;
}

.phone-text {
	margin-top: 5px;
	color: #000000;
	font-size: 1.5vw;
	font-weight: bold;
}

.more-text-div {
	padding-top: 20px;
	font-size: 0.7vw;
}

.more-text-div div {
	height: 40px;
}

.qrcode-box {
	width: 10vw;
}

.qrcode {
	padding-top: 15px;
	width: 7vw;
}

.other-link-box {
	line-height: 100px;
	height: 100px;
}

.other-link {
	padding-right: 1.4vw;
}

/* flex */
.flex {
	display: flex;
	display: -webkit-flex;
}

.flex-direction {
	flex-direction: column;
	-webkit-flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.align-center {
	align-items: center;
	-webkit-align-items: center;
	align-content: center;
	-webkit-align-content: center;
}

.justify-center {
	justify-content: center;
	-webkit-justify-content: center;
}

.justify-around {
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.justify-between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.footer-link-column {
	text-align: center;
	width: 200px;
}

.justify-end {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	;
}

.align-end {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	align-content: flex-end;
	-webkit-align-content: flex-end;
}

.footer-link-column ul {
	line-height: 25px;
	margin: 10px 0px 0px 0px;
}

::-webkit-scrollbar {
	display: none;
}

* {
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

.detail-box {
	height: 600px;
	display: flex;
	background-color: white;
	justify-content: space-between;
	padding: 120px 160px;
	margin-bottom: 2.5vw;
}
.detail-box:last-child{
	margin-bottom: 0;
}

.detail-tips {
	font-size: 1vw;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0.5vw;
}

.detail-title {
	font-size: 2vw;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1vw;
}

.detail-content {
	font-size: 0.8vw;
	line-height: 2;
	color: #000000;
}

.detail-button {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-weight: 800;
	padding: 10px 26px;
	border-radius: 40px;
	display: inline-block;
	border: 2px solid rgb(252,24,20);
	background-color: rgb(252,24,20);
}

.detail-button-line {
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	font-weight: 800;
	padding: 10px 26px;
	border-radius: 40px;
	background-color: transparent;
	border: 2px solid rgba(0, 0, 0, 0.3);
	color: #000;
}

.detail-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.detail-imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.detail-img {
	/* width: 20vw; */
	height: 25vw;
}
