body{
    position: relative;
    background-color: #F5F5F5;
    min-width: 1280px;
}

img[src=""]{
    background-color: #ccccca;
}
/* 头部标题栏 */
.head{
    position: fixed;
    display: block;
    width: 81.1%;
    min-width: 1090px;
    height: 60px;
    background-color: #3B3C41;
    border-bottom: 1px solid #ff3333;
    padding: 0px 9.5%;
    z-index: 3;
}
.h-l{
    display: inline-block;;
}
.yanxishe{
    display: inline-block;
    padding-right: 10px;
    border-right: 2px solid #292929;
    margin: 12px 0;
    vertical-align: top;
}
.logo{
    margin-right: 20px;
}
.name-pic{
    width: 104px;
    height: 20px;
}
.tab{
    display: inline-block;
}
.tab>li{
    float: left;
    margin-top: 5px;
    margin-left: 17px;
    margin-right: 11px;
}
.tab>li>a{
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
    line-height: 55px;
    padding: 10px 0;
}
.tab>.current>a{
    color: #ff4040;
    font-weight: 600;
}
.current>.line{
    position: relative;
    width: 100%;
    height: 2px;
    background-color:#ff3f3f; 
    /* margin-left: 17px; */
}
.right-part{
    float: right;
    margin-top: 11px;
}
.inside-left{
    display: inline-block;
    border-right: 2px solid #292929;
}
.message-tips{
    display: inline-block;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}
.msg-icon{
    width: 21px;
    height: 24px;
}
.update-pot{
    position: absolute;
    display: none;
    width: 6px;
    height: 6px;
    background-color: #ff3333;
    border-radius: 50%;
    top: 0;
    right: -5px;
}
.message-item{
    display: none;
    position: absolute;
    background-color: #fffffc;
    box-shadow: 0 2px 4px #E6E6E6; 
    left: -95px;
    top: 43px;
}
.message-item>ul>li{
    position: relative;
    width: 118px;
    box-shadow: 0 2px 2px rgba(201,201,201,0.5);
    padding: 12px 46px;
}
.item-pot{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #3b3c41;
    border-radius: 50%;
    margin-right: 17px;
    vertical-align: middle;
}
.item-name{
    display: inline-block;
    color: #5c5c5c;
    font-size: 15px;
    white-space: nowrap;
}
.msg-number{
    position: relative;
    display: none;
    width: 20px;
    height: 15px;
    background-color: #ff3333;
    border-radius: 1px;
    top: -7px;
    right: -3px;
}
.msg-number::after{
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-left-color: #ff3333;
    left: 3px;
    bottom: -4px;
}
.msg-number>p{
    color: #ffffff;
    font-size: 8px;
    text-align: center;
    line-height: 14px;
}
.search{
    display: inline-block;
    position: relative;
    background-color: #4a4b52;
    border: 1px solid #4a4b52;
    border-radius: 2px;
    padding: 7px 10px;
    margin-right: 20px;
    cursor: pointer;
}
.search-tips{
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    border: 0 none;
    margin-right: 45px;
    caret-color: #e62e2e;
}
.search-tips:-moz-placeholder{
    color: #ffffff;
}
.search-tips::-moz-placeholder{
    color: #ffffff;
}
.search-tips:-ms-input-placeholder{
    color: #ffffff;
}
.search-tips::-webkit-input-placeholder{
    color: #ffffff;
}
.history{
    position: absolute;
    display: none;
    width: 100%;
    background-color: #fffffc;
    box-shadow: 0 2px 4px #E6E6E6; 
    top: 50px;
    left: 0;
}
.history>ul>li{
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
}
.history-text{
    color: #5c5c5c;
    font-size: 15px;
}
.del-icon{
    float: right;
    width: 16px;
    height: 16px;
    content: url(../img/yanxishe/guandian_icon_qingchu.png);
    margin-top: 4px;
}
.h-r{
    position: relative;
    display: inline-block;
    margin-left: 15px;
}
.h-r>div{
    cursor: pointer;
}
.login-b,.regs-b{
    display: inline-block;
    background-color: #4a4b52;
    border-radius: 16px;
    padding: 3px 19px;
}
.login-b{
    margin-right: 15px;
}
.login-b>p,.regs-b>p{
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.users{
    display: inline-block;
    position: relative;
    padding: 6px 0;
}
.per-icon{
    width: 20px;
    height: 22px;
    margin-right: 14px;
}
.user{
    display: inline-block;
    color: #ffffff;
}
.xiala-icon{
    width: 13px;
    height: 7px;
    margin-left: 9px;
}
.setting{
    display: none;
    position: absolute;
    min-width: 126px;
    height: 80px;
    background-color: #3B3C41;
    top: 50px;
}
.user-in,.logout{
    padding: 8px 11px;
}
.user-touxiang{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 12px;
}
.u-n,.out{
    color: #ffffff;
    font-size: 12px;
    white-space: nowrap;
}
.out-icon{
    width: 21px;
    height: 23px;
    margin-right: 12px;
}
.user-in:hover,.logout:hover{
    background-color: #cc3333;
}

/* 导航栏 */
.nav{
    position: fixed;
    display: inline-block;
    width: 12.25%;
    height: 93.6%;
    background-color: #191501;
    padding-top: 60px;
    z-index: 2;
}
.nav>ul>li{
    width: 100%;
    height: 68px;
    background-color: #000000;
}
.nav>ul>li>a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav>ul>li>a>p{
    color: #ffffff;
    line-height: 68px;
    margin-left: 20px;
}
.i-icon{
    width: 18px;
    height: 17px;
}
.jl-icon{
    width: 20px;
    height: 18px;
}
.gd-icon{
    width: 21px;
    height: 13px;
}
.wg-icon{
    width: 17px;
    height: 17px;
}
.ht-icon{
    width: 18px;
    height: 18px;
}
.nav .nav-selected{
    background-color: #cc3232;
}
.dengji-2{
    display: inline-block;
    position: relative;
    width: 87px;
    height: 22px;
    content: url(../img/yanxishe/pic_kaifa.png);
}
.dengji1{
    display: inline-block;
    position: relative;
    width: 46px;
    height: 19px;
    content: url(../img/yanxishe/pic_sheyuan.png);
}
.dengji3{
    display: inline-block;
    position: relative;
    width: 46px;
    height: 19px;
    content: url(../img/yanxishe/pic_guoqi.png);
}
.dengji4,.dengji5,.dengji-1{
    display: inline-block;
    position: relative;
    width: 47px;
    height: 19px;
    content: url(../img/yanxishe/pic_zhengshisheyuan.png);
}
.dengji6,.dengji7{
    display: inline-block;
    position: relative;
    width: 43px;
    height: 19px;
    content: url(../img/yanxishe/pic_daren.png);
}
.dengji8{
    display: inline-block;
    position: relative;
    width: 43px;
    height: 19px;
    content: url(../img/yanxishe/pic_xiaobian.png);
}
.dengji9{
    display: inline-block;
    position: relative;
    width: 43px;
    height: 19px;
    content: url(../img/yanxishe/pic_boss.png);
}
/* 交流对话框 */
.kf-duihua{
    display: none;
    position: fixed;
    width: 666px;
    height: 648px;
    background-color: #fafafa;
    box-shadow:0px 0px 30px #5c5a66;
    transition: all .5s;
    -moz-transition:all .5s; /* Firefox 4 */
    -webkit-transition:all .5s; /* Safari and Chrome */
    -o-transition:all .5s; /* Opera */
    top: 50%;
    left: 50%;
    /* transform:translate(-50%, -50%); */
    transform: translate(-333px, -324px);
    z-index: 9;
}
.kf-chat-head>div{
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #a6a9b3;
    z-index: 3;
    padding: 0 20px;
}
.kf-jl-tx{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.kf-head-left>span{
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
}
.kf-head-right{
    margin-top: 13px;
    margin-right: 7px;
}
.kf-head-right>img{
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}
.kf-suoxiao{
    width: 18px;
    height: 2px;
}
.kf-quanping{
    width: 18px;
    height: 18px;
}
.kf-close{
    width: 16px;
    height: 16px;
}
.see-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;
}
.kf-chat-body{
    overflow-y: auto;
}
.kf-chat-body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;
    background-color: #e3e3e6;
}
.kf-chat-body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    width: 6px;
    background-color: #a6a9b3;
    border-radius: 100px;
}
.kf-chat-body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background-color: #e3e3e6;
}
.kf-chat-body>ul{
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 15px;
}
.kf-msg{
    margin-bottom: 15px;
}
.kf-msg>.userinfo{
    display: flex;
    align-items: center;
}
.kf-msg>.userinfo>.touxiang{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 11px;
}
.kf-msg>.userinfo>.name{
    color: #808080;
    font-size: 12px;
    margin-right: 7px;
}
.kf-msg>.userinfo>.dengji{
    /* width: 32px;
    height: 15px; */
    margin-right: 9px;
}
.kf-msg>.userinfo>.date{
    color: #b3b3b3;
    font-size: 8px;
    margin-right: 9px;
}
.kf-msg>.msg-content{
    position: relative;
    display: inline-block;
    background-color: #ecf3ff;
    max-width: 44%;
    border-radius: 2px;
    margin-left: 40px;
    padding: 10px 12px;
    top: 6px;
}
.kf-msg>.msg-content>img{
    width: 100%;
    cursor: pointer;
}
.kf-msg>.msg-content::before{
    content: '';
    position: absolute;
    width: 11px;
    height: 0px;
    top: 0;
    left: -9px;
    border-left: 10px solid transparent;
}
.kf-msg>.msg-content>p{
    color: #333333;
    font-size: 15px;
    word-break: break-all;
}

