/********************* 体验派 *********************/
#experience{
    width: 100%;
    /* display: none; */
    overflow: hidden;
    background: white;
}

#experience>div{
    width: 46%;
    margin: 3% 0 0 3%;
    float: left;
}

#editor{
    position: fixed;
    bottom: 170px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 40;
    background-color:rgba(143,143,143,0.8) ;
    border-radius: 50%;
    border: 1px solid #8f8f8f;
    padding: 5px;
    text-align:center;
    line-height:30px;
}
#editorIMG {
    width: 75%;
}
#editorDiv {
    display: none;
    position: absolute;
    top: -4.7rem;
    right: 0;
    background-color: #f4f6f8;
    border: 1px solid #ddd;
    width: 4rem;
    font-size: 0.7rem;
}
#editorDiv>span{
    display: inline-block;
    border-bottom: 1px solid #eee;
    height: 2rem;
    line-height: 2rem;
}
#editorDiv:before {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #ddd;
    position: absolute;
    bottom: -6px;
    right: 14px;
}
#editorDiv:after {
    content: '';
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    right: 15px;
}

.name{
    position: relative;
    text-align: center;
    height: 2.5rem;
    line-height: 2.5rem;
    /* box-shadow: 0px 2px 6px #f1f1f1; */
    border-bottom: 2px solid #f1f1f1;
}

.active>a{
    color: #ff003ced!important;
}

.active{
    border-bottom: 0.1rem solid #ff003c;
    color:#ff003c;
}

#slide{
    background: #ff003c;
    height: 2px;
    width: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 0.5rem;
}

.char{
    padding: 0.1rem 0.2rem;
    word-wrap: break-word;
    display: -webkit-box;
    text-align: left;
    font-size: 0.65rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#taste_left>div,
#taste_right>div{
    box-shadow: 1px 1px 5px #c1c1c1;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
    background: white;
}

#taste_left>div>div,
#taste_right>div>div{
    height: 2.6em;
}

.links_1{
    width: 100%;
    display: block;
}

#experience a{
    text-decoration:none;
}

.links_1>img{
    height: inherit;
    width: 100%;
}
.praise{
    overflow: hidden;
    padding: 0.3rem 0;
    font-size: 0.6rem;
}
.praise>span{
   position:relative;
   width:2rem;
}
.praise>.right>img{
    width: 0.8rem;
    margin-top:.2rem;
}
.praise>span>span{
    position:absolute;
    bottom:.2rem;
    left:1rem;
}
.praise>a{
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
.praise>a>span:first-child{
    height: 1rem;
    width: 1rem;
    position: relative;
    top: -0.15rem;
}
.praise>a>span:last-child{
    position: relative;
    top: -0.45rem;
    color: #333333;
}
.praise>a>span>img{
    width: 100%;
}
.column {
    column-count: 2;
    padding: 0.5rem 0.5rem;
    -moz-column-gap: 0.3rem;
    -webkit-column-gap: 0.3rem;
    column-gap: 0.1rem;
}
.column li{
    box-shadow: 0px 1px 2px #f2f2f2;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    overflow: hidden;
    margin: 0 0 0.5rem 0.2rem;
    background: white;
    float: left;
    break-inside: avoid;
    width: 8.5rem;
}

#header{
    position: fixed;
    top: 0;
    background: white;
    z-index: 102;
    width: 100%;
}