.mc{
	width: 960px;
    margin: 0 auto;
    margin-top: 56px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#list-cont{
	width: 640px;
}
.conlist{
    padding-top: 20px;
    padding-bottom: 60px;
}
.conlist li {
    position: relative;
    width: 640px;
    margin: 0 0 15px;
    padding: 0px 2px 15px 0;
    border-bottom: 1px solid #f0f0f0;
    word-wrap: break-word;
    line-height: 20px;
}

.conlist .title{
    margin: -7px 0 4px;
    display: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
} 
.conlist .tratpic{
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    width: 75%;
    float: left;
    margin-right: 5px;
}
.conlist .trat{
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.conlist .youtrat{
    /* padding-right: 160px; */
}
.digcont .bf{
    width: 33%;
    display: block;
}
#diggnum input{
    width: 30px;    
}
.digs{
    width: 100%;
}
.sypic img{
    /* position: absolute;
    top: 50%;
    margin-top: -60px;
    right: 0; */
    width: 150px;
    height: 100px;
}
.met a img{
    width: 18px;
    height: 18px; 
    border-radius: 50%; 
    border: 1px solid #e8e8e8; 
}
.met span{
    padding-right: 0!important;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #b4b4b4;
}

/* 微感悟页面 */

    .usrtit{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .usrcon{
        display: flex;
        align-items: center;
    }
    .usrpic{
        position: relative;
        color: inherit;
    }
    .usrimg{
        display: block;
        border-radius: 50%;
        border: 1px solid #eee;
        min-width: 36px;
        min-height: 36px;
        width: 36px;
        height: 36px;
    }
    .usrxin{
        margin-left: 8px;
    }
    .usrname{
        display: flex;
        align-items: center;
        /* margin-bottom: 6px; */
    }
    .uname{
        font-size: 14px;
        font-weight: 500;
        margin-right: 18px;
    }
    #flow{
        color: #dc00f9;
        /* color: #999; */
        background: none;
    }
    #flows{
        background: no-repeat;
        color: #666;
        border: 1px solid #ddd;
        /* border-radius: 5px; */
        padding: 2px 7px;
    }
    .btofollow{
        padding: 2px 9px;
        border: 1px solid #a900ff;
        background: #fff;
        border-radius: 10px;
        color: #a900ff;
        font-size: 12px;
    }
    .btofollows{
        padding: 2px 7px;
        border: 1px solid #ddd;
        background: #fff;
        /* border-radius: 10px; */
        color: #666;
        font-size: 12px;
    }
    .btofollow:hover{
        background: #f3f0ff;
    }
    .guanzhu{
        padding: 2px 9px;
        border: 1px solid #a900ff;
        background: #fff;
        border-radius: 10px;
        color: #a900ff;
        font-size: 12px;
    }
    .guanzhu:hover{
        background: #f3f0ff;
    }
    .yiguanzhu{
        padding: 2px 9px;
        border: 1px solid #a900ff;
        background: #fff;
        border-radius: 10px;
        color: #a900ff;
        font-size: 12px;
    }
    .yiguanzhu:hover{
        background: #f3f0ff;
    }
    .usrtext{
        display: flex;
        color: #969696;
        font-size: 12px;
        line-height: 20px;
    }
    .usrtext time{
        margin-right: 10px;
    }
    .digcont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.gecholi{
    padding: 0 48px 24px;
    background: #fff;
}
#botflow i{
    margin-left: 30px;
}
.zan i{
    font-size: 18px;
    margin-left: 30px;
}
.yizan i{
    font-size: 18px;
    margin-left: 30px;
    color: #dc00f9;
}

.digcont a{
    font-size: 14px;
    color: #999;
}
.digs{
    display: flex;
    align-items: center;
}
.digs span {
    /* margin-left: 5px; */
    color: #333;
    font-size: 14px;
}
.digs button{
    background: none;
    margin-right: 3px;
    color: #999;
}
.yzcolor{
    color: #dc00f9;
}
.zcolor{
    color: #999;
}
.iconfont:hover{
    color: #666;
}
.fav:hover{
    color: #666;
}
.usrzhan{
    padding: 16px;
    background-color: #fff;
    border-radius: 4px;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #eee;
}

