body {
    font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}

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;
}

.body .banner {
    /*background: url(../images/banner.jpg) no-repeat;*/
    /*background-size: 100% 80%;*/
    /*overflow: hidden;*/
}

.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: 10px;
}
.navList {
    padding: 0 4% 15px 4%;
}
.navList li {
    width: 16.6%;
    text-align: center;
    float: left;
    padding-bottom: 2px;
}

.navList li img {
    width: 35px;
    height: 35px;
}
.navList li p {
    height: 20px;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

.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 {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.search_div {
    display: flex;
    justify-content: center;
    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 {
    /* 修改字号，默认继承input */
    font-size: 14px;
}
.search_div button {
    width: 100px;
    height: 32px;
    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: #fff;
    color: #000;
    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: #000;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 28px;
    left: 3%;
    width: 95%;
    z-index: 11;
    background-color: #fefefe;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.search_area {
    height: 450px;
    overflow: auto;
    width: 100%;
}

.number_rule {
    height: 450px;
    overflow: auto;
    width: 100%;
}

.network {
    height: 550px;
    overflow-y: auto;
}

.network p {
    height: 40px;
    line-height: 40px;
    background-color: #ded8d8c9;
    margin: 15px 0;
}
.screen button {
    float: left;
    padding: 5px 14px;
    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;
}

.search_price button {
    width: 110px;
    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;}
.div_btn {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.div_btn span {
    float: left;
    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;
}

.search_area > .left {
    float: left;
    border-right: 1px solid red;
    overflow:scroll;
    height: 450px;
    width: 40%;
}
.search_area > .right {
    float: left;
    width: 58%;
    overflow: scroll;
    height: 450px;
}

.dropdown-content a {
    color: black;
    font-size: 17px;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
#form1 {
    display: block;
    width: 100%;
    padding: 0 10px 0 10px;
    font-size: 16px;
}
#form1 > p {
    padding: 0;
    margin: 5px 0 10px 0;
}
#form1 > button {
    width: 100px;
    height: 25px;
    background-color: red;
    color: white;
    border:0;
    margin-bottom: 10px;
}
#form1 input {
    border-radius: 3px;
    height: 25px;
}


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 889;
    background: #FFFFFF;
    background: url(../images/indextanbarbg.png) no-repeat;
    background-size: 100% 100%;
    height: 80px;
}
.footer ul {
    width: 100%;
    height: 100%;
}
.footer ul li {
    width: 33%;
    float: left;
    text-align: center;
    padding-top: 20px;
}
.footer ul li span {
    display: block;
}
.footer ul li div img {
    width: 25px;
}

.scroll_box {
    position: relative;
    height: 550px;
}

.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: 42%;
    margin: 5px;
    position: relative;
    float: left;
    padding: 10px 2%;
}
.data_list ul li .li_number{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.li_number .li_number_left {
    padding: 0 2px;
}
.li_number .li_number_left img{
    width: 12px;
}
.li_number .li_number_right span {
    font-size: 12px;
    padding: 5px 3px;
    color:#fff;
    background-color: #F82B37;
    border-radius: 6px;
    margin-left: 3px;
}
@media screen and (min-width:320px) and (max-width:370px) and (orientation:portrait){
    .li_number .li_number_center{
        font-size: 1rem;
    }
}
@media screen and (min-width:370px) and (max-width:380px) and (orientation:portrait){
    .li_number .li_number_center{
        font-size: 1.05rem;
    }
}
@media screen and (min-width:380px) and (max-width:430px) and (orientation:portrait){
    .li_number .li_number_center{
        font-size: 1.15rem;
    }
}
.li_number .li_number_center{
    font-weight: 600;
    padding-left: 3px;
}

.li_number_center .span_right{
    color:#C9030E;
}
.data_list ul li .number_price{
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
}
.number_price .number_price_left{
    color: #f90000;
}
.number_price .number_price_right{
    font-size: 12px;
    text-decoration: line-through;
}
.data_list ul li .number_info{
    display: flex;
    justify-content: space-between;
}
.number_info .number_info_left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.number_info .number_info_right{
    width: 40px;
}
.number_info img{
    width: 12px;
    padding-right: 3px;
}



.shangjia {
    position: fixed;
    right: 2%;
    bottom: 165px;
    z-index: 99999;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 6px;
    font-size: 10px;
    background-color: #fff;
}

.returntop {
    position: fixed;
    right: 2%;
    bottom: 100px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    font-size: 10px;
    background-color: #fff;
}

.shangjia img, .returntop img {
    width: 30px;
    height:30px;
}

.header {
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 5px 2%;
    height: 44px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 19px;
    z-index: 10000;
}
.header a {
    float: left;
    color: #333333;
    text-decoration: none;
    line-height: 44px;
}
.header b {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
}


