body {
    font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
* {
    box-sizing:border-box;
}

body, html {
    font-size: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-color: #fff;
}

html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}
li, ul {
    list-style: none;
    text-transform: capitalize;
}

.body {
	width: 100%;
	background-color: #fff;
	font-size: 16px;
}


.header_info {
    width: 88%;
    margin: 10px auto 0;
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    z-index: 999999;
}

.infoitem {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}
.infoicon {
    width: 13px;
    height: 11px;
    margin-right: 5px;
}

.nav {
	width: 100%;
	margin-top: 20px;
}
.navList {
    padding: 0 4% 15px 4%;
}
.navList li {
    width: 19.8%;
    text-align: center;
    float: left;
    padding-bottom: 2px;
}

.navList li img {
    width: 30px;
    height: 30px;
}
.navList li p {
    height: 20px;
    font-size: 14px;
    color: #333;
}

.center_banner {
	padding: 0 10px;
}
.center_banner img {
	width: 100%;
}

.ad {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ad .div_img {
	display: flex;
    align-items: center;
}
.ad .div_img img {
	width: 100%;
}

.main {
    margin: 0 auto;
}

.search_div {
	padding: 8px 0;
	text-align: center;
	font-size: 16px;
}

.search_div input {
	border: 1px solid #bfbfbf;
    display: inline-block;
    width: 60%;
    height: 30px;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 18px;
}
.search_div input::-webkit-input-placeholder {
    font-size: 14px;
}

.search_div button {
	width: 100px;
    height: 33px;
    background-color: red;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    border: 0;
}

.ex-search {
    position: relative;
}
.ex-search:before {
	top: -2px;
    left: -26px;
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 20px;
}
.ex-search::after {
	right: 0;
    bottom: -2px;
    content: ' ';
    position: absolute;
    width: 13px;
    height: 5px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}


.dropdown {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    overflow: visible;
    text-align: center;
}
.dropbtn {
    background-color: red;
    color: white;
    padding: 6px 10px;
    font-size: 14px;
    border:0;
    border-right: 1px solid white;
    cursor: pointer;
    width: 22%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropbtn:after {
    content: '\25bc';
    color: white;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 28px;
    left: 3%;
    width: 95%;
    z-index: 11;
    background-color: #eeeeee;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.rule_box {
    height: 450px;
    overflow: auto;
}

.search_area {
    height: 450px;
    overflow: auto;
}
.search_area > .left {
    float: left;
    border-right: 1px solid red;
    overflow:scroll;
    height: 450px;
    width: 40%;
}
.search_area > .right {
    float: left;
    overflow:scroll;
    height: 450px;
    width: 55%;
}

.dropdown-content a {
    color: black;
    font-size: 17px;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.screen button {
    float: left;
    padding: 8px 16px;
    position: relative;
    font-size: 14px;
    background: #f8f8f8;
    margin: 0 6px 6px 0;
    border: 0;
}
.screen .on {
    background: #ce0909;
    color: #fff;
}
.screen img {
    display: none;
    width: 16px;
}

.network p {
    height: 40px;
    line-height: 40px;
    background-color: #ded8d8c9;
    margin: 15px 0;
}

.search_price button {
    width: 120px;
    height: 35px;
}

.div_price {
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    color: #5f5e5e;
}
.div_price input {
    width: 70px ; height: 30px; border-radius: 3px; text-align: center;
}

input::-ms-input-placeholder{text-align: center;}
input::-webkit-input-placeholder{text-align: center;}

.scroll_box {
	position: relative;
    height: 660px;
}

.mescroll {
	top: 0px !important;
    position: absolute !important;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.data_list	{
	overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1px;
    width: 100%;
}
.data_list ul {
	width: 100%;
}

.data_list ul li {
	background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 2px 0px rgba(15, 60, 115, 0.2);
    width: 47%;
    margin: 5px;
    position: relative;
    float: left;
    line-height: 35px;
    padding: 0 2%;
}

.data_list li span {
    float: right;
}
.sold {
    opacity:0.5;
}
.li_div {
	overflow: hidden;
    position: relative;
}
.li_div img {
    position: absolute;
    top: 7px;
    right: 0px;
}
.li_div .price {
	font-weight: 500;
	color: #f70505;
	float:left;
} 

.li_div h5 {
	font-size: 18px;
}

.li_div_span {
	font-size: 14px;
    color: #999 ;
    font-weight: 500 ;
}

.data_div {
    width: 100%; text-align: center; color: #555;
}

.div_btn {
    width: 100%; 
    text-align: right;
    margin-bottom: 20px;
}

.div_btn span {
    float: right;
    padding: 5px 40px;
}

.div_btn .span_reset {
    text-align: center;
    background-color: #fff;
}
.div_btn .span_sure {
    text-align: center;
    background-color: #ce0909;
    color: #fff;
}

.returntop {
    position: fixed;
    right: 3%;
    bottom: 70px;
    z-index: 10;
    width:50px;
    height:60px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    background-color: #fff;
}

.returntop img {
    width: 40px;
    height: 40px;
}


.header {
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 5px 2%;
    height: 44px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 19px;
}
.header a {
    float: left;
    color: #333333;
    text-decoration: none;
    line-height: 44px;
}
.header b {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
}