/* 用户对话 */
.kf-msg-user{
    text-align: right;
}
.kf-msg-user>.userinfo{
    flex-direction: row-reverse;
}
.kf-msg-user>.userinfo>.touxiang{
    margin-right: 0;
}
.kf-msg-user>.msg-content{
   margin-right: 57px;
}
.kf-msg-user>.msg-content::before{
    content: '';
    border:0 none;
}
.kf-msg-user>.msg-content::after{
    content: '';
    position: absolute;
    width: 11px;
    height: 0px;
    border-top: 11px solid #ecf3ff;
    top: 0;
    right: -9px;
    border-right: 10px solid transparent;
}
.kf-msg-other>.secret>p{
    color: #e53939;
    cursor: pointer;
}
.kf-chat-bottom{
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 -2px 14px #eaeaea;
    bottom: 0;
    left: 0;
    right: 0;
}
.send-kf{
    position: relative;
    width:99%;
    font-size: 15px;
    border: 0 none;
    color: #5c5c5c;
    margin:0 6px;
    padding: 6px 0px;
    z-index: 2;
}
.kf-btn-group{
    text-align: right;
    padding-right: 16px;
    padding-bottom: 16px;
}
.kf-cancel-btn{
    display: inline-block;
    width: 60px;
    height: 26px;
    background-color: #a6a8b2;
    border-radius: 3px;
    margin-right: 16px;
    cursor: pointer;
}
.kf-send-btn>p,.kf-cancel-btn>p{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}
.kf-send-btn{
    display: inline-block;
    width: 60px;
    height: 26px;
    background-color: #a6a8b2;
    border-radius: 3px;
    cursor: pointer;
}
.kf-sending{
    background-color: #e53939;
}

/* *********交流*********** */
.jl{
    position: fixed;
    display: flex;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.jl-list{
    box-shadow: -2px -2px 20px rgba(166,169,179,0.69);
}
.xiao{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 262px;
    height: 40px;
    background-color: #3B3C41;
    padding: 10px 20px;
    cursor: pointer;
}
.jl-text{
    display: flex;
    align-items: center;
}
.jl-user-tx{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}
.jl-text>span{
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 6px;
}
.jl-tips{
   color: #ffffff;
   font-size: 10px;
}
.shouqi{
    width: 18px;
    height: 18px;
}
/* 交流对话框 */
.duihua{
    display: none;
    position: fixed;
    width: 666px;
    height: 648px;
    background-color: #fafafa;
    box-shadow:0px 0px 30px #5c5a66;
    transition: all .5s;
    -moz-transition:all .5s; /* Firefox 4 */
    -webkit-transition:all .5s; /* Safari and Chrome */
    -o-transition:all .5s; /* Opera */
    top: 50%;
    left: 50%;
    /* transform:translate(-50%, -50%); */
    transform: translate(-333px, -324px);
    z-index: 9;
}
.chat-head>div{
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #a6a9b3;
    z-index: 3;
    padding: 0 20px;
}
.jl-tx{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.head-left>span{
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
}
.select-item{
    display: inline-block;
    border-bottom: 2px solid #dededc;
    margin-top: 2px;
}
.select-item>div{
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
}
.select-item>div>span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 45px;
}
.head-right{
    margin-top: 13px;
    margin-right: 7px;
}
.head-right>img{
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}
.suoxiao{
    width: 18px;
    height: 2px;
}
.quanping{
    width: 18px;
    height: 18px;
}
.close{
    width: 16px;
    height: 16px;
}
.jl-visit-tips{
    display: none;
    background-color: rgba(250,179,168,0.5);
    color: #5c5c5c;
    font-size: 12px;
    text-align: center;
}
.see-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;
}
.chat-body{
    overflow-y: auto;
}
.chat-body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;
    background-color: #e3e3e6;
}
.chat-body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    width: 6px;
    background-color: #a6a9b3;
    border-radius: 100px;
}
.chat-body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background-color: #e3e3e6;
}
.chat-body>ul{
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 15px;
}
.msg{
    margin-bottom: 15px;
}
.msg>.userinfo{
    display: flex;
    align-items: center;
}
.msg>.userinfo>.touxiang{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 11px;
}
.msg>.userinfo>.name{
    color: #808080;
    font-size: 15px;
    margin-right: 7px;
}
.msg>.userinfo>.dengji{
    /* width: 32px;
    height: 15px; */
    margin-right: 9px;
}
.msg>.userinfo>.date{
    color: #b3b3b3;
    font-size: 8px;
    margin-right: 9px;
    margin-left: 6px;
}
.msg>.msg-content{
    position: relative;
    display: inline-block;
    max-width: 44%;
    border-radius: 2px;
    margin-left: 40px;
    padding: 10px 12px;
    top: 6px;
}
.msg>.daren{
    background-color: #fadfc8;
}
.msg>.normal{
    background-color: #dfe0e6;
}
.msg>.msg-content>img{
    width: 100%;
    cursor: pointer;
}
.msg>.msg-content::before{
    content: '';
    position: absolute;
    border-top: 11px solid #eaeaea;
    width: 11px;
    height: 0px;
    top: 0;
    left: -9px;
    border-left: 10px solid transparent;
}
.msg>.daren::before{
    border-top: 11px solid #fadfc8;
}
.msg>.normal::before{
    border-top: 11px solid #dfe0e6;
}
.msg>.msg-content>p{
    color: #333333;
    font-size: 15px;
    word-break: break-all;
}
.shade-cover{
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 9;
    text-align: center;
}

/* 用户对话 */
.msg-user{
    text-align: right;
}
.msg-user>.userinfo{
    flex-direction: row-reverse;
}
.msg-user>.userinfo>.touxiang{
    margin-right: 0;
}
.msg-user>.msg-content{
   margin-right: 57px;
}
.msg-user>.msg-content::before{
    content: '';
    border:0 none;
}
.msg-user>.msg-content::after{
    content: '';
    position: absolute;
    width: 11px;
    height: 0px;
    top: 0;
    right: -9px;
    border-right: 10px solid transparent;
}
.msg-user>.daren::after{
    border-top: 11px solid #fadfc8;
}
.msg-user>.normal::after{
    border-top: 11px solid #dfe0e6;
}
.msg-user>.msg-content>p{
    text-align: left;
}
.msg-other>.secret>p{
    color: #e53939;
    cursor: pointer;
}
.get-red{
    display: inline-block;
    position: relative;
    width: 38%;
    border-radius: 2px;
    top: 6px;
    cursor: pointer;
}
.msg-other>.get-red{
    margin-left: 51px;
}
.msg-other>.get-red::before{
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #e64d45;
    border-right-color: #e64d45;
    top: 0;
    left: -8px;
    clear: both;
}
.redPacket{
    background-color: #e64d45;
    padding: 13px 16px;
}
.redPacket-icon{
    display: inline-block;
    width: 36px;
    height: 43px;
    content: url(../img/yanxishe/jiaoliu/pic_jin_hong.png);
    vertical-align: top;
    margin-right: 9px;
}
.redPacket-info{
    display: inline-block;
    width: 77%;
}
.msg-other .redPacket-name,.msg-other .redPacket-check{
    color: #ffffff;
    font-size: 16px;
}
.redPacket-name{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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;
}

