/* *********交流*********** */
.container{
    position: relative;
    width: 74.75%;
    padding-top: 60px;
    margin: 0 auto;
}
.jiaoliu{
    display: flex;
    width: 1040px;
    margin: 0 auto;
    margin-top: 57px;
    margin-bottom: 121px;
}


/* 交流对话框 */
.jl-duihua{
    display: block;
    position: relative;
    width: 720px;
    height: 760px;
    background-color: #fffffc;
    z-index: 1;
}
.chat-head{
    position: relative;
    background-color: #a6a9b3;
    padding-left: 20px; 
}
.user-tx{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 7px 0;
}
.user-nicheng{
    color: #ffffff;
    font-size: 15px;
}
.total-see-more,.dr-more{
    position: relative;
    display: inline-block;
    color: #ff7a66;
    font-size: 9px;
    border: 1px solid #ff7966;
    border-radius: 80px;
    padding: 0 8px;
    margin: 16px 0;
    margin-left: 50%;
    left: -36px;
    cursor: pointer;
}
.jl-chat-body{
    height: 570px;
    /* border-left: 1px solid #eaeaea; */
    overflow-y: auto;
}
.jl-chat-body>ul{
    padding:0 25px;
    padding-top: 15px;
}
.jl-chat-body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;
    background-color: #e3e3e6;
}
.jl-chat-body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    width: 6px;
    background-color: #a6a9b3;
    border-radius: 100px;
}
.jl-chat-body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background-color: #e3e3e6;
}
/* .jl-chat-body::-webkit-scrollbar-button:start{
    background: url(../img/yanxishe/jiaoliu/jiaoliu_icon_shang.png) no-repeat;
}
.jl-chat-body::-webkit-scrollbar-button:end{
    background: url(../img/yanxishe/jiaoliu/jiaoliu_icon_xia.png) no-repeat;
} */

