@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;
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -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/activeTitle.png") no-repeat 0 0;
    width: 7rem;
    height:1.13rem;
    background-size: 100%;
    overflow: hidden;
    text-indent: 999999999rem;
    line-height: 999999999rem;
    margin-bottom: 0.36rem;
}

/*moduleTitle.css end*/
/*tagWrap.css start*/
.tagWrap{
    width: 100%;

}
.tagWrap span{
    display: inline-block;
    background:rgba(2,1,1,0.4);
    border-radius: 25px;
    padding:0.16rem 0.4rem;
    font-size: 0.32rem;
    line-height: 1;
    color: #F9FBFC;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.26rem;
    margin-bottom: 0.26rem;

}
/*tagWrap.css end*/
/*ydWrap.css start*/
.typeTitle {
    font-size: 0.64rem;
    text-align: center;
    line-height: 1;
    color: #fdfefe;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 0.47rem;
    margin-bottom: 0.33rem;
}
.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;
}
.detailsTextWrap{
    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;
    word-wrap: break-word;
    word-break: break-all;
    outline: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 0.53rem!important;
}
.detailsTextWrap p{
    padding-left: 0.64rem;
    position: relative;
}
.detailsTextWrap p:first-child:before{
    position: absolute;
    left:0;
    top: 0.21rem;
    display: inline-block;
    content: '';
    background: url("../img/icon/shijianIcon.png") no-repeat 0 0;
    width: 0.39rem;
    height: 0.39rem;
    background-size: 100%;
}
.detailsTextWrap p:last-child:before{
    position: absolute;
    left:0;
    top: 0.21rem;
    display: inline-block;
    content: '';
    background: url("../img/icon/didianIcon.png") no-repeat 0 0;
    width: 0.36rem;
    height: 0.41rem;
    background-size: 100%;
}
.detailsText{
    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;
    padding-bottom: 0.53rem!important;
}
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", serif !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;
}