@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
body{
    font-family: "微软雅黑","Microsoft YaHei", "黑体简体", "Arial", "Verdana", "arial", "serif", "Arial regular,helvetica regular" !important;
    /*-webkit-text-size-adjust: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    width: 100%;
    background: #fff!important;
    background-color: #fff!important;
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
    -webkit-touch-callout:none;
}

a:hover{
    color:#1e88e5;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 750px;
    padding: 0.93rem 0.4rem 0;
    min-height: 100vh;
}
/*moduleTitle.css start*/
.moduleTitle{
    background: url("../img/znTitle.png") no-repeat 0 0;
    width: 6.44rem;
    height:1.13rem;
    background-size: 100%;
    overflow: hidden;
    text-indent: 999999999rem;
    line-height: 999999999rem;
}
.typeTitle{
    font-size: 0.64rem;
    text-align: center;
    line-height: 1;
    color: #fdfefe;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 1.12rem;
    margin-bottom: 0.53rem;
}
/*moduleTitle.css end*/
/*list.css start*/
.list li{
    padding-bottom: 0.28rem;
}
.list li:last-child .contentTxt:last-child{
    margin-bottom: 0;
}
.list li:last-child{
    padding-bottom: 0;
}
.contentTxt{
    background: url("../img/line.png") no-repeat 0 bottom;
    width: 9.2rem;
    background-size: 100%;
    margin-bottom: 0.4rem;
    padding-bottom: 0.13rem;
}
.typeTxt{
    display:inline-block;
    color: #fdfefe;
    font-size: 0.4rem;
    border: 1px solid #fdfefe;
    padding: 0.13rem 0.22rem;
    text-align: center;
    margin-bottom: 0.14rem;
    border-radius: 5px;
}
.txtWrap{
    width: 7.4rem;
}
.txtWrap p{
    font-size: 0.4rem;
    color: #FFFFFF;
    line-height: 0.64rem;
    text-align: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.imgWrap{
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    margin-top: 0.1rem;
}
.imgWrap img{
    width: 1.57rem;
    height: 1.57rem;
    border: 0.1rem #fff solid;
}


/*list.css end*/
/*ydWrap.css start*/

.detailsText{
    padding-left: 0 !important;
    margin: 0!important;
    font-size: 0.4rem!important;
    line-height: 2 !important;
    padding: 0 !important;
    width: auto !important;
    color: #FDFEFE!important;
    border: none !important;
    background: none !important;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
    max-width: 100%;
    overflow: hidden;
}
pre img{
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0.32rem auto;
}
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: "黑体简体","Microsoft YaHei","Arial regular,helvetica regular" !important;
}
/*ydWrap.css end*/
/*addressWrap.css start*/
.addressWrap{
    padding-bottom: 1rem;
}
.addressWrap .addressTxt{
    width: 100%;
    font-size: 0.4rem;
    color: #FDFEFE;
    line-height: 2;
    text-align: left;
    margin-bottom: 0.27rem;
}
#mapWrap {
    overflow: hidden;
    width: 9.2rem;
    height: 6.36rem;
    margin: 0;
    font-family: "微软雅黑";
}
/*addressWrap.css end*/
.noDataWrap{
    background: url("../img/noDataTips.png") no-repeat center center;
    width: 100%;
    min-height: 2rem;
    background-size: 4.9rem 2.65rem;
    padding-top: 4.33rem;
    margin-top: 1rem;
}
.noDataWrap p{
    width: 100%;
    height: 0.48rem;
    font-size: 0.4rem;
    color: #AAA9A9;
    line-height: 0.4rem;
    text-align: center;
    margin-bottom: 2rem;
}