/* end */
/* 感悟提交 */
  #adpic{
    position: relative;
    line-height: 100px;
    border: 1px solid rgba(59,194,29,.7);
    color: #42c02e;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    background: none;
  }
  #adpic input {
    position: absolute;
    display: block!important;
    width: 80px;
    opacity: 0;
    bottom: 0px;
    left: 3px;
}
  .picbg{
    background: url('../../e/data/images/null.gif');
    float: left;
  }
  .picbg img{
    display: none;
  }
  .delbtn{
    display: none;
    position: relative;
    left: -29px;
    top: -35px;
  }
/* end */
.col{
	width: 280px;
	margin-top: 20px;
}
.adv{
	width: 280px;
	/* height: 200px; */
	/* border-top: 1px solid #f0f0f0; */
    border-bottom: 1px solid #f0f0f0;
    float: left;

}
.adv .tit{
    width: 280px;
    height: 40px;
    font-size: 14px;
    color: #969696;
    line-height: 40px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}
.adv .tit a{
    float: right;
    font-size: 14px;
    color: #969696;
}
.adv .tit span{
    float: left;
    color: #333;
}
.ttbox{
    float: left;
    border-radius: 20px;
    border: none;
    color: #5e5959;
    border:1px solid #7C4DFF;
    padding: 3px 9px;
    font-size: 14px;
    margin: 0 15px 15px 0;
}
.ttbox:hover{
    background: #E1F5FE;
}
.dow{
	width: 280px;
	height: 80px;
	border: 1px solid #f0f0f0;
	margin: 20px 0;
    float: left;
}
.dows{
    width: 280px;
    height: 50px;
    border: 1px solid #f0f0f0;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.dows p{
    color: #666;
}
.rec{
	width: 280px;
	height: 500px;
	border: 1px solid #bababa;
    float: left;
}
.rec .tit{
    width: 280px;
    height: 20px;
    font-size: 14px;
    color: #969696;
    line-height: 20px;
}
.rec .tit a{
    float: right;
    font-size: 14px;
    color: #969696;
}
.rec .tit span{
    float: left;
}
.urlist{
    margin: 0 0 20px;
    text-align: left;
    list-style: none;
    padding-left: 0;
}
.urlist li{
    margin-top: 15px;
    line-height: 20px;
    width: 100%;
    float: left;
}
.atar{
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.atar img{
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.urlist li .follow{
    float: right;
    margin-top: 5px;
    padding: 0;
    font-size: 13px;
    color: #42c02e;
}
.urlist li .name{
    padding-top: 5px;
    margin-right: 60px;
    font-size: 14px;
    display: block;
}
/* 分享 */
.fdrbtn {
        /* background-color: #4CAF50;
        color: white; */
        /* padding: 16px; */
        font-size: 16px;
        border: none;
        cursor: pointer;
   } 
.fdrdown {
        position: relative;
        display: inline-block;
   }
   .fdrdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        border: 1px solid #f2f2f2;
        border-radius: 8px;
        padding: 12px 0;
        width: 138px;
        text-align: left;
        background: #fff;
        -webkit-box-shadow: 0 10px 50px rgb(54 56 79 / 11%);
        box-shadow: 0 10px 50px rgb(54 56 79 / 11%);
        /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
        bottom: 0;
        z-index: 20000;
        bottom: 100%;
   }
   .fdrdown-content a {
        color: black;
        padding: 8px 16px;
        text-decoration: none;
        display: block;
        color: red;

   }  
   /* .frow{padding: 20px 0 0 20px}
   .frow-pad{padding: 20px 0 0 60px} */
   .social-share .social-share-icon{
    display: flex;
    justify-content: center;
    align-items: center;
   }

    .fdrdown-content .writewen{
        background: #fff;
        width: 100%;
    }
    .fdrdown-content .writewen:hover{
        background: #f1f1f1;
    }
    .fdrdown:hover .fdrdown-content {
        display: block;
    }  
    .fdrdown:hover .fdpbtn {
        background-color: #3e8e41;
    }
    .fdrdown-content .askwen{
        background: #8BC34A;
    }
    .fdrdown-content .askwen:hover{
        background: #7CB342;
    }
/* end */
 .ritcon{
        margin-top: 10px;
        padding: 16px;
        background: #fff;
        border-radius: 4px;
    }
    .ritcon h3{
    border-left: 4px solid #ff4de1;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    padding-left: 12px;
    height: 18px;
}
/* end */
.ritcon h3 span{
    font-size: 14px;
}
.ritcon .titlie{
    padding-top: 12px;
    }
.ritcon .titlie span{
    font-size: 12px;
    color: #969696;
    display: block;
}  
.qcolor{
    border: 1px solid #689F38;
    color: #689F38;
    transform:scale(0.7);
    border-radius: 5px;
    padding: 1px 6px 1px ;
    text-align: center;
    background: #DCEDC8;
    margin-left: 15px;
}  
.ecolor{
    border: 1px solid #7C4DFF;
    color: #7C4DFF;
    transform:scale(0.7);
    border-radius: 5px;
    padding: 1px 6px 1px ;
    text-align: center;
    background: #EDE7F6;
    margin-left: 15px;
}  
#dialogs {
    background-color: rgba(0,0,0,.6);
    margin: -64px 0 0 -108px;
    position: fixed !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    display: none;
    z-index: 12000;
    color: #fff;
    text-align: center;
    padding: 10px;
}
 #saytext{
    height: 100px;
    width: 350px;
    border-radius: 4px;
    background: #f6f6f6;
    padding: 8px;
    font-size: 15px;
    resize: none;
    font-weight: normal;
    border: none;
}
#fullbg {
 width:100%;
 height:100%;
 display: none;     