.msg-user>.get-red{
    margin-right: 51px;
}
.msg-user>.get-red::after{
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #e64d45;
    border-left-color: #e64d45;
    top: 0;
    right: -8px;
    clear: both;
}
.msg-user .redPacket-name,.msg-user .redPacket-check{
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    
}
.receive-red>.redPacket,.overtime-red>.redPacket{
    background-color: #d56b66;
}
.receive-red>.redPacket>.redPacket-icon,.overtime-red>.redPacket>.redPacket-icon{
    content: url(../img/yanxishe/jiaoliu/pic_baijin_hong.png);
}
.msg-user>.receive-red::after,
.msg-user>.overtime-red::after{
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #d56b66;
    border-left-color: #d56b66;
    top: 0;
    right: -8px;
    clear: both;
}
.msg-other>.receive-red::before,
.msg-other>.overtime-red::before{
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #d56b66;
    border-right-color: #d56b66;
    top: 0;
    left: -8px;
    clear: both;
}
.getRed{
    text-align: center;
    margin-bottom: 15px;
}
.getRed>p{
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    background-color: #cccccc;
    border-radius: 2px;
    padding: 0 6px;
}
.new-message{
    position: absolute;
    background-color: #fafafa;
    box-shadow: 0 0 15px rgba(154, 154, 154, 0.65);
    padding: 5px 10px;
    bottom: 137px;
    right: 11px;
}
.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;}
}
/* 非达人达人 */
.fei-daren{
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
    bottom: 136px;
    right: 20px;
}
.ordinary-list{
    display: flex;
    background-color: #dddddc;
    border: 1px solid #cccccc;
    margin-bottom: 18px;
    border-radius: 100px;
}
.ordinary-list:first-of-type{
    opacity: .5;
}
.ordinary-list:nth-of-type(2){
    opacity: .7;
}
.ordi-touxiang{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.ordi-content{
    max-width: 129px;
    color: #5c5c5c;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 10px;
}
.dh-suggestions{
    position: absolute;
    width: 100%;
    background-color: rgb(173, 174, 179, .59);
    color: #808080;
    font-size: 12px;
    line-height: 42px;
    text-align: center;
    bottom: 0;
    left: 0;
}
.chat-bottom{
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 -2px 14px #eaeaea;
    bottom: 0;
    left: 0;
    right: 0;
}
.fun{
    padding: 7px 0;
}
.exp{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/yanxishe/jiaoliu/icon_biaoqing.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 4px;
    vertical-align: middle;
}
.exps{
    display: none;
    position: absolute;
    width: 510px;
    background-color: #EDEDED;
    padding-top:20px;
    left: 0;bottom: 65px;
}
.exps>ul>li{
    float: left;
    padding-left: 14px;
    padding-right: 16px;
    padding-bottom: 20px;
}
.exps>ul>li>img{
    cursor: pointer;
}
.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: 4px;
    z-index: 1;
    vertical-align: middle;
}
#uploadImg{
    width: 24px;
    height: 20px;
    border: 0 none;
    opacity: 0; 
}
.chat-redPacket{
    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: 4px;
    top: 6px;
    z-index: 1;
}
.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;
}
.send-msg{
    position: relative;
    width:99%;
    height: 38px;
    font-size: 15px;
    border: 0 none;
    color: #5c5c5c;
    margin:0 6px;
    padding: 6px 0px;
    z-index: 2;
    overflow: auto;
}
.send-msg::-webkit-scrollbar{
    width: 6px;
    background-color: #e3e3e6;
}
.send-msg::-webkit-scrollbar-thumb{
    width: 6px;
    background-color: #a6a9b3;
    border-radius: 100px;
}
.send-msg::-webkit-scrollbar-track{
    background-color: #e3e3e6;
}
.dh-btn-group{
    text-align: right;
    padding-right: 16px;
    padding-bottom: 16px;
}
.dh-cancel-btn{
    display: inline-block;
    width: 60px;
    height: 26px;
    background-color: #a6a8b2;
    border-radius: 3px;
    margin-right: 16px;
    cursor: pointer;
}
.dh-send-btn>p,.dh-cancel-btn>p{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}
.dh-send-btn{
    display: inline-block;
    width: 60px;
    height: 26px;
    background-color: #a6a8b2;
    border-radius: 3px;
    cursor: pointer;
}
.jl-send{
    background-color: #e53939;
}
.dh-forbidden{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/yanxishe/jiaoliu/pic_zhezhao_bg_two.png);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 2;
}
.forbidden-tips-one{
    color: #4d4d4d;
    font-size: 16px;
    margin-top: 24px;
}
.forbidden-tips-two{
    color: #4d4d4d;
    font-size: 12px;
    margin-bottom: 12px;
}
.getIt{
    display: inline-block;
    width: 132px;
    background-color: rgb(221, 57, 40, .89);
    border-radius: 16px;
    color: #fff9f9;
    font-size: 14px;
    line-height: 32px;
    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;
}
.fun-group>img{
    cursor: pointer;
}
.fangda{
    margin-right: 30px;
}
.show-pic{
    position: relative;
    width: 26%;
    top: 50%;
}

/* 对话框头部被选中 */
.select-item>.select>span{
    color: #ff0000;
    font-size: 17px;
    font-weight: 600;
}
.select-item>.select>.select-line{
    position: relative;
    width: 131%;
    height: 2px;
    background-color: #ff0000;
    border-radius: 100px;
    left: -5px;
    top: 2px;
}

/******* ai操作 ********/
.order{
    position: absolute;
    height: 367px;
    overflow: auto;
    top: 60px;
    right: 11px;
}
.order::-webkit-scrollbar{
    width: 6px;
    background-color: #e3e3e6;

}
.order::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    width: 6px;
    background-color: #a6a9b3;
    border-radius: 100px;
}
.order::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background-color: #e3e3e6;
}
.small-red{
    display: block;
    width: 33px;
    height: 44px;
    margin-right: 5px;
    margin-top: 9px;
    cursor: pointer;
}
/* ai操作弹窗 */
.order-tanchuang{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    top: 0;left: 0;
    z-index: 3;
    text-align: center;
}
.close-order{
    position: relative;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}