.dhmsg{
    margin-bottom: 31px;
}
.dhmsg>.userinfo{
    display: flex;
    align-items: center;
}
.dhmsg>.userinfo>.touxiang{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}
.dhmsg>.userinfo>.name{
    color: #333333;
    font-size: 14px;
    margin-right: 4px;
}
.dhmsg>.userinfo>.dengji{
    /* width: 32px;
    height: 15px; */
    margin-right: 8px;
}
.dhmsg>.userinfo>.date{
    color: #999999;
    font-size: 12px;
    margin-right: 6px;
}
.dhmsg>.dhmsg-content{
    display: inline-block;
    position: relative;
    max-width: 34%;
    border-radius: 2px;
    padding: 13px 11px;
    top: -2px;
}
.dhmsg-other>.dhmsg-content{
    background-color: #f0ede9;
    margin-left: 51px;
}
.dhmsg>.dhmsg-content::before{
    content: '';
    position: absolute;
    border-top: 11px solid #f0ede9;
    width: 11px;
    height: 0px;
    top: 0;
    left: -9px;
    border-left: 10px solid transparent;
}
.dhmsg>.dhmsg-content>p{
    color: #5c5c5c;
    font-size: 14px;
    word-break: break-all;
}
.dhmsg>.dhmsg-content>img{
    width: 100%;
    cursor: pointer;
}
.dh-get-red{
    display: inline-block;
    position: relative;
    width: 38%;
    border-radius: 2px;
    top: -2px;
    cursor: pointer;
}
.dhmsg-other>.dh-get-red{
    margin-left: 51px;
}
.dhmsg-other>.dh-get-red::before{
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #e64d45;
    border-right-color: #e64d45;
    top: 0;
    left: -8px;
    clear: both;
}
.dh-redPacket{
    background-color: #e64d45;
    padding: 13px 16px;
}
.dh-redPacket-icon{
    display: inline-block;
    width: 36px;
    height: 43px;
    content: url(../img/yanxishe/jiaoliu/pic_jin_hong.png);
    vertical-align: top;
    margin-right: 9px;
}
.dh-redPacket-info{
    display: inline-block;
    width: 79%;
}
.dhmsg-other .dh-redPacket-name,.dhmsg-other .dh-redPacket-check{
    color: #ffffff;
    font-size: 16px;
}
.dh-redPacket-name{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dh-redPacket-check{
    font-weight: 300;
}
.yxs{
    padding: 5px 16px;
}
.yxs-icon{
    display: block;
    width: 80px;
    height: 15px;
    content: url(../img/yanxishe/jiaoliu/pic_logo.png);
}
.txy-ping{
    display: inline-block;
    position: relative;
    width: 38%;
    border-radius: 2px;
    top: 6px;
    cursor: pointer;
}
.txy-ping-info{
    background-color: #e1e8f2;
    padding: 12px 14px 12px 11px;
}
.txy-ping-post{
    width: 44px;
    height: 44px;
    border-radius: 4px;
    margin-right: 17px;
}
.txy-ping-name{
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
}
.txy-tab{
    color: #4d4d4d;
    font-size: 14px;
    line-height: 24px;
}
.txy-tab>i{
    display: inline-block;
    width: 16px;
    height: 19px;
    content: url(../img/yanxishe/jiaoliu/icon_xiao_txy.png);
    margin-left: 15px;
    margin-right: 10px;
}

/* 用户对话 */
.dhmsg-user{
    text-align: right;
}
.dhmsg-user>.userinfo{
    flex-direction: row-reverse;
}
.dhmsg-user>.userinfo>.touxiang{
    margin-right: 0;
}
.dhmsg-user>.dhmsg-content{
   background-color: #f0f4f7;
   /* margin-left: 54%; */
   margin-right: 51px;
}
.dhmsg-user>.dhmsg-content>p{
    text-align: left;
}
.dhmsg-user>.dhmsg-content::before{
    content: '';
    border:0 none;
}
.dhmsg-user>.dhmsg-content::after{
    content: '';
    position: absolute;
    border-top: 11px solid #f0f4f7;
    width: 11px;
    height: 0px;
    top: 0;
    right: -9px;
    border-right: 10px solid transparent;
    clear: both;
}
.dhmsg-other>.secret>p{
    color: #e53939;
    cursor: pointer;
}
.dhmsg-user>.dh-get-red{
    margin-right: 51px;
}
.dhmsg-user>.dh-get-red::after{
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #e64d45;
    border-left-color: #e64d45;
    top: 0;
    right: -8px;
    clear: both;
}

.dhmsg-user .dh-redPacket-name,.dhmsg-user .dh-redPacket-check{
    color: #ffffff;
    font-size: 16px;
    text-align: left;
}

.dh-receive-red>.dh-redPacket,.dh-overtime-red>.dh-redPacket{
    background-color: #d56b66;
}
.dh-receive-red>.dh-redPacket>.dh-redPacket-icon,.dh-overtime-red>.dh-redPacket>.dh-redPacket-icon{
    content: url(../img/yanxishe/jiaoliu/pic_baijin_hong.png);
}
.dhmsg-user>.dh-receive-red::after,
.dhmsg-user>.dh-overtime-red::after{
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #d56b66;
    border-left-color: #d56b66;
    top: 0;
    right: -8px;
    clear: both;
}
.dhmsg-other>.dh-receive-red::before,
.dhmsg-other>.dh-overtime-red::before{
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #d56b66;
    border-right-color: #d56b66;
    top: 0;
    left: -8px;
    clear: both;
}

/* 非达人达人 */
.jl-fei-daren{
    display: block;
    position: relative;
    width: 320px;
    height: 760px;
    background-color: #c2c4cc;
}
.fd-title{
    position: relative;
}
.fd-title>p{
    color: #fffffc;
    font-size: 16px;
    margin-left: 20px;
}
.fei-body{
    height: 736px;
    overflow-y: auto;
}
.fei-body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;
    background-color: #e3e3e6;
}
.fei-body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    width: 6px;
    background-color: #a6a9b3;
    border-radius: 100px;
}
.fei-body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background-color: #e3e3e6;
}

