﻿body {
	background-color: #f7f7f7;
}

.header {
	background-color: #3f56e0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#page-neck-box{
	height: 30px;
	padding-top: 10px;
}
.mobile-title {
	text-align: center;
	height: 5px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.search-box {
	width: 98%;
	height: 35px;
	background-color: #fff;
	margin: 0 auto 5px auto;
	border-radius: 5px;
	padding-right: 1px;
}

.search-box i {
	margin-left: 5px;
	display: inline-block;
}

.search-box input {
	width: 80%;
	height: 35px;
	padding-left: 5px;
	border: 0px;
}
.search-input-box{
	width: 85%;
}
.search-btn{
	border-radius: 0 5px 5px 0;
	height:33px;
	line-height: 33px;
	margin-top: 1px;
	background-color: #3f56e0;
	width: 15%;
	color:#fff;
	text-align: center;
}
.search-input-close-icon{
	float:right;
	line-height: 35px;
	color:#fff;
}

/* search-param-box */
.search-param-box {
	position: fixed;
	overflow: auto;
	height: 70%;
	top: 90px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 2px 0px 0px #f7f7f7;
	display: none;
}

.search-param-box-anim-down {
	animation-name: search-param-box-anim-down;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	z-index: 22;
}
@keyframes search-param-box-anim-down {
	0% {
		top: -600px;
	}
	100% {
		top: 45px;
	}
}

.search-param-box-anim-up {
	animation-name: search-param-box-anim-up;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	z-index: 1;
}
@keyframes search-param-box-anim-up {
	0% {
		top: 45px;
	}
	100% {
		top: -600px
	}
}
.search-param-box .acbtn-box{
	height: 25px;
	line-height: 25px;
}
.search-param-box input{
	height: 25px;
}
.param-content{
	overflow: hidden;
}
.param-item-box{
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}
.param-title{
	font-weight: 600;
	margin:10px auto 5px auto;
}
.param-price-box input{
	width: 60px;
	height:25px;
	margin-top: 5px;
}
#param-price-end{
	margin-right: 10px;
}
.param-team-wrap{
	overflow: hidden;
}

.param-btn-box{
	width: 85%;
	margin:15px auto;
}
.hide-param-btn,.param-buyer-url-btn,.search-btn-2{
	border:1px solid #ddd;
	border-radius: 5px;
	/* padding:5px 10px; */
	height:30px;
	width: 25%;
	margin-left: 7.33%;
	line-height: 30px;
	text-align: center;
	color:#fff;
}
.hide-param-btn{
	background-color: green;
}
.param-buyer-url-btn{
	color:#222;
}
.search-btn-2{
	background-color:#3f56e0;
}
/* anim-down */




/* items-box */
.items-box {
	margin-top: 90px;
	padding-bottom: 120px;
}

.item-box {
	background-color: #fff;
	float: left;
	width: 32%;
	margin-left: 1%;
	margin-top: 5px;
	border-radius: 5px;
	padding-bottom: 5px;
	position: relative;
}
.item-box .choose-btn{
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	right: 1px;
	top:1px;
	border:5px solid #fff;
	z-index: 1;
}
.choose-btn-all{
	border:none;
	border-radius: 100%;
}
.item-lei-price {
	margin: 5px 0;
	color:orange;
	font-weight: 700;
}

.item-lei-price div {
	width: 45%;
	text-align: center;
}
.img-box{
	width:62%;
	height: 0;
	padding-bottom: 62%;
	position: relative;
	margin: 0 auto;
}
.item-box img{
	width: 100%;
	display: block;
	margin-top: 5px;
}
.item-info{
	height: 40px;
}
.bbk-shade{
	width: 100%;
	height: 1000px;
	opacity: 0.5;
	background-color: #999;
	position: absolute;
	top:0px;
	z-index: 21;
}
#laypage-box{
	width: 98%;
	margin-left: 1%;
}
.neck-btn{
	border: 1px solid #e1e1e1;
	border-radius: 20px;
	padding: 3px 5px;
}
.hide-price-btn{
	padding:3px 8px;
}
.blank-height-100{
	height: 100px;
}
.leg-box{
	margin-top: 10px;
}

/* 2023年2月27日 */
.export-batch-price-box{
	width: 70%;
}
.export-batch-price-box input{
	width: 50px;
	height: 24px;
	text-align: center;
}
#export-more-box{
	margin-bottom: 5px;
}
#export-more-box .act-btn{
	height: 24px;
}

