
 #send-msg-content{
    user-select:text;
    -webkit-user-select:text;
    /* -webkit-appearance: textfield */
 }
 
.relative{
    position: relative;
}
.group_title{
    position: fixed;
    top: 0;
    height: 2rem;
    width: 100%;
    text-align: center;
    background: #fff;
    z-index: 99;
}
.group_title i{
    color: #999999;
    font-size: 1.2rem;
}
.group_title .ui-cell-primary{
    text-align: center;
}
/*消息开始*/
.chat-list {
    width: 90%;
    margin: .75rem auto;
}
.chat-time {
    font-size: .5rem;
    text-align: center;
    margin-top: 1rem;
    color: #666;
}
.chat-list.self .chat-box {
    justify-content: flex-end;
}
.chat-box {
    margin-top: .15rem;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    position: relative;
}
.chat-list.self .chat-detail {
    margin-right: .5rem;
    max-width: 12rem;
}
.goods_sale .chat-detail{
    width: 100%;
}
.chat-list.self .chat-name {
    text-align: right;
}
.chat-name {
    font-size: .65rem;
    color: #666;
}
.chat-bar {
    display: flex;
    display: -webkit-flex;
    margin-top: .3rem;
}
.chat-list.self .chat-content{
    background-color: #00abaf;
    color: #fff;
  border-radius: 18px 8px 18px 18px;
}
.chat-list.opposite .chat-content{
     border-radius: 8px 18px  18px 18px;
}
.chat-content {
    padding: .5rem .75rem;
    /* border-radius: .5rem; */
    font-size: .7rem;
    /* text-align: justify; */
    line-height: 1rem;
    word-break: break-all;
    position: relative;
    /*禁止长按选中*/
    
}
.chat-bar .icon-tleft {
    text-align: right;
    margin-left: -.4rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #00abaf;
}
.chat-photo {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    /* overflow: hidden; */
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    position: relative;
}
.chat-photo span{
    position: absolute;
    bottom: -1rem;
    width: 100%;
}
.chat-photo.man::after,
.chat-photo.lady::after{
    content: '';
    display: block;
    width: .8rem;
    height: .8rem;
    background: url(http://img.bangbangce.com/4eH3W4d53xJ3) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -.1rem;
    right: -.1rem;
    z-index: 10;
}
.chat-photo.lady::after{
    background: url(http://img.bangbangce.com/68AAPQEFjrKZ) center no-repeat;
    background-size: 100% 100%;
}
.chat-list.self .chat-timenum {
    margin-right: .5rem;
    text-align: right;
}
.chat-list .audio_txt_box{
    padding: .5rem 0 0;
    border-top: 1px solid #fff;
    line-height: 1;
    width: 100%;
    margin-top: .5rem;
}
.othervoice .audio_txt_box{
    border-top: 1px solid #e6e6e6;
}
.chat-list .audio_txt_box .txt_loading{
    width: 15%;
    margin-right: .3rem;
}
.chat-list .translate_txt{
    display: none;
}
.chat-timenum {
    line-height: 1rem;
    width: 3.5rem;
    margin-top: .1rem;
    font-size: .85rem;
    max-width: 8rem;
    min-width: 1.4rem;
}
.chat-list.self .chat-content .icon-yinliang {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.chat-content .icon-yinliang {
    font-size: 1rem;
    /* width: 5.5rem; */
}
.chat-content img {
    display: block;
    max-width: 100%;
    max-height: 10rem;
}
.chat-list.othervoice .play_video{
    position: relative;
}
.othervoice.unread .play_video::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -.8rem;
    width: .4rem;
    height: .4rem;
    background: #FD5F5F;
    border-radius: 16px;
}
.chat-list.opposite .chat-box {
    justify-content: flex-start;
}
.chat-list.opposite .chat-detail {
    margin-left: .5rem;
    max-width: 12rem;
}
.chat-list.opposite .chat-name {
    text-align: left;
}
.chat-list.opposite .chat-content {
    background-color: #fff;
    color: #666;
}
.chat-bar .icon-tright {
    text-align: right;
    margin-right: -.4rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
}
.chat-list.opposite .chat-timenum {
    margin-left: .5rem;
    text-align: left;
}
.fast-answer{
    display: none;
    width: 100%;
    max-height: 9.75rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.fast-answer > a{
    display: block;
    width: 100%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    line-height: 1.75rem;
    height: 1.75rem;
    font-size: .6rem;
}
.fast-answer > a:not(:last-child){
    border-bottom: .05rem solid #ccc;
}
.fast-answer > a.active{
    color: #00abaf;
}



/*订单升级弹窗开始*/
.upgradecontent>div:nth-of-type(3){
	margin: 0 0.75rem;
}
.upgradecontent select{
	display: block;
	width: 100%;
	padding: 0.3rem 0.75rem;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	margin: 0.75rem 0 1rem 0;
	color: #999999;
}
.upgradecontent>div:nth-of-type(4){
	margin: 1rem .75rem;
}
.chat-list .chat-box .chat-detail .upbox{
	padding: 0;
}
.goods_sale .upbox{
    width: 100%;
}
.chat-list .chat-box .chat-detail .upbox .ui-cell{
	background: #FE7467;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: .75rem;
}
.chat-list.goods_sale .chat-box .chat-detail .upbox .ui-cell{
    min-height: 3rem;
    font-size: .7rem;
    
}
.chat-list.opposite .upbox{
	color: #FFFFFF;
}
.chat-list .chat-box .chat-detail .upbox .ui-cell .ui-icon{
	font-size: 1.5rem;
}
.chat-list .chat-box .chat-detail .upbox .ui-cell .icon-weibiaoti-8{
	font-size: 1.8rem;
}
.upTex{
	font-size: 0.6rem;
	padding: 0.15rem 0.75rem;
	background: #FFFFFF;
	color: #666666;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.chat-bar .upleft,.chat-bar .upright{
	color: #FE7467;
}
.upsuccess{
	text-align: center;
	margin-top: 1rem;
}
.upsuccess span{
	background: #CCCCCC;
	color: #FFFFFF;
	font-size: 0.6rem;
	padding: 0.2rem 0.75rem;
	border-radius: 20px;
}
/*订单升级弹窗结束*/
/*日期插件的修改*/
.android-ics .dwv{
	background-color: #22192E;
	border: none;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.android-ics .dw{
	color: #999999;	
}
.android-ics .dw .dwwol {
    border-top: 1px solid #E1C893;
    border-bottom: 1px solid #E1C893;
}
.dw-persp, .dwo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0,0,0,0.3);
}
.dw{
	z-index: 99999999;
}

/*智能推荐*/
.tj_box{
	width: 80%;
	margin: 0 auto;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin-top: 1.25rem;
	position: relative;
}
.tj_box .ui-cell:before,.tj_box .ui-cell:after{
	border: none;
}
.tj_box .img_100{
	display: block;
	width: 100%;
}
.tj_item{
	display: block;
	font-size: 0.7rem;
}
.tj_tl{
	padding: 0.5rem 0.75rem;
	color: #666666;
	font-size: 0.6rem;
}
.tj_tl>div:first-of-type{
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	background-color: #00B2B6;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	margin-right: 0.5rem;
	color: #FFFFFF;
}
.tj_tl>div:first-of-type i{
	margin-right: 0;
}
.tj_item .ui-nowrap-2{
	padding: 0 0.75rem;
	color: #3A3A3A;
}
.tj_cent{
	padding: 0.5rem 0.75rem;
}
.tj_bot{
	padding: 0.1rem 0.75rem;
	border-top: 1px solid #D9D9D9;
	font-size: 0.6rem;
	color: #666666;
}
.tl_kf{
	display: block;
	background-color: #FBFBFB;
	font-size: 0.65rem;
	position: absolute;
	top: 0.5rem;
	right: 0.75rem;
	border-radius: 20px;
	color: #666666;
	border: 1px solid #D9D9D9;
    padding: 0.1rem 0.5rem;
}
.tl_kf i{
	position: relative;
    top: -2px;
}
.tj_info{
	color: #3A3A3A;
	padding-top: 0;
}
.tj_info_img{
	width: 5rem;
	height: 5rem;
	margin-left: 0.5rem;
}
.tj_info_tx>div:first-of-type{
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
}
.tj_info_tx>div:last-of-type{
	color: #999999;
	font-size: 0.6rem;
}
.tj_info_tx{
	width: 60%;
}
.goods{
	background-color: #F5F7F7;
	padding: 0.5rem 0;
	margin: 0 0.75rem;
	margin-bottom: 0.5rem;
}
.goodsImg{
	width: 4rem;
	height: 4rem;
	margin-right: 0.75rem;
}
.goodsInfo .ui-nowrap-2{
	padding: 0;
	margin-bottom: 0.75rem;
}
.goodsPrice{
	color: #ED032F;
	font-size: 0.8rem;
}
.goodsBtn{
	padding: 0.35rem 0;
	text-align: center;
	border: 1px solid #ED032F;
	color: #ED032F;
	border-radius: 5px;
	margin: 0 0.75rem;
}


/*新增消息发送模板*/
.send-success,
.send-birth{
    margin-top: .75rem;
}
.send-success .chat-content,
.send-birth  .chat-content{
    border:1px solid #BAE3E7;
    background-color: #E7F2F3 !important;
    font-size: .65rem;
    color: #333;
    padding: .75rem;
}
.img_send{
    display: block;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
}
.success-content .success_tl{
    font-size: .5rem;
    color: #666
}
.success-content .user_info{
    margin-top: .2rem;
    font-size: .65rem;
    color: #333;
}



.start_consult{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    table-layout: fixed;
    z-index: 100;
}

@media (width:360px){
    .finish-server-user .invite_bar{
        max-width: 80%;
    }
}