.fei-body>ul{
    padding-top: 10px;
    padding-left: 22px;
}
.on-top{
    display: none;
    color: #afafb3;
    font-size: 12px;
    text-align: center;
    padding:10px 0;
}
.out-pic{
    position: absolute;
    display: block;
    width: 23px;
    height: 37px;
    content: url(../img/yanxishe/jiaoliu/jiaoliu_icon_bht_shou.png);
    top: 50%;
    transform: translateY(-50%);
    margin-left: -2px;
    cursor: pointer;
    z-index: 2;
}
.fei-body .dhmsg>.dhmsg-content{
    background-color: #f7f7f7;
    max-width: 60%;
}
.fei-body .dhmsg>.dhmsg-content::before{
    border-top: 11px solid #f7f7f7;
}
.on-bottom{
    color: #afafb3;
    font-size: 12px;
    text-align: center;
    padding-bottom: 40px;
}
.fei-tips{
    position: absolute;
    width: 100%;
    background:
    -webkit-linear-gradient(top,transparent,#c2c4cc 50%);
    background:
    -o-linear-gradient(top,transparent,#c2c4cc 50%);
    background:
    -moz-linear-gradient(top,transparent,#c2c4cc 50%);
    background:
    linear-gradient(top,transparent,#c2c4cc 50%);
    bottom: 0;
}
.talk-tips{
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
}
.hidden-tips{
    position: absolute;
    width: 100%;
    background-color: #ff7b67;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    bottom: 0;
}

/* 底部输入框 */
.chat-bottom{
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 100%;
    background-color: #fffffc;
    box-shadow: 0 0 10px #e5e5e5;
    bottom: 0;
    left: 0;
    right: 0;
}
.dh-fun{
    margin-top: 5px;
    margin-left: 19px;
    margin-bottom: 3px;
}
.dh-exp{
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url(../img/yanxishe/jiaoliu/icon_biaoqing.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-right: 10px;
    top: 6px;
}
.dh-exps{
    display: none;
    position: absolute;
    width: 510px;
    background-color: #EDEDED;
    padding-top:20px;
    left: 0;bottom: 65px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.dh-exps>ul>li{
    float: left;
    padding-left: 14px;
    padding-bottom: 20px;
}
.dh-upload{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url(../img/yanxishe/jiaoliu/icon_tupian.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-right: 10px;
    top: 4px;
    z-index: 1;
}
#dhUploadImg{
    width: 25px;
    height: 20px;
    border: 0 none;
    opacity: 0; 
    cursor: pointer;
}
.dh-red{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 23px;
    background-image: url(../img/yanxishe/jiaoliu/icon_hongbao.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-right: 10px;
    top: 6px;
    z-index: 1;
}
.dh-redRecord{
    position: relative;
    display: inline-block;
    width: 19px;
    height: 23px;
    background-image: url(../img/yanxishe/jiaoliu/icon_lishi.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-right: 10px;
    top: 6px;
    z-index: 1;
}
.jl-send-msg{
    position: relative;
    width: 96%;
    height: 41px;
    font-size: 13px;
    border: 0 none;
    color: #c8c8cc;
    margin-left: 20px;
    padding: 6px 0px;
    z-index: 1;
    overflow: auto;
}
.jl-send-msg::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;
    background-color: #e3e3e6;
}
.jl-send-msg::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    width: 6px;
    background-color: #a6a9b3;
    border-radius: 100px;
}
.jl-send-msg::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background-color: #e3e3e6;
}
.jl-btn-group{
    align-self: flex-end;
    margin-top: 9px;
    margin-right: 20px;
    margin-bottom: 12px;
}
.jl-send-btn,.jl-cancel-btn{
    display: inline-block;
    width: 53px;
    height: 28px;
    border-radius: 3px;
    cursor: pointer;
}
.jl-send-btn>p,.jl-cancel-btn>p{
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
}
.jl-send-btn{
    background-color: #c8c8cc;
}
.jl-cancel-btn{
    margin-right: 13px;
    background-color: #c8c8cc;

}
/* 对话框头部被选中 */
.select-item>.select{
    color: #e63939;
}
.select-item>.select>.line{
    width: 100%;
    height: 2px;
    background-color:#e53939;
    border-radius: 100px;

}

.dh-exp:hover{
    background-image: url(../img/yanxishe/jiaoliu/shouye_icon_biaoqing_hong.png)
}
/* .upload:hover{
    background-image: url(../img/yanxishe/jiaoliu/shouye_icon_zhaopian_hong.png)
} */
.jl-new-message{
    position: absolute;
    background-color: #fafafa;
    box-shadow: 0 0 15px rgba(154, 154, 154, 0.65);
    padding: 5px 10px;
    bottom: 141px;
    right: 11px;
}
.jl-new-message>a{
    color: #ff7a66;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.new-message-shake{
    animation:shake .6s ease;
    -moz-animation:shake .6s ease; /* Firefox */
    -webkit-animation:shake .6s ease; /* Safari and Chrome */
    -o-animation:shake .6s ease; /* Opera */
}
@keyframes shake
{
    0%   {right:7px;}
    20%  {right:11px;}
    40%  {right:7px;}
    60% {right:11px;}
    80%  {right:7px;}
    100% {right:11px;}
}
/******* ai操作 ********/
.dh-order{
    position: absolute;
    height: 270px;
    top: 60px;
    right: 3px;
    overflow: auto;
}
.dh-order::-webkit-scrollbar{
    width: 6px;
    background-color: #e3e3e6;

}
.dh-order::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    width: 6px;
    background-color: #a6a9b3;
    border-radius: 100px;
}
.dh-order::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background-color: #e3e3e6;
}
.small-red{
    display: block;
    width: 33px;
    height: 44px;
    margin-right: 5px;
    margin-top: 9px;
    cursor: pointer;
}

.showImg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 10;
}
.fun-group{
    text-align: right;
    margin-top: 120px;
    margin-right: 120px;
}
.fangda{
    margin-right: 30px;
}
.show-pic{
    position: relative;
    width: 26%;
    top: 50%;
}

/************* 发红包 ***********/
.give-redPacket{
    display: none;
    position: absolute;
    width: 384px;
    height: 470px;
    background: url(../img/yanxishe/jiaoliu/red_pic_bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.give-redPacket-title{
    background-color: #d44e47;
    padding-left: 13px;
    padding-right: 20px;
    margin-bottom: 18px;
}
.redPacket-title-name{
    display: inline-block;
    color: #ebc081;
    font-size: 19px;
    line-height: 44px;
}
.redPacket-title-name>i{
    display: inline-block;
    width: 3px;
    height: 17px;
    background-color: #ebc081;
    border-radius: 1px;
    margin-right: 9px;
}
.packet-close-btn{
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 15px;
    cursor: pointer;
}
.redPacket-type{
    text-align: center;
    margin-bottom: 43px;
}
.redPacket-type>p{
    display: inline-block;
    width: 102px;
    background: -moz-linear-gradient(#cf4541, #d44e47);
    background: -webkit-linear-gradient(#cf4541, #d44e47);
    background: -o-linear-gradient(#cf4541, #d44e47);
    background: linear-gradient(#cf4541, #d44e47);
    border: 1px solid #ccc;
    border-image: -webkit-linear-gradient( #d44e47, #d13f3f) 1 1;
    border-image: -moz-linear-gradient( #d44e47, #d13f3f) 1 1;
    border-image: linear-gradient( #d44e47, #d13f3f) 1 1;
    border-radius: 2px;
    color: #cccccc;
    font-size: 16px;
    font-weight: 300;
    margin-left: -5px;
    cursor: pointer;
}
.redPacket-type>.selecting{
    background: #800000;
    color: #ffffff;
}
.redPacket-option{
    /* text-align: center; */
    margin-left: 63px;
}
.redPacket-init{
    margin-bottom: 23px;
    cursor: default;
}
.redPacket-title{
    color: #e6e6e6;
    font-size: 16px;
    font-weight: 300;
    margin-right: 8px;
}
.pingPacket{
    margin-right: 24px;
}
#initInput{
    width: 104px;
    border-bottom: 1px solid #cccccc;
    color: #ffd18c;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-right: 8px;
}
#redPacketNumber{
    width: 104px;
    border-bottom: 1px solid #cccccc;
    color: #ffd18c;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
#redPacketMessage{
    width: 197px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
#initInput:-moz-placeholder{
    color: #b30600;
}

#initInput::-moz-placeholder{
    color: #b30600;
}
#initInput:-ms-input-placeholder{
    color: #b30600;
}
#initInput::-webkit-input-placeholder{
    color: #b30600;
}

#redPacketMessage:-moz-placeholder{
    color: #b30600;
    font-weight: 300;
}
#redPacketMessage::-moz-placeholder{
    color: #b30600;
    font-weight: 300;
}
#redPacketMessage:-ms-input-placeholder{
    color: #b30600;
    font-weight: 300;
}
#redPacketMessage::-webkit-input-placeholder{
    color: #b30600;
    font-weight: 300;
}

#redPacketNumber:-moz-placeholder{
    color: #b30600;
    font-size: 16px;
    font-weight: 300;
}
#redPacketNumber::-moz-placeholder{
    color: #b30600;
    font-size: 16px;
    font-weight: 300;
}
#redPacketNumber:-ms-input-placeholder{
    color: #b30600;
    font-size: 16px;
    font-weight: 300;
}
#redPacketNumber::-webkit-input-placeholder{
    color: #b30600;
    font-size: 16px;
    font-weight: 300;
}
.redPacket-init-tips{
    color: #660011;
    font-size: 12px;
    font-weight: 300;
    margin-top: 4px;
}
.redPacket-initInput-unit{
    color: #e6e6e6;
    font-size: 16px;
    font-weight: 300;
}
.redPacket-number{
    margin-bottom: 19px;
    cursor: default;
}
.redPacket-number-unit{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}
.redPacket-message{
    display: inline-block;
    border-bottom: 1px solid #cccccc;  
    margin-bottom: 21px;
    cursor: default;
}
.redPacket-total{
    margin-bottom: 9px;
    cursor: default;
}
.redPacket-total-title{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
.redPacket-total-text{
    display: inline-block;
    width: 163px;
    color: #e6bc7e;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}
.redPacket-initInput-unit{
    color: #e6e6e6;
    font-size: 14px;
    font-weight: 300;
}
.packet-sum{
    margin-bottom: 36px;
    cursor: default;
}
.sum-number{
    color: #d3ad75;
    font-size: 15px;
    text-align: center;
}
.give-redPacket-btn{
    display: inline-block;
    position: relative;
    width: 240px;
    background-color: #f0ba69;
    border-radius: 4px;
    left: 50%; 
    transform: translateX(-50%);
    margin-bottom: 6px;
    cursor: pointer;
}
.give-redPacket-btn>p{
    color: #e54545;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}
.give-tips>p{
    color: #660011;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    cursor: default;
}
/************ 输入密码 ***********/
.password-box{
    display: none;
    position: absolute;
    width: 300px;
    height: 172px;
    background-color: #fffffc;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.pwd-head{
    border-bottom: 1px solid rgb(187, 188, 194,0.27);
    margin-bottom: 16px;
    text-align: left;
}
.pwd-title-text{
    display: inline-block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 36px;
    margin-left: 12px;
}
.pwd-close{
    float: right;
    width: 14px;
    height: 15px;
    margin-top: 12px;
    margin-right: 14px;
    cursor: pointer;
}
.input-pwd{
    display: inline-block;
    position: relative;
    width: 215px;
    border: 1px solid rgb(170, 171, 179,0.8);
    margin-bottom: 9px;
}
.input-pwd>ul{
    height: 35px;
}
.input-pwd>ul>li{
    float: left;
    width: 35px;
    height: 35px;
    color: #000000;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    cursor: text;
}
.wrong>ul>li{
    color: #eb3b37;
}
.input-pwd>ul>li:not(:last-of-type){
    border-right: 1px solid rgb(170, 171, 179,0.8);
}
#biPwd{
    position: relative;
    width: 35px;
    height: 35px;
    border: 0 none;
    text-align: center;
    caret-color: rgb(170, 171, 179,0.8);
    bottom: 3px;
}
.pwd-wrong{
    height: 12px;
    color: #e62e2e;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 19px;
}
.pwd-confirm{
    width: 80px;
    background-color: #e62e2e;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
}
.pwd-confirm>p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}
/*************** 打开红包 **************/
.jl-open-redPacket{
    display: none;
    position: absolute;
    width: 300px;
    height: 400px;
    background: url(../img/yanxishe/jiaoliu/pic_hongbao_bg.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    text-align: center;
}
.jl-open-redPacket-close{
    float: right;
    width: 14px;
    height: 15px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.jl-give-redPacket-info{
    margin-top: 65px;
    margin-bottom: 31px;
}
.jl-give-redPacket-tx{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.jl-give-redPacket-name{
    color: #ffffff;
    font-size: 16px;
    cursor: default;
}
.jl-give-redPacket-message{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    cursor: default;
}
.jl-open-redPacket-icon{
    width: 88px;
    height: 91px;
    margin-bottom: 71px;
    cursor: pointer;
}
.jl-open-redPacket-tips{
    color: #f0ba69;
    font-size: 14px;
    font-weight: 300;
    cursor: default;
}
.jl-redPacket-overtime{
    display: inline-block;
    width: 200px;
    height: 66px;
    background-color: #ab0800;
    border-radius: 4px;
    padding: 0 15px;
    margin-top: 68px;
    margin-bottom: 14px;
    cursor: default;
}
.jl-redPacket-overtime>p{
    position: relative;
    color: #ffc670;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.jl-redPacket-done{
    display: inline-block;
    width: 200px;
    height: 63px;
    background-color: #ab0800;
    border-radius: 4px;
    padding: 0 15px;
    padding-top: 17px;
    margin-top: 68px;
    margin-bottom: 14px;

}
.jl-redPacket-done-text{
    color: #ffbe5c;
    font-size: 14px;
    font-weight: 300;
    cursor: default;
}
.jl-redPacket-done-check{
    color: #e6a545;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
/****************** 单个红包记录 *************/
.jl-redPacket-record{
    display: none;
    position: absolute;
    width: 300px;
    height: 528px;
    background: url(../img/yanxishe/jiaoliu/pic_hb_bg.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 10;
}
.jl-redPacket-record-close{
    float: right;
    width: 14px;
    height: 15px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.jl-redPacket-curr{
    color: #af0300;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 12px;
}
.jl-redPacket-giveAuthor-tx{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #000000;
    margin-bottom: 3px;
    
}
.jl-redPacket-giveAuthor-name{
    color: #ffffff;
    font-size: 16px;
}
.jl-redPacket-giveAuthor-message{
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}
.jl-redPacket-giveAuthor-giveMoney{
    display: inline-block;
    background-color: #cc0a00;
    border-radius: 4px;
    padding: 0 11px;
    color: #ffd18c;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
}
.jl-redPacket-giveAuthor-giveMoney>span{
    font-size: 18px;
    font-weight: 600;
    margin-right: 3px;
}
.jl-redPacket-giveAuthor-receiveTips{
    color: #f0f0f0;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 2px;
}
.jl-redPacket-recordList{
    display: inline-block;
    width: 255px;
    height: 265px;
    background-color: rgb(255, 209, 140,.3);
    border-radius: 6px;
    border: 1px solid #e5bc7e;
    padding-left: 11px;
    padding-right: 15px;
    overflow-y: auto;
}
.jl-redPacket-recordList::-webkit-scrollbar-thumb{
    background-color: #c94a3a;
    border-radius: 3px;
}
.jl-redPacket-recordDetail{
    position: relative;
    background-color: rgb(255, 255, 255,.8);
    border-radius: 4px;
    padding: 4px 10px 2px 8px;
    margin-top: 7px;
}
.jl-redPacket-receiveUser-tx{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
}
.getReceive{
    transform: translateY(-50%);
}
.jl-redPacket-receiveUser-info{
    display: inline-block;
    position: relative;
    width: 81%;
    text-align: left;
    margin-left: 9px;
}
.jl-redPacket-receiveUser-name{
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
    margin-bottom: -2px;
}
.jl-redPacket-receiveMoney{
    float: right;
    color: #4d4d4d;
    font-size: 10px;
    font-weight: 300;
    margin-top: 1px;
}
.jl-redPacket-receiveMoney>span{
    font-size: 12px;
}
.jl-redPacket-reply-text{
    color: #306fed;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
}
.jl-redPacket-reply-message{
    width: 100%;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jl-redPacket-reply-time{
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 300;
}
.jl-redPacket-reply-input{
    display: none;
    position: absolute;
    width: 200px;
    height: 17px;
    padding: 8px 12px;
    background-color: #fffffc;
    border-radius: 6px;
    margin-top: 15px;
    left: -21px;
    z-index: 2;
}
.jl-redPacket-reply-input::before{
    position: absolute;
    content: '';
    border: 7px solid transparent;
    border-bottom: 11px solid #fffffc;
    top: -18px;
    left: 26px;
}
.replyInput{
    width: 100%;
    height: 100%;
    color: #4d4d4d;
    font-size: 12px;
    border: 0 none;
}
.replyInput:-moz-placeholder{
    color: #b3b3b3; 
}
.replyInput::-moz-placeholder{
    color: #b3b3b3; 
}
.replyInput:-ms-input-placeholder{
    color: #b3b3b3; 
}
.replyInput::-webkit-input-placeholder{
    color: #b3b3b3; 
}
.jl-redPacket-record-tips{
    position: absolute;
    width: 100%;
    color: #f0ba69;
    font-size: 12px;
    font-weight: 300;
    bottom: 11px;
}
/***************** 红包所有记录 **************/
.jl-redPacket-recordAll{
    display: none;
    position: absolute;
    width: 384px;
    height: 528px;
    background: url(../img/yanxishe/jiaoliu/red_pic_bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.jl-redPacket-recordAll-title{
    background-color: #d44e47;
    border-radius: 6px 6px 0 0;
    padding-left: 13px;
    padding-right: 20px;
    margin-bottom: 18px;
}
.jl-redPacket-recordAll-title-name{
    display: inline-block;
    color: #ebc081;
    font-size: 19px;
    line-height: 44px;
}
.jl-redPacket-recordAll-title-name>i{
    display: inline-block;
    width: 3px;
    height: 17px;
    background-color: #ebc081;
    border-radius: 1px;
    margin-right: 9px;
}
.jl-redPacket-recordAll-close{
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 15px;
    cursor: pointer;
}
.jl-redPacket-recordAll-type{
    text-align: center;
    /* margin-bottom: 43px; */
}
.jl-redPacket-recordAll-type>p{
    display: inline-block;
    width: 102px;
    background: -moz-linear-gradient(#cf4541, #d44e47);
    background: -webkit-linear-gradient(#cf4541, #d44e47);
    background: -o-linear-gradient(#cf4541, #d44e47);
    background: linear-gradient(#cf4541, #d44e47);
    border: 1px solid #ccc;
    border-image: -webkit-linear-gradient( #d44e47, #d13f3f) 1 1;
    border-image: -moz-linear-gradient( #d44e47, #d13f3f) 1 1;
    border-image: linear-gradient( #d44e47, #d13f3f) 1 1;
    border-radius: 2px;
    color: rgb(255, 255, 255,.43);
    font-size: 16px;
    font-weight: 300;
    margin-left: -5px;
    cursor: pointer;
}
.jl-redPacket-recordAll-type>.recordAll-selecting{
    background: #800000;
    color: #ffffff;
    opacity: 1;
}
.jl-redPacket-recordAll-info{
    text-align: center;
    margin: 7px 0;
}
.jl-redPacket-recordAll-tx{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.jl-redPacket-recordAll-name{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: -7px;
}
.jl-redPacket-recordAll-number>span{
    position: relative;
    color: #e6bc7e;
    font-size: 20px;
    font-weight: 300;
    margin-right: 3px;
    top: 2px;
}
.jl-redPacket-recordAll-number{
    color: #e6e6e6;
    font-size: 14px;
    font-weight: 300;
}
.jl-redPacket-recordAll-recordList{
    display: inline-block;
    width: 347px;
    height: 302px;
    border-radius: 10px;
    margin-left: 29px;
    overflow-y: auto;
}
.jl-redPacket-recordAll-recordList::-webkit-scrollbar{
    width: 8px;
}
.jl-redPacket-recordAll-recordList::-webkit-scrollbar-thumb{
    background-color: #830202;
    border-radius: 4px;
}
.jl-redPacket-recordAll-recordList>ul{
    width: 303px;
    min-height: 284px;
    background-color: rgba(255, 209, 140, 0.3);
    border-radius: 10px;
    padding-left: 11px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 7px;
}
.jl-redPacket-recordAll-recordDetail{
    position: relative;
    background-color: rgb(255, 255, 255,.8);
    border-radius: 4px;
    padding: 2px 10px 4px 8px;
    margin-bottom: 8px;
}
.jl-redPacket-recordAll-receiveUser-tx{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    margin-top: -15px;
}
.jl-redPacket-recordAll-receiveUser-info{
    display: inline-block;
    width: 81%;
    text-align: left;
    margin-left: 9px;
}
.jl-redPacket-recordAll-receiveUser-name{
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
    margin-bottom: -2px;
    margin-right: 11px;
}
.jl-redPacket-recordAll-pingIcon{
    width: 18px;
    height: 18px;
}
.jl-redPacket-recordAll-receiveMoney{
    float: right;
    color: #4d4d4d;
    font-size: 10px;
    font-weight: 300;
    margin-top: 2px;
}
.jl-redPacket-recordAll-receiveMoney>span{
    font-size: 12px;
}
.jl-redPacket-recordAll-reply-time{
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 300;
}
.noRecord{
    position: relative;
    top: 32px;
    left: 50%;
    margin-left: -100px;
}
.jl-redPacket-recordAll-total{
    color: #830202;
    font-size: 12px;
    text-align: center;
}