/*基本设置*/
html{
    font-family:"PingFang SC Light","HelveticaNeue-Bold","STHeiti","FZLanTingHei",SimHei, sans-serif !important;
    color:#333333;
    -webkit-overflow-scrolling: touch;
}
@font-face {
    font-family: 'fontello';
    src: url('/statics/web3/font/fontello.eot?2206512');
    src: url('/statics/web3/font/fontello.eot?2206512#iefix') format('embedded-opentype'),
        url('/statics/web3/font/fontello.woff?2206512') format('woff'),
        url('/statics/web3/font/fontello.ttf?2206512') format('truetype'),
        url('/statics/web3/font/fontello.svg?2206512#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
body{
	background-color:#ffffff;
	margin:0;
    padding:0;
}
ul,li,p,img{
	list-style:none;
	padding:0;
	margin:0;
}
b,i{
    font-weight:normal;
    font-style:normal;
}

/*首页样式*/
.title{
    background:#ffffff;
    height:auto;
    text-align:center;
    overflow:hidden;
}
.title>div{
    width:9rem;
    margin:0 auto;
    height:0.1rem;
    margin-top:0.8rem;
    background: -webkit-linear-gradient(right,transparent 0%,#666666 50%,transparent 100%);
    background: -moz-linear-gradient(right,transparent 0%,#666666 50%,transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(102, 102, 102, 1)),color-stop(100%, rgba(255, 255, 255, 0)));
    position:relative;
}
.title>div>span{
    padding:0 0.75rem;
    position:absolute;
    display:block;
    font-size:0.8rem;
    line-height:1rem;
    top:-0.5rem;
    left:2.5rem;
    background:#ffffff;
}
.feed{
    background:#ffffff;
    width:100%;
}
.feed>ul>li>img{
    display:block;
    width:100%;
    height:auto;
    margin-bottom:0.4rem;
}
/*游记列表样式*/
.list>ul>li>.imgbox{
    width:100%;
    overflow:hidden!important;
    height:250px;
}
.list>ul>li>.imgbox>img{
    width:100%;
}
.list>ul>li>.listtitle{
    width:94%;
    margin:1.5% 3%;
    font-size:1.2rem;
    height: 2rem;
    line-height: 2rem;
    color:#333333;
    font-family:-apple-system,"PingFang SC Light",sans-serif !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list>ul>li>.listsubtitle{
    width:94%;
    margin:0 3%;
    height:1.4rem;
    overflow:hidden;
    color:#666666;
    font-size:1.0rem;
    font-family:-apple-system,"PingFang SC Light",sans-serif !important;
}
.list>ul>li>.listsubtitle>*{
    float:left;
    height:1.4rem;
    line-height:1rem;
    font-size: 1rem;
    margin:0;
    color: #979797;
}
.list>ul>li>.listsubtitle>span>b{
    font-size:0.6rem;
}
.list>ul>li>.listsubtitle>b{
    float:right;
}
.list>ul>li>.listsubtitle>i{
    padding-left:0.7rem;
    float:right;
    padding-right:0.2rem;
}
.list>ul>li>.listsubtitle>#like{
    float:right;
    margin-top:0.05rem;
    padding-right:0.2rem;
}
.pic_panel{
    height: 15.5rem!important;
}
.pic_panel .imgs
{
    width: 100%;
    height: 15.5rem!important;
    overflow: hidden;
    display: inline-block;
    background: url("../../web3/images/default-info_en.png") center no-repeat;
    position:relative;
}
.pic_panel .imgs .loadingmask
{
    width: 800px;
    /*min-height: 300px;*/
    position:absolute;
    top:0;
    height:100%;
    overflow: hidden;
    display: block;
    background:rgba(238,238,238,0.5);
}
/*组件加载内容的样式覆盖*/
.icpcontent{
    display: none;
}
#loadMore{
    margin:0!important;
    height:1.6rem;
    display:block;
    width:100%;
}
.Cloading{
    height:1.6rem;
    color:#666666;
    font-family:-apple-system,'PingFang SC Light',sans-serif;
    background-color:#f8f8f8;
    overflow:hidden;
    padding-left:35%;
}
.Cloading>img{
    width:1rem;
    height:1rem;
    float:left;
    margin-top:0.3rem;
    margin-right:0.5rem;
}
.Cloading>span{
    line-height:1.6rem;
    height:1.6rem;
    float:left;
}
/*游记详情样式*/
.maincontent{
    background-color:#ffffff;
    padding:1rem;
    font-family:-apple-system,"PingFang SC Light", sans-serif !important;
}
.maincontent>.title{
    font-size:1.5rem;
    text-align:left;
    font-weight:bold;
}
.maincontent>.subtitle{
    height:1.3rem;
    padding: 0.6rem 0;
    font-size:1.2rem;
    overflow:hidden;
    color:#AFAFAF;
}
.maincontent>.subtitle>span{
    font-size:.8rem;
    float:left;
    height:0.7rem;
    line-height:0.7rem;
    padding-right:0.25rem;
}
.maincontent>.subtitle>span>b{
    font-size:0.6rem;
}
.maincontent>.subtitle>i{
    color:#ffffff;
    float:right;
    height:0.8rem;
    line-height:0.8rem;
    background-color:#ff8000;
    padding:0 0.25rem;
    border-radius:0.1rem;
}
.maincontent>.text>p{
    margin:0.25rem 0;
    font-size: 1.2rem;
    line-height: 1.7em;
    font-family: "Hiragino Sans GB","华文细黑","STHeiti","微软雅黑","Microsoft YaHei",SimHei,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.maincontent>.text>img{
    width:100%;
}
.recommend{
    margin-top:0.5rem;
    background-color:#ffffff;
    padding:0 4%;
    overflow:hidden;
    margin-bottom:28%;
    font-family:-apple-system,"PingFang SC Light","HelveticaNeue-Bold","STHeiti","FZLanTingHei",SimHei, sans-serif !important;
}
.recommend>h2{
    font-weight:normal;
    font-size:0.8rem;
    margin:0.25rem;
}
.recommend>ul>li:nth-child(odd){
    float:left;
    width:48%;
    margin-right:4%;
}
.recommend>ul>li:nth-child(even){
    float:left;
    width:48%;
    margin-right:0;
}
.recommend>ul>li>img{
    width:100%;
}
.recommend>ul>li>p{
    text-align:center;
    font-size:0.6rem;
}
.related{
    height:6rem;
}
.travel_footer{
    display:none;
    position:fixed;
    height:6rem;
    width:100%;
    bottom:0;
    left:0;
    color:#ffffff;
    padding:0 4%;
    z-index:50000;
    font-family:-apple-system,"PingFang SC Light", sans-serif !important;
}
.travel_footer>.footerimg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    overflow:hidden;
    margin:0;
    padding:0;
}
.travel_footer>.footerimg>img{
    width:100%;
    margin-top:-25%;
}
.travel_footer>div>div{
    margin:0.3rem 0;
}
.travel_footer>div>p{
    width:92%;
    margin-top:4%;
    overflow:hidden;
}
.travel_footer>.footermask{
    font-size:0.7rem;
    padding:2% 2%;
    position:absolute;
    top:-1px;
    left:0;
    background-color:rgba(0,0,0,0.4);
    width:89%;
    height:6rem;
    margin:0;
    z-index:0;
}
.travel_footer>.footermask>span{
    margin-left:1rem;
}
.travel_footer>.footermask>em{
    position:absolute;
    top:1.3rem;
    right:1.3rem;
    color:#ffffff;
    background-color:#ff8000;
    text-align:center;
    text-decoration:none;
    padding:0.1rem 0.3rem;
    border-radius:0.2rem;
    background-clip:padding-box;
}

.list ul{
    background: #f8f8f8;
}
.list ul li{
    background: #fff;
    margin-bottom: 0.5rem;
}

.markdown-body img{
    margin-bottom: 1rem;
}