.red-pic{
    display: inline-block;
    width: 48%;
    cursor: pointer;
}
.red-close-btn{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
}
.open-order{
    position: relative;
    display: none;
    top: 50%;
    transform: translateY(-50%);
}
.open-order>div{
    position: relative;
}
.gp-name{
    position: relative;
    width: 289px;
    height: 72px;
    background: url(../img/yanxishe/jiaoliu/pic_shang.png) no-repeat;
    background-size: 100%;
    z-index: 2;
}
.gp{
    position: relative;
    max-width: 70%;
    background-color: #a3402c;
    color: #ffeddc;
    text-align: center;
    padding: 3px 10px;
    margin: 0 auto;
    top: 13px;
}
.order-content{
    position: relative;
    width: 283px;
    max-height: 224px;
    background-color: #ffeddc;
    border-left: 3px solid #d85940;
    border-right: 3px solid #d85940;
    padding-top: 37px;
    padding-bottom: 6px;
    top: -22px;
    overflow: auto;
}
.order-content::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;
}
.order-content::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    width: 4px;
    background-color: #d1ab8c;
    border-radius: 100px;
}
.order-text{
    width: 283px;
    color: #b66624;
    font-size: 16px;
    text-align: center;
    padding-bottom: 22px;
}
.order-tips{
    position: absolute;
    width: 282px;
    padding: 12px 0;
    background:
    -webkit-linear-gradient(top,transparent,#ffeddc 50%);
    background:
    -o-linear-gradient(top,transparent,#ffeddc 50%);
    background:
    -moz-linear-gradient(top,transparent,#ffeddc 50%);
    background:
    linear-gradient(top,transparent,#ffeddc 50%);
    color: #ff4f2d;
    font-size: 12px;
    text-align: center;
    bottom: 55px;
    margin: 0 3px;
}
.out-time{
    position: relative;
    width: 289px;
    height: 41px;
    background: url(../img/yanxishe/jiaoliu/pic_xia.png) no-repeat;
    background-size: 100%;
    z-index: 2;
    top: -29px;
}
.time{
    color: #8d1700;
    font-size: 15px;
    text-align: center;
    line-height: 46px;
}
.count-time{
    display: inline-block;
    color: #45b7e5;
    font-size: 16px;
    padding:0 9px;
    border-radius: 4px;
    line-height: 20px;
    background-color: #8d1700;
}

/* 红包过期 */
.over>.gp-name>.gp{
    color: #d2d2d2;
}
.over>.order-content{
    background-color: #b5b5b5;
}
.over>.order-content>.order-text{
    color: #eaeaea;
}
.over>.order-tips{
    background:
    -webkit-linear-gradient(top,transparent,#b5b5b5 50%);
    background:
    -o-linear-gradient(top,transparent,#b5b5b5 50%);
    background:
    -moz-linear-gradient(top,transparent,#b5b5b5 50%);
    background:
    linear-gradient(top,transparent,#b5b5b5 50%);
    color: #868686;
}
.over-pic{
    position: absolute;
    display: none;
    width: 87px;
    height: 79px;
    bottom: 0;
    right: 0;
}
/************* 发红包 ***********/
.give-redPacket{
    display: none;
    position: fixed;
    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;
}
/*************** 打开红包 **************/
.open-redPacket{
    display: none;
    position: fixed;
    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;
}
.open-redPacket-close{
    float: right;
    width: 14px;
    height: 15px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.give-redPacket-info{
    margin-top: 65px;
    margin-bottom: 31px;
}
.give-redPacket-tx{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.give-redPacket-name{
    color: #ffffff;
    font-size: 16px;
    cursor: default;
}
.give-redPacket-message{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    cursor: default;
}
.open-redPacket-icon{
    width: 88px;
    height: 91px;
    margin-bottom: 71px;
    cursor: pointer;
}
.open-redPacket-tips{
    color: #f0ba69;
    font-size: 14px;
    font-weight: 300;
    cursor: default;
}
.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;
}
.redPacket-overtime>p{
    position: relative;
    color: #ffc670;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.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;

}
.redPacket-done-text{
    color: #ffbe5c;
    font-size: 14px;
    font-weight: 300;
    cursor: default;
}
.redPacket-done-check{
    color: #e6a545;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
/****************** 单个红包记录 *************/
.redPacket-record{
    display: none;
    position: fixed;
    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;
}
.redPacket-record-close{
    float: right;
    width: 14px;
    height: 15px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.redPacket-curr{
    color: #af0300;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 12px;
}
.redPacket-giveAuthor-tx{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #000000;
    margin-bottom: 3px;
    
}
.redPacket-giveAuthor-name{
    color: #ffffff;
    font-size: 16px;
}
.redPacket-giveAuthor-message{
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}
.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;
}
.redPacket-giveAuthor-giveMoney>span{
    font-size: 18px;
    font-weight: 600;
    margin-right: 3px;
}
.redPacket-giveAuthor-receiveTips{
    color: #f0f0f0;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 2px;
}
.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;
}
.redPacket-recordList::-webkit-scrollbar-thumb{
    background-color: #c94a3a;
    border-radius: 3px;
}
.redPacket-recordDetail{
    position: relative;
    background-color: rgb(255, 255, 255,.8);
    border-radius: 4px;
    padding: 4px 10px 2px 8px;
    margin-top: 7px;
}
.redPacket-receiveUser-tx{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    margin-top: -20px;
}
.getReceive{
    transform: translateY(-50%);
}
.redPacket-receiveUser-info{
    display: inline-block;
    position: relative;
    width: 81%;
    text-align: left;
    margin-left: 9px;
}
.redPacket-receiveUser-name{
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
    margin-bottom: -2px;
}
.redPacket-receiveMoney{
    float: right;
    color: #4d4d4d;
    font-size: 10px;
    font-weight: 300;
    margin-top: 1px;
}
.redPacket-receiveMoney>span{
    font-size: 12px;
}
.redPacket-reply-text{
    color: #306fed;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
}
.redPacket-reply-message{
    width: 100%;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.redPacket-reply-time{
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 300;
}
.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;
}
.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;
}
.redPacket-record-tips{
    position: absolute;
    width: 100%;
    color: #f0ba69;
    font-size: 12px;
    font-weight: 300;
    bottom: 11px;
}
/***************** 红包所有记录 **************/
.redPacket-recordAll{
    display: none;
    position: fixed;
    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;
}
.redPacket-recordAll-title{
    background-color: #d44e47;
    border-radius: 6px 6px 0 0;
    padding-left: 13px;
    padding-right: 20px;
    margin-bottom: 18px;
}
.redPacket-recordAll-title-name{
    display: inline-block;
    color: #ebc081;
    font-size: 19px;
    line-height: 44px;
}
.redPacket-recordAll-title-name>i{
    display: inline-block;
    width: 3px;
    height: 17px;
    background-color: #ebc081;
    border-radius: 1px;
    margin-right: 9px;
}
.redPacket-recordAll-close{
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 15px;
    cursor: pointer;
}
.redPacket-recordAll-type{
    text-align: center;
    /* margin-bottom: 43px; */
}
.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;
}
.redPacket-recordAll-type>.recordAll-selecting{
    background: #800000;
    color: #ffffff;
    opacity: 1;
}
.redPacket-recordAll-info{
    text-align: center;
    margin: 7px 0;
}
.redPacket-recordAll-tx{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.redPacket-recordAll-name{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: -7px;
}
.redPacket-recordAll-number>span{
    position: relative;
    color: #e6bc7e;
    font-size: 20px;
    font-weight: 300;
    margin-right: 3px;
    top: 2px;
}
.redPacket-recordAll-number{
    color: #e6e6e6;
    font-size: 14px;
    font-weight: 300;
}
.redPacket-recordAll-recordList{
    display: inline-block;
    width: 347px;
    height: 302px;
    border-radius: 10px;
    margin-left: 29px;
    overflow-y: auto;
}
.redPacket-recordAll-recordList::-webkit-scrollbar{
    width: 8px;
}
.redPacket-recordAll-recordList::-webkit-scrollbar-thumb{
    background-color: #830202;
    border-radius: 4px;
}
.redPacket-recordAll-recordList>ul{
    width: 303px;
    background-color: rgba(255, 209, 140, 0.3);
    border-radius: 10px;
    padding-left: 11px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 7px;
}
.redPacket-recordAll-recordDetail{
    position: relative;
    background-color: rgb(255, 255, 255,.8);
    border-radius: 4px;
    padding: 2px 10px 4px 8px;
    margin-bottom: 8px;
}
.redPacket-recordAll-receiveUser-tx{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    margin-top: -15px;
}
.redPacket-recordAll-receiveUser-info{
    display: inline-block;
    width: 81%;
    text-align: left;
    margin-left: 9px;
}
.redPacket-recordAll-receiveUser-name{
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
    margin-bottom: -2px;
    margin-right: 11px;
}
.redPacket-recordAll-pingIcon{
    width: 18px;
    height: 18px;
}
.redPacket-recordAll-receiveMoney{
    float: right;
    color: #4d4d4d;
    font-size: 10px;
    font-weight: 300;
    margin-top: 2px;
}
.redPacket-recordAll-receiveMoney>span{
    font-size: 12px;
}
.redPacket-recordAll-reply-time{
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 300;
}
.noRecord{
    position: relative;
    top: 32px;
    left: 50%;
    margin-left: -100px;
}
.redPacket-recordAll-total{
    color: #830202;
    font-size: 12px;
    text-align: center;
}

/***************** 底部 *****************/
footer{
    position: relative;
    display: flex;
    justify-content: space-around;
    background-color: #3B3C41;
    border-top: 1px solid rgba(229,57,57,0.82);
    padding: 30px 70px 28px 70px;
    z-index: 2;
}
.left{
    margin-left: 135px;
}
.tg-pic{
    color: #ffffff;
    font-size: 24px;
    cursor: default;
}
.about-us{
    color: #cc3333;
    font-size: 18px;
    margin-top: 13px;
    margin-bottom: 5px;
    cursor: pointer;
}
.tz-icon{
    width: 11px;
    height: 16px;
    margin-left: 3px;
}
.loc{
    display: flex;
    margin: 10px 0;
}
.loc-icon{
    position: relative;
    width: 12px;
    height: 15px;
    margin-right: 5px;
    top: 3px;
}
.address{
    color: #ffffff;
    font-size: 16px;
    cursor: default;
}
.b-line{
    position: relative;
    width: 600px;
    height: 1px;
    background-color: #333030;
    margin-top: 10px;
    left: -57px;
}

.info{
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    cursor: default;
}
.right{
    margin-right: 194px;
}
.contact{
    display: flex;
    margin-top: 30px;
}
.code{
    margin-right: 20px;
}
.pic-code{
    width: 104px;
    height: 104px;
}
.code-text{
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    cursor: default;
}
.contact>ul{
    align-self: flex-end;
}
.contact>ul>li{
    display: flex;
    margin-bottom: 9px;
}
.p-icon{
    width: 18px;
    height: 16px;
    margin-right: 12px;
}
.weibo{
    cursor: pointer;
}
.wb-icon{
    width: 17px;
    height: 13px;
    margin-right: 12px;
    margin-top: 6px;
}
.tips{
    color: #ffffff;
    font-size: 14px;
    cursor: default;
}
.lx{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    cursor: default;
}
.wb-line{
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    cursor: default;
}
.about-us:hover{
    color: #cc3333;
}

/* 登录注册弹窗 */
.tanchuang{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    top: 0;left: 0;
    z-index: 99;
}
.pop-body{
    position: relative;
    width: 430px;
    background-color: #f6f6f6;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.c-btn{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 14px;
    top: 13px;
    cursor: pointer;
}
.pop-upper{
    position: relative;
    width: 100%;
    height: 160px;
    background: url(../img/yanxishe/login/dengluzhuce_pic_bg.png) no-repeat;
    background-size: cover;
}
.pop-tabs{
    position: absolute;
    display: flex;
    justify-content: space-around;
    width: 100%;
    bottom: 0;
}
.pop-tabs>div{
    cursor: pointer;
}
.login>p,.register>p{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    padding-bottom: 5px;
}
.cho>.cho-l{
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #ff0000;
    box-shadow: 0  0 10px rgba(255,102,102,0.48);
}
.pop-lower{
    width: 70%;
    padding-top: 40px;
    padding-bottom: 77px;
    margin: 0 auto;
}
.ph-num,.code-num{
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 8px;
}
.zh-icon{
    display: inline-block;
    width: 15px;
    height: 19px;
    margin-right: 10px;
}
.pnum,.pwd,.c-num{
    position: relative;
    color: #333333;
    font-size: 14px;
    border: 0 none;
    background: transparent;
    top: 3px;
    caret-color:red;
}
.user-name{
    position: relative;
    color: #333333;
    font-size: 14px;
    border: 0 none;
    background: transparent;
    top: 3px;
}
.pnum::-webkit-input-placeholder,
.pwd::-webkit-input-placeholder,
.c-num::-webkit-input-placeholder,
.user-name::-webkit-input-placeholder{
    color: #ababab;
}
.pnum:-moz-placeholder,
.pwd:-moz-placeholder,
.c-num:-moz-placeholder,
.user-name:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ababab;
}
.num::-moz-placeholder,
.pwd::-moz-placeholder,
.c-num::-moz-placeholder,
.user-name::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ababab;
}
.pnum:-ms-input-placeholder,
.pwd:-ms-input-placeholder,
.c-num:-ms-input-placeholder,
.user-name:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ababab;
}
.code-num{
    position: relative;
    margin-top: 9px;
}
.code-icon{
    width: 17px;
    height: 21px;
    margin-right: 14px;
}
.s-code{
    display: inline-block;
    position: absolute;
    color: #ff0000;
    font-size: 10px;
    border-radius: 13px;
    border: 1px solid #ff0000;
    padding:2px 11px;
    right: 0;
    cursor: pointer;
}
.pwd-num{
    position: relative;
    margin-top: 9px;
    padding-bottom: 8px;
    border-bottom: 1px solid #8e8e8e;
}
.fill{
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 8px;
}
.zh-icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.sj-icon{
    width: 18px;
    height: 23px;
    margin-right: 14px;
}
.bxs-icon,.bxs-i{
    position: absolute;
    width: 21px;
    height: 7px;
    right: 0;
    top: 49%;
    cursor: pointer;
}
.xs,.xs-i{
    width: 21px;
    height: 10px;
    top: 30%;
}
.warn-tips{
    color: #e6394d;
    font-size: 10px;
    text-align: center;
    margin-top: 18px;
}
.forget{
    margin-top: 30px;

}
.forget-text{
    color: #e6394d;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}
.forget-text>.tz-icon{
    width: 9px;
    height: 13px;
}
.p-tips,.c-warn-tips{
    color: #e6394d;
    font-size: 10px;
    height: 10px; 
    margin-top: 14px;
}
.un-tips{
    color: #999999;
    font-size: 12px; 
    margin-top: 15px;
    margin-bottom: 137px;  
}
.login-btn,.register-btn,.sure-btn{
    width: 240px;
    height: 40px;
    border-radius: 20px;
    background-color: #929292; 
    margin: 0 auto;
    margin-top: 34px;
} 
.login-btn{
    height: 52px;
    background: url(../img/yanxishe/login/btn_denglu.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}
.login-btn>p,.register-btn>p,.sure-btn>p{
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 11px;
}
.login-btn>p{
    line-height: 52px;
}
.other-login{
    margin-top: 31px;
}
.other-text{
    color: #333333;
    font-size: 15px;
    text-align: center;
}
.wx{
    position: relative;
    width: 40px;
    height: 40px;
    left: 44%;
    margin-top: 16px;
}
.login-part{
    display: block;
}
.register-part{
    display: none;
}
.sending{
    border: 1px solid #999999;
}
.sending>p{
    color: #999999;
}
.finishu,.active,.done{
    background-color: #ff0000;
    cursor: pointer;
}
.upload-touxiang{
    position: relative;
    width: 70px;
    height: 70px;
    padding-top: 86px;
    margin: 0 auto;
}
.null-head{
    width: 100%;
    height: 100%;
    border-radius: 50%
}
.can{
    position: absolute;
    width: 22px;
    height: 18px;
    right: 0;bottom: 0;
}
#uploadHead{
    position: relative;
    width: 70px;
    height: 70px;
    top: -70px;
    opacity: 0;
}
.search-focus{
    border: 1px solid #e62e2e;
}
.message-item>ul>li:hover >.item-pot{
    background-color: #e72f2e;
}
.message-item>ul>li:hover >.item-name{
    color: #e62e2e;
}

/* 付费提示 */
.pay-tanchuang{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
}
.pay-tanchuang-body{
    position: relative;
    width: 768px;
    background-color: #fafafa;
    border-top: 4px solid #ff6850;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%,-140%);
    z-index: 3;
}
.pay-tanchuang-top{
    background-color: #fafafa;
    text-align: right;
}
.pay-close-icon{
    width: 24px;
    height: 24px;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.pay-tip-text{
    color: #757575;
    font-size: 20px;
    text-align: center;
}
.pay-after{
    color: #757575;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 45px;
}
.sheyuan-icon{
    width: 32px;
    height: 13px;
}
.pay-operation{
    background-color: #e5e5e5;
    padding: 28px 0;
    padding-left: 50px;
}
.app-code{
    width: 203px;
    height: 203px;
    margin-top: 36px;
    margin-right: 60px;
    vertical-align: top;
}
.pay-steps{
    display: inline-block;
    border-left: 1px solid #b2b2b2;
    padding-left: 61px;
}
.pay-steps>ul>li:not(:first-of-type)>p{
    margin-top: 18px;
}
.pay-steps>ul>li:not(:last-of-type)>p{
    margin-bottom: 16px;
}
.pay-steps>ul>li>div{
    display: inline-block;
    position: relative;
}
.step-text{
    color: #757575;
    font-size: 16px;
}
.step-number{
    color: #ff6951;
}
.situation{
    font-size: 11px;
    margin-left: 8px;
}
.step-one-pic{
    display: inline-block;
    background-color: #fafafa;
    border: 1px solid #f76c59;
    border-radius: 3px;
    padding: 7px 13px;
}
.step-one-pic>p{
    color: #f76c59;
    font-size: 11px;
}
.step-two-pic{
    width: 37px;
    height: 37px;
}
.step-three-pic{
    width: 70px;
    height: 30px;
}
.hand-icon{
    position: absolute;
    right: -4px;
    bottom: -13px;
}
/******** ai列表操作弹窗 *********/
.AIcaozuo-tanchuang{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    text-align: center;
}
.AIcaozuo-container{
    display: inline-block;
    position: relative;
    width: 703px;
    height: 412px;
    background: url(../img/yanxishe/jiaoliu/pic_bg.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}
.AIcaozuo-closebtn{
    position: absolute;
    display: inline-block;
    right: -50px;
    top: -45px;
    cursor: pointer;
}
.Aicaozuo-btngroup{
    text-align: right;
    margin-top: 50px;
}
.AIcaozuo-helpbtn{
    display: inline-block;
    margin-right: 50px;
    cursor: pointer;
}

.AIcaozuo-explain{
    position: absolute;
    display: none;
    width: 224px;
    height: 189px;
    background: url(../img/yanxishe/jiaoliu/pic_jieshi_changjing.png);
    background-size: 100% 100%;
    padding: 0 21px;
    right: -56px;
    margin-top: -23px;
    z-index: 1;
    text-align: center; 
}
.AIcaozuo-explain-title{
    color: #2aedfb;
    font-size: 19px;
    font-weight: 600;
    margin-top: 37px;
    margin-bottom: 12px;
    cursor: default;
}
.AIcaozuo-explain-content{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 16px;
    cursor: default;
}
.AIcaozuo-explain-tips{
    color: #dbdbdb;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 8px;
    cursor: default;
}
.AIcaozuo-explain-sure{
    display: inline-block;
    width: 86px;
    background-color: #2a93d8;
    border-radius: 13px;
    color: #f0f0f0;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 8px;
    cursor: pointer;
}
.AIcaozuo-prev{
    position: absolute;
    display: none;
    width: 73px;
    height: 86px;
    background: url(../img/yanxishe/jiaoliu/icon_btn_zuo.png) no-repeat;
    background-size: 100% 100%;
    left: 15px;
    top: 202px;
    cursor: pointer;
}
.AIcaozuo-next{
    position: absolute;
    display: none;
    width: 73px;
    height: 86px;
    background: url(../img/yanxishe/jiaoliu/icon_btn_you.png) no-repeat;
    background-size: 100% 100%;
    right: 15px;
    top: 202px;
    cursor: pointer;
}
.AIcaozuo-list{
    display: inline-block;
    /* width: 100%; */
    height: 350px;
    margin-left: 77px;
    margin-right: 85px;
}
.AIcaozuo-list>ul>li{
    float: left;
    width: 153px;
    height: 283px;
    text-align: center;
}
.AIcaozuo-list>ul>li:first-of-type{
    margin-right: 34px;
    margin-top: -20px;
}
.AIcaozuo-list>ul>li:nth-of-type(2){
    margin-right: 34px;
}
.AIcaozuo-list>ul>li:last-of-type{
    margin-top: -39px;
}

.AIcaozuo-box{
    position: relative;
    width: 153px;
    height: 198px;
    background: url(../img/yanxishe/jiaoliu/pic_AI_btn_ws.png) no-repeat;
    background-position: bottom;
    text-align: center;
}
.received>.AIcaozuo-card{
    display: inline-block;
    position: relative;
    width: 107px;
    height: 159px;
    background: url(../img/yanxishe/jiaoliu/pic_AI_btn_ys.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.guoqi>.AIcaozuo-card{
    display: inline-block;
    position: relative;
    width: 107px;
    height: 159px;
    background: url(../img/yanxishe/jiaoliu/pic_AI_btn_sx.png) no-repeat;
    background-size: 100% 100%;
}
.AIcaozuo-list>ul>li:first-of-type>.received>.AIcaozuo-card,
.AIcaozuo-list>ul>li:first-of-type>.guoqi>.AIcaozuo-card{
    top: 24px;
}
.AIcaozuo-list>ul>li:nth-of-type(2)>.received>.AIcaozuo-card,
.AIcaozuo-list>ul>li:nth-of-type(2)>.guoqi>.AIcaozuo-card{
    top: -1px;
}
.AIcaozuo-list>ul>li:last-of-type>.received>.AIcaozuo-card,
.AIcaozuo-list>ul>li:last-of-type>.guoqi>.AIcaozuo-card{
    top: 42px;
}
.received>.AIcaozuo-pot{
    position: absolute;
    width: 92px;
    height: 108px;
    background: url(../img/yanxishe/jiaoliu/icon_qiu.png) no-repeat;
    background-size: 100% 100%;
    top: 53px;
    left: 25px;
    cursor: pointer;
}
.received>.AIcaozuo-pot:hover{
    animation:move 4s infinite;
    -moz-animation:move 4s infinite; /* Firefox */
    -webkit-animation:move 4s infinite; /* Safari and Chrome */
    -o-animation:move 4s infinite; /* Opera */
    
}
.guoqi>.AIcaozuo-pot:hover{
    animation:move 4s infinite;
    -moz-animation:move 4s infinite; /* Firefox */
    -webkit-animation:move 4s infinite; /* Safari and Chrome */
    -o-animation:move 4s infinite; /* Opera */
    
}

.guoqi>.AIcaozuo-pot{
    position: absolute;
    width: 92px;
    height: 108px;
    background: url(../img/yanxishe/jiaoliu/icon_qiu_hui.png) no-repeat;
    background-size: 100% 100%;
    top: 53px;
    left: 25px;
}
@keyframes move
{
    0%   {top:53px;}
    25%  {top:63px;}
    50%  {top:56px;}
    75%  {top:63px;}
    100% {top:52px;}
}
.AIcaozuo-deadline{
    position: relative;
    width: 137px;
    height: 30px;
    background: url(../img/yanxishe/jiaoliu/icon_shixiao_bg_liang.png);
    background-size: 100% 100%;
    text-align: center;
    margin: 0 auto;
}
.AIcaozuo-deadline-text{
    display: inline-block;
    color: #ffa751;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
.AIcaozuo-time{
    position: relative;
    display: inline-block;
    height: 31px;
    background: -webkit-linear-gradient(rgba(30,50,115,0) 40%,#1fa7f5 116%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(30,50,115,0) 40%,#1fa7f5 116%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(30,50,115,0) 40%,#1fa7f5 116%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(30,50,115,0) 40%,#1fa7f5 116%); /* 标准的语法 */
    border: 1px solid #2bb2ff;
    box-shadow: 0 0 8px rgba(35,201,204,.74);
    margin: 0 auto;
    margin-top: 11px;
    cursor: default;
    text-align: center;
    padding: 0 7px;
}
.AIcaozuo-time>p{
    display: inline-block;
    color: #ffcf73;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}
.AIcaozuo-list>ul>li:first-of-type>.received>.AIcaozuo-card,
.AIcaozuo-list>ul>li:first-of-type>.guoqi>.AIcaozuo-card{
    margin-top: -25px;
}
.AIcaozuo-list>ul>li:nth-of-type(2)>.received>.AIcaozuo-card,
.AIcaozuo-list>ul>li:nth-of-type(2)>.guoqi>.AIcaozuo-card{
    margin-top: 0px;
}
.AIcaozuo-list>ul>li:last-of-type>.received>.AIcaozuo-card,
.AIcaozuo-list>ul>li:last-of-type>.guoqi>.AIcaozuo-card{
    margin-top: -43px;
}

.guoqi>.AIcaozuo-time>p{
    color: #b3b3b3;
}
/* .guoqi>.AIcaozuo-card>.AIcaozuo-deadline{
    background: url(../img/yanxishe/jiaoliu/icon_shixiao_bg_liang.png);
    background-size: 100% 100%;
} */
/* ai具体操作内容 */
.AIcaozuo-detail{
    display: none;
    position: relative;
    width: 440px;
    height: 252px;
    background: url(../img/yanxishe/jiaoliu/icon_AI_xinxi_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 46px;
    top: 14px;
    transform: translateX(19%);
    z-index: 2;
    cursor: default;
}
.AIcaozuo-guoshi{
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 11px;
}
.daoshu{
    background-color: #2aedfb;
    color: #1e9ce6;
    border-radius: 9px;
    padding: 0 5px;
    padding-bottom: 1px;
    margin-left: -3px;
    margin-right: 2px;
    letter-spacing: 0;
}
.AIcaozuo-close{
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    content: url(../img/yanxishe/jiaoliu/icon_Ai_fanghui.png);
    right: 70px;
    top: -2px;
    cursor: pointer;
}
.AIcaozuo{
    position: relative;
    /* width: 80%; */
    padding: 0 84px;
    text-align: center;
    margin: 0 auto;
}
.AIcaozuo-neirong{
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 33px;
    padding-top: 28px;
    margin-left: 15px;
    margin-right: 20px;
}
.AIcaozuo-tips{
    color: #dbdbdb;
    font-size: 12px;
    font-weight: 300;
}
.guoqi-pic{
    display: none;
}
.yiguoqi>.AIcaozuo>.guoqi-pic{
    position: absolute;
    display: block;
    bottom: -17px;
    right: 0;
}

/* .AIcaozuo-mairu{
    color: #ff5151;
}
.AIcaozuo-maichu{
    color: #39b60e;
}
.AIcaozuo-shuzhi{
    color: #ffaf5a;
} */
.yiguoqi{
    background: url(../img/yanxishe/jiaoliu/icon_AI_xinxi_ng_hui.png) no-repeat;
    background-size: 100% 100%;
}
.yiguoqi>.AIcaozuo-guoshi>.daoshu{
    background-color: #6e6e6e;
    color: #bcbcbc;
}
.yiguoqi>.AIcaozuo>.AIcaozuo-close{
    content: url(../img/yanxishe/jiaoliu/icon_AI_fanhui_hui.png);
    right: 70px;
    top: -2px;
}
.AIorder{
    background-color: rgba(0,0,0,.5);
}
.AIorder>.AIcaozuo-container>.AIcaozuo-prev{
    display: inline-block;
}
.AIorder>.AIcaozuo-container>.AIcaozuo-next{
    display: inline-block;
}
/*************** 注册礼包 **************/
.zhuce-libao-box{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 2;
}
.zhuce-libao-body{
    position: relative;
    width: 489px;
    height: 555px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.zhuce-libao-content{
    width: 489px;
    height: 428px;
    background: url(../img/yanxishe/pic_bg_two.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
}
.zhangshu{
    color: #963526;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    margin-top: 7px;
    padding: 0px 30px;
}
.zhuce-libao-text{
    height: 300px;
    margin-top: 35px;
    margin-left: 33px;
    overflow: auto;
}
.zhuce-libao-text::-webkit-scrollbar{
    display: none;
}
.quan-detail{
    margin-bottom: 8px;
}
.quan-left{
    display: inline-block;
    width: 295px;
    border-radius: 11px;
    padding: 8px 13px 13px 9px;
}
.quan-limit{
    display: inline-block;
    width: 121px;
    color: #ffffff;
    font-size: 48px;
    margin-top: 12px;
    margin-bottom: 8px;
}
.quan-limit>span{
    color: #ffffff;
    font-size: 19px;
    font-weight: lighter;
}
.quan-name{
    display: inline-block;
    color: #ffffff;
    font-size: 29px;
}
.quan-name>span{
    font-size: 19px;
}
.quan-tiaojian{
    color: #fcfbfa;
    font-size: 16px;
    font-weight: lighter;
    line-height: 16px;
}
.quan-right{
    display: inline-block;
    width: 102px;
    background-color: #ffffff;
    border-radius: 11px;
    padding: 4px 5px 5px 6px;
    text-align: center;
    vertical-align: top;
}
.quan-date{
    border: 3px dashed #999999;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 9px 15px;
}
.quan-date>p{
    color: #b3b3b3;
    font-size: 14px;
    font-weight: lighter;
}
.ever{
    padding: 11px 0;
}
.quan-state{
    border: 3px dashed #999999;
    border-radius: 5px;
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    line-height: 39px;
}
/********** 特训营 **********/
.camp-coupon>.quan-left{
    background: url(../img/yanxishe/geren/pic_bg_one.png) no-repeat;
    background-size: 100% 100%;
}
/*********** 社员卡 ***********/
.member-coupon>.quan-left{
    background: url(../img/yanxishe/geren/pic_bg_two.png) no-repeat;
    background-size: 100% 100%;
}
/********* 新人体验券 ********/
.expr-coupon>.quan-left{
    background: url(../img/yanxishe/geren/pic_bg_three.png) no-repeat;
    background-size: 100% 100%;
}
/********* 新人抵扣券 ********/
.dedu-coupon>.quan-left{
    background: url(../img/yanxishe/geren/pic_bg_four.png) no-repeat;
    background-size: 100% 100%;
}
/********* 普通直播券 ********/
.ordiLive-coupon>.quan-left{
    background: url(../img/yanxishe/geren/pic_bg_five.png) no-repeat;
    background-size: 100% 100%;
}
/********* 专用直播券 ********/
.specLive-coupon>.quan-left{
    background: url(../img/yanxishe/geren/pic_bg_six.png) no-repeat;
    background-size: 100% 100%;
}
/********* 专用学习券 ********/
.specLearn-coupon>.quan-left{
    background: url(../img/yanxishe/geren/pic_bg_seve.png) no-repeat;
    background-size: 107% 100%;
}
/********* 通用学习券 ********/
.ordiLearn-coupon>.quan-left{
    background: url(../img/yanxishe/geren/pic_bg_eight.png) no-repeat;
    background-size: 100% 100%;
}
/********* 新人折扣券 ********/
.disc-coupon>.quan-left{
    background: url(../img/yanxishe/geren/pic_bg_nine.png) no-repeat;
    background-size: 110% 100%;
}

.zhuece-libao-bottom{
    position: absolute;
    width: 489px;
    height: 173px;
    background: url(../img/yanxishe/pic_bg_three.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}
.quan-shu{
    color: #f1ce7f;
    font-size: 20px;
    margin-top: 58px;
    margin-bottom: 9px;
}
.get-coupon{
    display: inline-block;
    width: 280px;
    height: 57px;
    background: url(../img/yanxishe/btn-lq.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.zhuce-tips{
    color: #ffffff;
    font-size: 20px;
    font-weight: lighter;
    margin-top: 82px;
    text-align: center;
}
.zhuce-tips>span{
    border-bottom: 2px solid;
    color: #f2e094;
    padding-bottom: 2px;
}
/**************************** 拼团列表 ********************/
.tuan-tanchuang-container{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 1;
}
.pintuan-list-container{
    position: relative;
    display: inline-block;
    height: 554px;
    background-color: #f2f4f7;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pintuan-head{
    background-color: #fffffc;
    cursor: default;
}
.pintuan-head>p{
    display: inline-block;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 52px;
    margin-left: 39px;
}
.pintuan-head>p>i{
    display: block;
    width: 30px;
    height: 4px;
    background: linear-gradient(#f24e3d,#f03430);
    background: -moz-linear-gradient(#f24e3d,#f03430);
    background: -o-linear-gradient(#f24e3d,#f03430);
    background: -webkit-linear-gradient(#f24e3d,#f03430);
    margin: 0 auto;
}
.examTime-tanchuang-closeIcon{
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 16px;
    margin-right: 20px;
    cursor: pointer;
}
.txy-pintuan-list{
    display: inline-block;
    width: 120px;
    height: 497px;
    background-color: #fffffc;
    vertical-align: top;
}
.txy-pintuan-list>ul>li{
    position: relative;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 57px;
    border-bottom: 1px solid #f0f0ed;
    text-align: center;
    cursor: pointer;
}
.txy-pintuan-list>ul>li:first-of-type.selected-item{
    background-color: #cca45e;
    color: #ffffff;
}
.txy-pintuan-list>ul>li:nth-of-type(2).selected-item{
    background-color: #cca45e;
    color: #ffffff;
}
.txy-pintuan-list>ul>li:nth-of-type(3).selected-item{
    background-color: #cca45e;
    color: #ffffff;
}
.txy-pintuan-list>ul>li:nth-of-type(4).selected-item{
    background-color: #cca45e;
    color: #ffffff;
}
.txy-pintuan-list>ul>li:nth-of-type(5).selected-item{
    background-color: #cca45e;
    color: #ffffff;
}
.txy-pintuan-list>ul>.selected-item::after{
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-right: 10px solid #f2f4f7;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
}
.txy-pintuan-right{
    display: inline-block;
    width: 720px;
}
.txy-pintuan-post{
    width: 689px;
    height: 411px;
    background: url(../img/yanxishe/texunying/cover/pic_beijing.png) no-repeat;
    background-size: 104% 106%;
    background-position: 0% 47%;
    margin-top: 14px;
    margin-left: 10px;
    margin-bottom: 15px;
}
.txy-currCourse{
    display: inline-block;
    position: relative;
    width: 17px;
    color: #3c3c42;
    font-size: 16px;
    line-height: 18px;
    top: 160px;
    left: 36px;
}
.txy-currCourse>span{
    display: block;
    position: relative;
    width: 2px;
    height: 6px;
    transform: rotateZ(90deg);
    left: 13px;
}
.txy-course-intro{
    position: relative;
    width: 416px;
    height: 336px;
    top: -44px;
    left: 72px;
}
.txy-course-time{
    color: #87443a;
    font-size: 16px;
    font-weight: bold;
    margin-top: -30px;
    margin-left: 158px;
}
.txy-course-time>i{
    width: 18px;
    height: 18px;
    content: url(../img/yanxishe/texunying/icon_pic_sj.png);
    margin-right: 15px;
    vertical-align: text-bottom;
}
.txy-pintuan-bottom{
    background-color: #e6e7eb;
    /* vertical-align: bottom; */
    margin-left: -5px;
}
.txy-pintuan-state{
    display: inline-block;
    margin-right: 5px;
}
.txy-pintuan-user{
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-right: 46px;
    bottom: 9px;
}
.txy-pintuan-user-tx{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #cbcbcb;
    margin-right: 5px;
}
.txy-pintuan-user-name{
    display: inline-block;
    color: #4d4d4d;
    font-size: 15px;
    cursor: default;
}
.txy-pingtuan-member{
    display: inline-block;
    position: relative;
    margin-right: 8px;
    margin-left: 12px;
    vertical-align: text-bottom;
}
.all-member>img{
    width: 35px;
    height: 35px;
    background-color: #b9babd;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(200,201,204,0.31);
}
.all-member>img:not(:first-of-type){
    margin-left: -22px;
}
.ping-zhu{
    position: absolute;
    width: 32px;
    background-color: #f66823;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    left: 0;
    margin-top: -12px;
}   
.txy-pintuan-now{
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.txy-pintuan-rest{
    display: inline-block;
    width: 118px;
    vertical-align: middle;
}
.txy-pintuan-rest>p{
    color: #666666;
    font-size: 14px;
    margin-top: -5px;
    cursor: default;
}
.txy-pintuan-rest>p>span{
    color: #ff0000;
}
.txy-pintuan-join{
    display: inline-block;
    width: 68px;
    background: linear-gradient(#f24f3d,#f03330);
    background: -moz-linear-gradient(#f24f3d,#f03330);
    background: -o-linear-gradient(#f24f3d,#f03330);
    background: -webkit-linear-gradient(#f24f3d,#f03330);
    border-radius: 13px;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-left: -5px;
}
.txy-pintuan-join:hover{
    color: #ffffff;
}
.txy-baoming-btn{
    display: inline-block;
    width: 160px;
    height: 58px;
    background-color: #cca45e;
    cursor: pointer;
}
.txy-ping-btn{
    display: inline-block;
    width: 160px;
    height: 58px;
    background-color: #d63339;
    margin-left: -5px;
    cursor: pointer;
}
.txy-baoming-btn>p,.txy-ping-btn>p{
    color: #f2f4f7;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    margin-bottom: -4px;
}
.txy-baoming-btn>.txy-money,.txy-ping-btn>.txy-money{
    color: #ffdd33;
    margin-top: 10px;
}
/************************* 立即报名弹窗 **********************/
.order-tanchuang-container{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 1;
}
.baoming-tanchuang-container{
    position: relative;
    width: 440px;
    background-color: #fffffc;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.baoming-head{
    border-bottom: 1px solid #e6e6e6;
}
.baoming-head>p{
    display: inline-block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 38px;
    margin-left: 16px;
}
.baoming-head>p>i{
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #e53a30;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 1px;
}
.baoming-head>p>span{
    font-size: 12px;
}
.baoming-tanchuang-closeIcon{
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 17px;
    cursor: pointer;
}
.baoming-detail{
    margin: 0 20px;
    margin-top: 24px;
}
.baoming-item-detail{
    background-color: #fffffc;
    border-radius: 4px;
    box-shadow: 0 0 20px #b7b7b7;
}
.baoming-txy-info{
    border-bottom: 1px solid #f0f0ed;
}
.txy-tupian{
    width: 160px;
    height: 90px;
    background-color: #ccccca;
    border-radius: 4px;
    margin: 8px 9px;
}
.baoming-txy-else{
    position: relative;
    display: inline-block;
    width: 51%;
    margin-left: 9px;
    vertical-align: middle;
}
.baoming-txy-name{
    display: inline-block;
    color: #4d4d4d;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 14px;
}
.baoming-txy-number{
    position: absolute;
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    top: -13px;
    right: 4px;
}
.baoming-txy-price{
    color: #e64d45;
    font-size: 14px;
    font-weight: 300;
}
.baoming-txy-price>span{
    font-size: 17px;
    font-weight: 400;
}
.baoming-txy-price>i{
    display: inline-block;
    position: relative;
    content: '';
    width: 42px;
    height: 15px;
    border: 1px solid #73c0ff;
    color: #73c2ff;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    margin-left: 8px;
}
.baoming-txy-price>i::before{
    position: absolute;
    display: inline-block;
    content: '';
    border: 5px solid transparent;
    border-bottom-color: #73c0ff;
    bottom: -1px;
    left: -6px;
}
.baoming-txy-price>i::after{
    position: absolute;
    display: inline-block;
    content: '';
    border: 4px solid transparent;
    border-bottom-color: #fffffc;
    bottom: 0;
    left: -4px;
}
.txy-source-title,.txy-source-detail{
    display: inline-block;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 33px;
}
.txy-source-title{
    margin-left: 9px;
}
.txy-source-detail{
    float: right;
    margin-right: 12px;
}
.baoming-tips{
    color: #ababab;
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
}
.baoming-coupon{
    background-color: #fffffc;
    border-radius: 4px;
    box-shadow: 0 0 20px #b7b7b7;
    margin-bottom: 26px;
}
.baoming-coupon-title{
    display: inline-block;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    margin-left: 10px;
}
.baoming-coupon-name{
    float: right;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    margin-right: 10px;
}
.baoming-coupon-name>i{
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background-color: #ccccca;
    border-radius: 50%;
    margin-left: 15px;
}
.baoming-total{
    border-top: 1px solid #e6e6e6;
    margin: 0 5px;
}
.baoming-heji{
    display: inline-block;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 56px;
}
.baoming-totalPrice{
    display: inline-block;
    width: 290px;
    color: #e64d45;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
}
.baoming-totalUnit{
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
    line-height: 56px;
}
.baoming-submit>p{
    background-color: #f53d33;
    border-radius: 0 0 4px 4px ;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

/***************** 支付订单 ************/
.order-detail{
    margin: 0 20px;
    margin-top: 27px;
    text-align: center;
    cursor: default;
}
.order-pay-money,.order-qb-pay{
    margin-left: 9px;
}
.order-pay-money-text{
    display: inline-block;
    color: #808080;
    font-size: 13px;
    font-weight: 300;
    padding: 0 19px;
    border-bottom: 1px solid #999999;
}
.order-pay-money-text>span{
    color: #e53a30;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 9px;
    vertical-align: middle;
}
.user-yu-e{
    color: #ababab;
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
}
.order-qb-pay{
    margin-top: 29px;
    margin-bottom: 37px;
}
.order-qb-pay-text{
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
}
#payMoney{
    width: 110px;
    color: #ffb71c;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #e6a519;
    margin: 0 16px;
}
#payMoney:-moz-placeholder{
    color: #ffb71c;
}
#payMoney::-moz-placeholder{
    color: #ffb71c;
}
#payMoney:-ms-input-placeholder{
    color: #ffb71c;
}
#payMoney::-webkit-input-placeholder{
    color: #ffb71c;
}
.order-qb-pay-unit{
    display: inline-block;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 300;
}
.refill-qianbao{
    display: inline-block;
    color: #e64d45;
    font-size: 12px;
    font-weight: 300;
    margin-left: 7px;
    cursor: pointer;
}
.pwd-input{
    border-top: 1px solid #e6e6e6;
    padding-left: 50px;
    padding-right: 34px;
    padding-top: 20px;
}
.pwd-tips-text{
    text-align: left;
    margin-bottom: 10px;
}
.pwd-title{
    display: inline-block;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
}
.forget-title{
    float: right;
    color: #e64d45;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
}
.pwd-input-box{
    display: inline-block;
    width: 190px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 5px 10px;
}
.lock-icon{
    width: 12px;
    height: 14px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
#qbPwd{
    width: 152px;
    font-size: 15px;
    font-weight: 300;
    border: 0 none;
}
#qbPwd:-moz-placeholder{
    color: #c2c2c2;
}
#qbPwd::-moz-placeholder{
    color: #c2c2c2;
}
#qbPwd:-ms-input-placeholder{
    color: #c2c2c2;
}
#qbPwd::-webkit-input-placeholder{
    color: #c2c2c2;
}
.bind-icon{
    width: 16px;
    vertical-align: middle;
    cursor: pointer;
}
.fanhui-icon{
    display: inline-block;
    position: relative;
    width: 59px;
    height: 44px;
    background-color: #ffdbdb;
    border-radius: 0 0 0 4px;
    vertical-align: bottom;
    cursor: pointer;
}
.fanhui-icon>i{
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #ed3832;
    top: 50%;
    left: 50%;
    transform: translate(-70%,-50%);
}
.fanhui-icon>i::after{
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #ffdbdb;
    top: -10px;
    left: -7px;
}
.baoming-confirm>p{
    display: inline-block;
    width: 381px;
    background-color: #f53d33;
    border-radius: 0 0 4px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

/* 页面悬浮按钮 */
.hang{
    position: fixed;
    right: 98px;
    bottom: 300px;
    z-index: 1;
    cursor: pointer;
}
.hang>div{
    width: 40px;
    height: 40px;
    margin-bottom: 13px;
}
.txy-in{
    display: none;
    position: relative;
    background: url(../img/yanxishe/icon_txy.png) no-repeat;
}
.txy-in>.small-dot{
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    content: '';
    background-color: #ff4133;
    border-radius: 50%;
    top: 6px;
    left: 34px;
    animation: zoom 0.5s infinite;
    -moz-animation: zoom 0.5s infinite;
    -o-animation: zoom 0.5s infinite;
    -webkit-animation: zoom 0.5s infinite;
    transform: translate(-50%,-50%)
}
@keyframes zoom{
    0%   {width: 6px;height: 6px;}
    50%   {width: 4px;height: 4px;}
    100% {width: 6px;height: 6px;}
}
.txy-in>p{
    display: none;
    width: 43px;
    color: #e62e2e;
    font-size: 14px;
    margin-left: 48px;
    padding-top: 8px;
}
.lieniu{
    background: url(../img/yanxishe/icon_xz_hui.png) no-repeat;
}
.lieniu>p{
    display: none;
    width: 29px;
    color: #e62e2e;
    font-size: 14px;
    margin-left: 48px;
}
.kefu{
    background: url(../img/yanxishe/icon_kefu_hui.png) no-repeat;
}
.kefu>p{
    display: none;
    width: 29px;
    color: #e62e2e;
    font-size: 14px;
    margin-left: 48px;
    padding-top: 7px;
}
.weixin{
    background: url(../img/yanxishe/icon_gzh_hui.png) no-repeat;
}
.weixin>p{
    display: none;
    width: 43px;
    color: #e62e2e;
    font-size: 14px;
    margin-left: 48px;
    padding-top: 8px;
}
.gzh-erweima,.xz-erweima{
    display: none;
    position: relative;
    width: 150px;
    height: 150px;
    border-right: 1px solid #e62e2e;
    left: -167px;
    bottom: 89px;
}
.xz-erweima{
    left: -167px;
    bottom: 100px;
}
.gzh-erweima::after,.xz-erweima::after{
    position: absolute;
    content: '';
    border: 9px solid transparent;
    border-left: 9px solid #e62e2e;
    right: -19px;
    top: 68px;
}
.gzh-erweima>img,.xz-erweima>img{
    width: 100%;
    height: 100%;
}
.toTop{
    background: url(../img/yanxishe/icon_zd_hui.png) no-repeat;
}
.toTop>p{
    display: none;
    width: 29px;
    color: #e62e2e;
    font-size: 14px;
    margin-left: 48px;
    line-height: 14px;
    padding-top: 6px;
}
.txy-in:hover >p{
    display: block;
}
.lieniu:hover{
    background: url(../img/yanxishe/icon_xz_hong.png) no-repeat;
}
.lieniu:hover >p{
    display: block;
}
.lieniu:hover >.xz-erweima{
    display: block;
}
.kefu:hover{
    background: url(../img/yanxishe/icon_kefu_hong.png) no-repeat;
}
.kefu:hover >p{
    display: block;
}
.weixin:hover{
    background: url(../img/yanxishe/icon_gzh_hong.png) no-repeat;
}
.weixin:hover >p{
    display: block;
}
.weixin:hover >.gzh-erweima{
    display: block;
}
.toTop:hover{
    background: url(../img/yanxishe/icon_zd_hong.png) no-repeat;
}
.toTop:hover >p{
    display: block;
}

@media screen and (max-width:1700px){
    .hang{
        display: none;
    }
}
@media screen and (max-width:1380px){
    .tab>li{
        margin-left: 9px;
        margin-right: 8px;
    }
}

@media screen and (max-width:1280px){

    .tab>li{
        margin-left: 7px;
        margin-right: 7px;
    }
}