background-color:gray; 
left:0; 
opacity:0.5; 
position:fixed; 
top:0;  
filter:alpha(opacity=50); 
-moz-opacity:0.5; 
-khtml-opacity:0.5; 
z-index: 1060;
bottom: 0;
} 
#dialog { 
background-color:#fff; 
box-shadow: 0 2px 8px rgb(26 26 26 / 10%);
height:661px; 
left:40%; 
margin:-200px 0 0 -200px; 
padding:1px; 
position:fixed !important; /* 浮动对话框 */ 
position:absolute; 
top:40%; 
transform: translateY(-10%);
width:752px; 
z-index:5; 
border-radius:5px; 
display:none; 
z-index: 1200;
} 
#dialog button { 
margin:0 0 12px; 
line-height:24px; 
float: right;
margin: 15px 5px;
  
} 
#dialog .close { 
text-align:right; 
padding-right:10px; 
padding: 16px;
border-bottom: 1px solid #ddd;
} 
#dialog .qu { 
color:#636363; 
text-decoration:none; 
background-color: #fff;
border: 1px solid #636363;
font-size: 14px;
padding: 3px 12px;
border-radius: 50px;
float: right;
margin-top: 15px;
margin-right: 10px;
} 
#dialog .qu:hover{
    color: #999;
}
#ti{
    color: #42c02e;
    background-color: #fff;
    font-size: 14px;
    padding: 0px 12px;
    border-radius: 50px;
    border: 1px solid #42c02e;
    margin-right: 15px;
}
#ti:hover{
    background: #ecf9ea;
}
.feedcon{
    padding: 10px 20px 10px;
    border-bottom: 1px solid #ddd;
}
.feedju{
    float: left;
    font-weight: 700; 
    padding:16px 24px;
    font-size: 16px;
}

.asktit{
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 700;
}
.asktextarea{
  position: relative;
    padding: 5px;
    max-width: 100%;
    min-height: 32px;
    /* height: auto; */
    height: 345px;
    line-height: 1.5;
    resize: vertical;
    vertical-align: top;
    overflow: auto;
    resize: none;
    flex: 1;
    margin-top: 16px;
    border: none;
    font-size: 16px;
}
.myask{
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  /* background: #f977e3; */
  background: #df77f9;
  border-radius: 5px;
}
.myask:hover{
    /* background: #f963e0; */
    background: #d85af7;
}
.myask button{
    background: none;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}
.myask button:hover{
    color: #fbfbfb;
}
.myask a{
  color: #fff;
  font-size: 16px;
}
.myask a:hover{
    color: #fbfbfb;
}
.advs{
  width: 280px;
  margin-top: 16px;
  /* height: 200px; */
}

.myaskm{
    position: fixed;
    bottom: 115px;
    right: 40px;
    /* border-radius: 10px 10px 10px 10px; */
    text-decoration: none;
    display: none;
}
.myaskm button{
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #633fff;
}
.myaskm button i{
    color: #fff;
}
#main{
    width: 100%;
    height: 100%;
    /* overflow: scroll; */
}
/* //使用::-webkit-scrollbar滚动条样式修改 */
/* #main::-webkit-scrollbar{
    display: none;
} */
@media (max-width:668px) {
    .conlist .tratpic{
        width: 100%;
    }
    .asktextarea{
        height: 330px;
    }
}
@media (max-width:992px) {
    .myaskm{
        display: inherit;

    }
    #dialog{
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        top: 105px;
    }
}