.header {
    height: 0.88rem;
    background: #fff;
    line-height: 0.88rem;
    box-sizing: border-box;
    padding: 0 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.header-left {
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.28rem;
}
.left-back {
    display: block;
    background: url("../images/icon_back.png") no-repeat;
    width: 0.48rem;
    height: 0.48rem;
    background-size: contain;
}
.header-right {
    background: #f8f8fa;
    height: 0.56rem;
    width: 100%;
    border-radius: 0.36rem;
    box-sizing: border-box;
    padding: 0 0.12rem;
    display: flex;
    align-items: center;
}
.right-icon {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url("../images/icon_search.png") no-repeat;
    background-size: contain;
    margin-right: 0.24rem;
}
.right-input {
    border: none;
    background: none;
    font-size: 0.28rem;
}
.right-input::placeholder {
    color: #a2a2a2;
}
.screenBox{
	position: fixed;
	left: 0;
	right: 0;
	top: 0.88rem;
}
.screen-more{
	padding: .24rem 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.screen-more p{
	padding: .18rem .36rem;
	background: rgba(255,183,28,0.1);
	border-radius: .36rem;
	font-size: .24rem;
	font-weight: 400;
	text-align: center;
	color: #8153be;
	line-height: .36rem;
	display:inline-block;
}
.screen-more p.scVr{
	background: rgba(57,182,245,0.1);
	color: #39b6f5;
}
.screen-more p.scLock{
	background: rgba(129,83,190,0.1);
	color: #8153be;
}
.screen-more p.scWc{
	background: rgba(242,86,49,0.1);
	color: #f25631;
}
.screen-more p.scSun{
	background: rgba(255,183,28,0.1);
	color: #ffb71c;
}
.screen-wrapper {
    height: 0.88rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.screen-item {
    flex: 1;
    text-align: center;
    height: 0.88rem;
    line-height: 0.88rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.screen-text {
    color: #333;
    font-size: 0.24rem;
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.screen-icon {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
	margin-left: 0.08rem;
    background: url("../images/icon_list_fold.png") no-repeat;
    background-size: contain;
}
.list-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 2.96rem;
    overflow: auto;
    background: #fff;
}
.list-item {
    box-sizing: border-box;
    padding: 0.32rem;
    overflow: hidden;
}
.list-left {
    float: left;
	width: 2.38rem;
	height: 1.78rem;
	margin-right: 0.24rem;
	position: relative;
}
.list-left img {
    width: 100%;
	border-radius: .16rem;
}
.list-left img.vrIcon{
	width: .48rem;
	height: .48rem;
	position: absolute;
	bottom: .10rem;
	left: .10rem;
}
.screen-more p.scrMoreHov{
	background: #8153be;
	color: #fff;
}
.list-right {
    /* float: left; */
    overflow: hidden;
    position: relative;
}
.title {
    font-size: 0.28rem;
    font-weight: 600;
    color: #242424;
    line-height: 0.4rem;
    margin-bottom: 0.14rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.message {
    color: #666;
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin-bottom: 0.08rem;
}
.address {
   overflow: hidden;
   font-size: .22rem;
   font-weight: 400;
   text-align: left;
   color: #666666;
   line-height: .32rem;
   margin-bottom: 0.16rem;
}
.message,.address{
	width: 60%;
	height: .32rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list-label {
    overflow: hidden;
    display: flex;
}
.list-label p {
    float: left;
    font-size: .20rem;
    font-weight: 400;
    text-align: center;
    color: #999999;
    line-height: .28rem;
    background: #f3f2f5;
	padding: .04rem .12rem;
	margin-right: .10rem;
    border-radius: .08rem;
    white-space: nowrap;
}
.price {
    position: absolute;
    right: 0;
    top: 34%;
	color: #ffb71c;
}
.price span{
	display: inline-block;
	font-size: .36rem;
	font-weight: 900;
	text-align: right;
	
	line-height: .40rem;
	margin:0 0.04rem;
}
.price i {
    font-size: 0.22rem;
	line-height: .33rem;
	font-weight: 400;
}
.mask-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.84rem;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.mask-item {
    background: #fff;
    display: none;
}
.checked-item .screen-text {
    color: #7e3ee7;
}
.checked-item .screen-icon {
    background: url("../images/icon_list_open.png") no-repeat;
    background-size: contain;
}
.area-wrapper {
    display: block;
    background: #fff;
    width: 100%;
    height: 52%;
}
.area-left {
    background: #f8f8f8;
    width: 20%;
    height: 100%;
    float: left;
}
.area-left p {
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.28rem;
    color: #2a2a2a;
    text-align: center;
}
.area-left .area-checked {
    background: #fff;
    color: #7e3ee7;
}
.area-center,
.area-right {
    float: left;
    background: #fff;
    width: 40%;
    height: 100%;
    overflow: auto;
    display: none;
}
.area-center p,
.area-right p {
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.28rem;
    color: #2a2a2a;
    text-align: center;
}
.area-right {
    box-sizing: border-box;
    border-left: 1px solid #ccc;
}
.area-center .area-center-checked {
    color: #7e3ee7;
}

.area-right .area-right-checked {
    color: #7e3ee7;
}
.mode-wrapper p,
.sort-wrapper p,
.price-wrapper p {
    line-height: 0.88rem;
    text-align: center;
    font-size: 0.28rem;
    color: #242424;
}
.mode-wrapper .mode-checked,
.sort-wrapper .mode-checked,
.price-wrapper .mode-checked {
    color: #7e3ee7;
}
.more-wrapper {
    box-sizing: border-box;
    padding: 0.4rem;
    padding-bottom: 0.24rem;
    overflow: hidden;
}
.more-title {
    line-height: 0.5rem;
    font-size: 0.36rem;
    font-weight: 600;
    color: #212121;
}
.direction {
    margin-top: 0.24rem;
    display: flex;
    margin-bottom: 0.4rem;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.direction p {
    font-size: 0.3rem;
    color: #a2a2a2;
    border: 1px solid #e7e7e7;
    border-radius: 0.08rem;
    line-height: 0.64rem;
    width: 22%;
    height: 0.64rem;
    text-align: center;
    margin-bottom: 0.16rem;
}
.direction .more-checked {
    color: #7e3ee7;
    border-color: #7e3ee7;
    background: #f3e9ff;
}
.direction p:nth-child(4) {
    margin-right: 0;
}
.btn-wrapper {
    display: flex;
    justify-content: space-between;
}
.reset {
    color: #646464;
    font-size: 0.34rem;
    background: #e7e7e7;
    border-radius: 0.08rem;
    border: none;
    width: 30%;
    text-align: center;
    height: 0.88rem;
    line-height: 0.88rem;
}
.submit {
    color: #fff;
    font-size: 0.34rem;
    background: #7e3ee7;
    border-radius: 0.08rem;
    border: none;
    width: 65%;
    text-align: center;
    height: 0.88rem;
    line-height: 0.88rem;
}
.price-btn-wrapper {
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0.24rem 0.4rem;
    display: flex;
    justify-content: space-between;
}
.scroll-item {
    box-sizing: border-box;
    padding: 0 0.4rem;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
}
.scroll-item span {
    display: block;
    color: #7e3ee7;
    font-size: 0.28rem;
    font-weight: 500;
    text-align: center;
    line-height: 0.4rem;
    margin-top: 0.3rem;
}
.line {
    height: 0.08rem;
    background: #e7e7e7;
    position: relative;
}
.circle-left,
.circle-right {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    border: 1px solid #7e3ee7;
    top: -0.24rem;
    background: #fff;
    z-index: 10;
}
.circle-left {
    left: 0%;
}
.line-carry {
    position: absolute;
    top: 0;
    left: 0%;
    right:0%;
    height: 0.08rem;
    background: #7e3ee7;
}
.circle-right {
    right: 0%;
}

.list-area{
	background: #f3f2f5;
	padding: .32rem;
}
.listAreatit,.listAreaMore{
	font-size: .28rem;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: .40rem;
}
.listAreatit{
	float: left;
}
.listAreaMore{
	float: right;
}
.listAreaicon{
	display: inline-block;
	width: .32rem;
	height: .32rem;
	margin-right: .08rem;
}
.listAreaBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.listAreaT{
	margin-top: .22rem;
	width: 31%;
	height: .72rem;
	background: #ffffff;
	border-radius: .08rem;
	line-height: .72rem;
	font-size: .28rem;
	font-weight: 400;
	text-align: center;
	color: #666666;
}
.list-sign{
	margin-top: .20rem;
	width: 100%;
	height: .72rem;
	background: #f3f2f5;
	border-radius: 0px .16rem .16rem .16rem;
	font-size: .24rem;
	font-weight: 400;
	text-align: center;
	color: #666666;
	line-height: .72rem;
}
.list-signBl{
	display: inline-block;
	color: #ffb71c;
	line-height: .72rem;
	font-weight: bold;
}
.screen-item-sort{
	padding: 0 .30rem;
}
.screen-sort{
	width: .48rem;
	height: .48rem;
}
.shadow-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 2020;
    display: none;
    justify-content: center;
    align-items: center;
}
#lottie {
    background-color: #fff;
    width: 20%;
    height: 20%;
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
.listLoad{
	padding: .32rem 0;
	text-align: center;
    
}
.listLoad img{
	width: .40rem;
	height: .40rem;
	display: inline-block;
	padding-right: .24rem;
}
.listLoad p{
	font-size: .28rem;
	font-weight: 400;
	color: #666666;
	line-height: .40rem;
	display: inline-block;
}