.likePop{position: fixed; width: 100%; height: 100%; top: 0; z-index: 1000; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.pop-mask{position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4);}
.likeCont{width: 80%; background-color: #FFFFFF; border-radius: 0.1rem; position: relative; overflow: hidden;}
.likeCont-text{text-align: center; padding: 0.5rem 0; font-size: 0.36rem; color: #444;}
.like-foot{border-top: 1px solid #e6e6e6; display: flex; align-items: center; text-align: center; justify-content: space-between;}
.like-foot .like-foot-btn{background-color:#FFFFFF; border: 0; flex: 1; height: 0.9rem; line-height: 0.9rem;  text-align: center; font-size: 0.3rem; color: #666666;}
.like-foot .like-btn-ljsz{border-left: 1px solid #E6E6E6; color: #09B56B;}
.like-foot .buy-foot-btn{color: #FF4200;}
.chengg-icon{width: 0.5rem;  margin-right: 0.1rem;}

/* 笔记留言 */
.tongxuefasheng{position: fixed; width: 100%; height: 100%; top: 0; z-index: 1000;}
.tongxuefasheng-cont{width: 100%; background-color: #FFFFFF; position: absolute; bottom: 0;  box-sizing: border-box;}
.touxuefasheng-top{height: 0.7rem; line-height: 0.7rem; text-align: center; font-size: 0.3rem; color: #666;  border-bottom: 1px solid #E6E6E6;}
.quxiao-icon{position: absolute; top: 0.22rem; right: 0.3rem; width: 0.3rem;}
.touxuefasheng-cell{margin-left: 0.3rem; padding-right: 0.3rem; padding-top: 0.2rem; padding-bottom: 0.2rem; border-bottom: 1px solid #E6E6E6;}
.touxuefasheng-cell .touxue-toux{width: 0.8rem; border-radius: 100px;}
.touxuefasheng-xq{flex: 1; margin-left: 0.2rem;}
.touxuefasheng-xq .tongxue-name{color: #666666; font-size: 0.3rem; margin-bottom: 0.1rem;}
.touxuefasheng-xq .txfs-cell-foot{color: #989898; font-size: 0.24rem; }
.touxuefasheng-xq .huifu{color: #666666; margin-left: 0.15rem;}
.fasheng-icon{display: block; background: url(../img/index/icon_ship_yuyin.png) no-repeat; width: 0.54rem; height: 0.54rem; background-size: 100% 100%;}
.fasheng-icon-actie{background:url(../img/index/icon_ship_yuyin_pre.png) no-repeat; background-size: 100% 100%;}
.touxuefasheng-cells{height: 45vh; overflow-y: scroll; padding-bottom: 1rem;}
.plsj{color: #989898; font-size: 0.24rem; margin-left: 0.15rem;}
.liuyan-foot{padding: 0.15rem 0.3rem; border-top: 1px solid #E6E6E6; position: absolute; width: 100%; box-sizing: border-box; bottom: 0; background-color: #FFFFFF;}
.liuyan-foot .yuyinzh-icon{width: 0.44rem;}
.liuyan-foot .liuyan-input{line-height: 0.6rem; border-radius: 0.6rem; margin: 0 0.2rem; background-color: #f0f0f0; border: 0;}
.liuyan-foot .send{color: #666666; font-size: 0.28rem;}
.fanyi-cell{padding: 0.2rem 0.3rem;}
.fanyi-cell .fanyi-cell-title{color: #989898; font-size: 0.24rem;}
.fanyi-cell .fanyi-cell-text{font-size: 0.32rem; color: #333333; margin-top: 0.15rem;}
.fanyi-cell .fanyi-cell-text2{color: #666666; font-size: 0.28rem;}
.zimushezhi-cells .zimushezhi-cell{height: 0.9rem; line-height: 0.9rem; text-align: center; font-size: 0.3rem; color: #333333;}
.zimushezhi-cells .zimushezhi-cell::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    border-bottom: 1px solid #eee;
}
.zimushezhi-cells .zimushezhi-cell:first-child::before{
    border-bottom: none;
}
.zimushezhi-cells .zimushezhi-cell.on{color: #fff; font-weight: 700; background-color: #25c672;}
.zimushezhi-cells .zimushezhi-cell.on::before{
    border-bottom-color: #25c672;;
}
.fenxiang-cells{margin: 0.3rem; flex-wrap: wrap;}
.fenxiang-cell-list{display:flex; flex-direction: column; align-items: center; justify-content: center; width: 17%; margin: 0 0.1rem 0.2rem;}
.fenxiang-cell-list .fenxiang-icon{width: 0.66rem;}
.fenxiang-cell-list .fenxiang-title{color: #666666; font-size: 0.24rem; margin-top: 0.1rem;}
/*.shipingengduo{padding:0 0.3rem 0.3rem 0.3rem;}*/
.shipingengduo .gengduo-cell{width: 33%; text-align: center;}
.shipingengduo .gengduo-cell .qiehuan-icon{width: 0.6rem; height: 0.6rem;}
.shipingengduo .gengduo-cell .zimuxianshi{color: #838383; font-size: 0.26rem; margin-top: 0.1rem;}
.shipingengduo .gengduo-cell .shoucang-icon{width: 0.6rem; height: 0.6rem; background:url(../img/more/icon_ship_shouc.png) no-repeat; display: block; background-size: 100% 100%; margin: 0 auto;}
.shipingengduo .gengduo-cell .shoucang-icon-active{background: url(../img/more/icon_ship_shouc_pre.png) no-repeat; background-size: 100% 100%;}
.tijiaochengong{width: 65%;}

/* toast弹窗 */

.toast {
    position: fixed;
    z-index: 2000;
    left: 50%;
    bottom: 10%;
    transition:all .5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    text-align: center;
    border-radius: 5px;
    color:#FFF;
    background: rgba(17, 17, 17, 0.7);
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    max-width: 150px;
}
.shipin-pop{
    padding: 0.1rem 0.3rem 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.01rem;
}