@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 1rem;
    min-height: 100vh;
}
/*moduleTitle.css start*/
.moduleTitle{
    background: url("../img/jgTitle.png") no-repeat 0 0;

    width: 4.44rem;
    height:1.12rem;
    background-size: 100%;
    overflow: hidden;
    text-indent: 999999999rem;
    line-height: 999999999rem;
}

/*moduleTitle.css end*/

/*ydWrap.css start*/
.typeTxt{
    display:inline-block;
    color: #fdfefe;
    font-size: 0.48rem;
    border: 1px solid #fdfefe;
    padding: 0.22rem 0.48rem;
    text-align: center;
    margin-bottom: 0.14rem;
    border-radius: 50px;
    margin-top: 0.6rem;
}
.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*/

.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;
}