﻿/*客服*/
@keyframes shakeAnima{
    0% {
        transform: rotate(0);
    }
    8%{
        transform: rotate(30deg);
    }
    24%{
        transform: rotate(-30deg);
    }
    40%{
        transform: rotate(30deg);
    }
    56%{
        transform: rotate(-30deg);
    }
    64%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.wechat_cont{
    position: fixed;
    top: 300px;
    right: 80px;
    z-index: 99;
}
.wechat_css{
    display: block;
    width: 80px;
    height: 80px;
    animation: shakeAnima 2s linear infinite;
    /*z-index: 99;*/
}
.kefu_css{
    display: none;
    /*width: 326px;*/
    /*height: 436px;*/
    position: fixed;
    top: 200px;
    right: 160px;
    z-index: 99;
}
.wechat_cont:hover .kefu_css{
    display: block;
}
.wechat_cssM{
    display: none;
    width: 65px;
    height: 65px;
    animation: shakeAnima 2s linear infinite;
    position: fixed;
    bottom: 140px;
    right: 20px;
    z-index: 99;
}
.kefu_cssM{
    display: block;
    width: 312px;
    height: 427px;
    background: url("../images/wchat_kefu.png") no-repeat;
    background-size: 312px 427px;
    position: fixed;
    top: 0;
    left: 0;
}
.wechat_contM:hover .kefu_cssM{
    display: block;
}
.modal-dialog.show-hall{
    margin-top:0!important;
    padding: 30px;
}
.smLiu{
    display: none;
    width: 100%;
    height: 550px;
    background: #f8f8f8;
    overflow: hidden;
}
.bigLiu{
    display: block;
    width: 1060px;
    height: 600px;
    margin: 0 auto;
    background: url(../images/message_bg.png) no-repeat center;
    overflow-y: auto;
    color: #777;
}
@media (max-width: 767px) and (min-width: 320px) {
    .wechat_cont{
        display: none;
    }
    .wechat_cssM{
        display: block;
    }

}
@media (max-width: 1080px) and (min-width: 320px) {

    .smLiu{
        display: block;
    }
    .bigLiu{
        display: none;
    }
}
#pinlun::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}

#pinlun::-webkit-scrollbar-thumb {
    background: #858282;
    border-radius: 10px;
}
#pinlun::-webkit-scrollbar-track {
    background: #cfcfcf;
    border-radius: 10px;
}

.smLiuN{
    width: 100%;height: 500px;
    background: rgba(255,255,255,.03);
    margin-top: 30px;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    color: #777;
}
.smLiuX{
    width: 96%;
    overflow: auto;
    color: #666;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;background: #f1f1f1;
}
.smLiu-div{
    width:100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}
.smLiu-div-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px
}
.smLiu-div-user-avatar{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.smLiu-div-content-N{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
}
.smLiu-div-nick-name{
    margin-bottom: 0;
    color: #666;
}
.smLiu-div-create-time{
    margin-bottom: 0;
    color: #666;
}
.smLiu-div-content-c{
    margin-top: 10px;
}
.bigLiu-div{
    height: 510px;
    margin: 50px 15px 40px 40px;
    overflow: auto;
    color: #fff;
    padding-right: 25px;" id="pinlun
}
.bigLiu-div-content{
    width: 973px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2e3039;
}
.bigLiu-div-content-N{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px
}
.bigLiu-div-user-avatar{
    width: 64px;
    height: 64px;
    border-radius: 32px;
}
.bigLiu-div-content-X{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 20px;
}
.bigLiu-div-nick-name{
    margin-bottom: 0;
    color: #fff;
}
.bigLiu-div-create-time{
    margin-bottom: 0;
    color: #fff;
}


