/* reset css*/
@charset "utf-8";

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form ,pre{
	/*margin:0;*/
	/*padding:0;*/
	-webkit-font-smoothing:antialiased;
}
body, button, input, select, textarea {
	font-family:"Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0;
	-webkit-font-smoothing:antialiased;
}
h1, h2, h3, h4, h5, h6 {
	/*font-size:100%;*/
	-webkit-font-smoothing:antialiased;
}
ul li {
	font-size:100%;
	list-style-type:none;
	-webkit-font-smoothing:antialiased;
}
.clear {
	clear:both;
}
em, b {
	font-style:normal;
	-webkit-font-smoothing:antialiased;
}
a {
	text-decoration:none;
	color: var(--dark);
}
a:hover {
	text-decoration:none;	
}
a:focus {
	outline:0;
	
}
img {
	border:0;
}
button, input, select, textarea {
	font-size:100%;
	outline:none;
	resize: none;
}
table {
	padding:0;
	border:none;
	outline:none;
	font-family:"Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-collapse: collapse;
}
pre, .pre {
	white-space: pre-wrap;
	word-break: break-word;
	word-wrap: break-word;
	font-family:Arial, tahoma, '\5b8b\4f53', sans-serif;
}
td, th, ul, ol {
}
.strong {
	font-weight:bold;
}
.font_size1 {
	font-size:14px;
}
.font_size2 {
	font-size:12px;
}
.font_size3 {
	font-size:16px;
}
.menu_container{
	width:600px;
	margin:200px auto;
}
.menu_container h1{
	color:#808080;
	font-size: 48px;
	margin-bottom: 30px;
}
.menu_container p{    width: 80%;
font-size: 28px;
color: #808080;
text-align: center;
line-height: 50px;    margin: 15px auto;
}
.menu_container .vendor_id{
	background: url('/static/images/product/account.png') no-repeat;
    
}
.gray_btn{
    width: 90%;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    cursor: pointer;
    background:#808080;
    margin: 20px auto;
    border-radius: 3px;
}
.list.gray_btn{
    background:#808080 url('/static/images/product/list.png') no-repeat;
}
.gray_btn:hover{
	box-shadow:0 1px 2px 3px #80808066;
	transition:0.2s ease-in-out;
}

  /* 修复Safari输入框聚焦时的轮廓 */
  input:focus, select:focus, textarea:focus {
	outline: none;
  }
  select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-lineround' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	padding-right: 30px; /* 为箭头留出空间 */
  }
