@charset "utf-8";
body{
    font-family: Microsoft YaHei, 微软雅黑, Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    position: relative;
    background-color: #f8f8f8!important;
    margin: 0;
    min-width: 10rem!important;
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
    -webkit-touch-callout:none;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 750px;
}



.searchWrap:before{
    content:"";
    background:  url("../img/search.png") no-repeat 0 center;
    width: 0.41rem;
    height: 1.06rem;
    margin-left: 0.27rem;
    background-size: 100% 0.41rem;
    display: inline-block;
}
.searchWrap{
    margin: 0 auto;
    margin-top: 0.4rem;
    width: 9.35rem;
    height: 1.06rem;
    border-radius: 0.53rem;
    border: 1px solid #0780e5;
    display: flex;
    align-items: center;
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 0.8rem;
}
.searchWrap .keySearchBtn{
    position: absolute;
    width: 1.06rem;
    height: 1.06rem;
    left:0;
    top:0;
}
.searchWrap input::placeholder {
    color: #0780e5;
}
.searchWrap input{
    height: 1.08rem;
    background: none;
    outline: none;
    font-size: 0.32rem;
    color: #0780e5;
    line-height: 1.08rem;
    width: 60%;
    padding-left: 0.2rem;
    border: none;
}
.searchWrap .borderLeft{
    display: inline-block;
    height: 0.47rem;
    width: 2px;
    border-left: 1px solid #0780e5;
    margin-left: 0.28rem;
}
.wordSearchBtn{
    position: absolute;
    right: 0.3rem;
    top: 0.25rem;
    font-size: 0.35rem;
    background: #0780e5;
    color: #fff;
    font-weight: bold;
    padding: 0.1rem 0.3rem;
    border-radius:50px;

}

.hasData{
    margin: 0 0.3rem;
}
.listData{
  width: 100%;

}
.listData li{
    padding: 0.27rem;
    padding-right: 0;
    margin-bottom: 0.3rem;
}
.listData li div{
    zoom: 1;
}
.listData li div:after{
    content: "";
    display: block;
    clear: both;
}
.listData li div label{
    display: inline-block;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.56rem;
    color: #333;
    width: 1.9rem!important;
    float: left;
}


.listData li div  pre {
    float: left;
    display: inline-block;
    width: 7rem!important;
    font-size: 0.32rem;
    line-height:0.56rem !important;
    padding: 0 !important;
    color: #666 !important;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    outline: 0;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    word-break: break-word;
}
pre {

    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "Arial", "Verdana", "Microsoft YaHei", serif;
    font-family: Microsoft YaHei, 微软雅黑, Arial;
}
.blueBg{
    background-color: #cde4ef;
    border-radius: 8px;

}
.whiteBg{
    background-color:#fff;
    border-radius: 8px;

}

.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

/*noDataTips.css start*/
.noDataTips{
    background: url("../img/noData.png") no-repeat center 100px;
    width: 100%;
    min-height: 70vh;
    padding-top: 200px;
    font-size: 0.37rem;
    color: #9E9E9E;
    line-height: 24px;
    text-align: center;
    background-size: 20%;
    padding-bottom: 142px;
}
/*noDataTips.css end*/
.loadMoreBtn {
    width: 5.22rem;
    height: 1rem;
    display: block;
    font-size: 0.4rem;
    color: #0780e5;
    line-height: 1rem;
    text-align: center;
    border: 1px solid #0780e5;
    border-radius: 50px;
    margin: 30px auto;
}

#gotoTop {
    display: none;
    position: fixed;
    right: 12px!important;
    bottom: 10px;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    background-image: url("../../../common/img/gotop.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

.dotoOver {
    background-position: 0 -30px!important;
}
#dataTemp{
    height: 1px;
}
/*totalWrap.css start*/
.totalNum{
    font-size: 0.34rem;
    color: #FFFFFF;
    line-height: 0.8rem;
    text-align: center;
    display: inline-block;
    background:rgba(0,0,0,0.6);
    border-radius: 0.4rem;
    /*border: 1px solid #EEEEEE;*/
    padding: 0 0.34rem;
}
.totalWrap{
    display: inline-block;
    height: 0.8rem;
    text-align: center;
    position: fixed;
    top: 5rem;
    z-index: 999;
    display: none;
    width: 100%;
    opacity: 0;
}
/*totalWrap.css end*/
.searchForm{
    position: relative;
}
.categoryWrap{
    display: none;
}
.categoryWrap{
    width: 100%;
    position: absolute;
    left: 0;
    top: 1.1rem;
}
.categoryWrap ul{
    background: #fff;
    margin: 0 0.4rem;
    box-shadow: -2px 11px 20px 4px rgba(179,179,179,0.7);
    padding: 0.3rem;
}
.categoryWrap ul li{
    display: inline-block;
    margin: 0.1rem 0.1rem
}
.categoryWrap ul span{
    color: #0780e5;
    font-size: 0.32rem;
    line-height: 0.56rem;

    padding: 0rem 0.15rem;
    border-radius: 0.1rem;
    border: 1px solid #0780e5;
}
.bannerImg{
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
}