body{
	background: #F6F6F6;
}
.dialog{
	width: 920px;
	margin: 0 auto;
	display: flex;
    overflow: hidden;
    position: relative;
}

.dialog_lt{
	width: 270px;
    height: 600px;
    background: #363E47;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.lt-list-box {
    height: 562px;
    overflow: auto;
    border-bottom: 1px solid #fff;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.dialog_rt{
	width: 650px;
	height: 600px;
}
/* .dialog_side{
    width: 220px;
    height: 600px;
    margin-left: 20px;
    background: #fff;
} */
.ui-cell:before,.ui-cell:after{
	border: none;
}
.ui-cell{
	padding: 0;
}
/*左侧样式*/
.lt_list{
	padding: 10px;
	cursor: pointer;
	position: relative;
}
.lt_list>div:first-of-type{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	flex-shrink: 0;
    -webkit-flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.lt_list>div:first-of-type img{
    border-radius: 50%;
    display:block;
    width: 100%;
    height: 100%;
}
.lt_tips {
    display: block;
    width: 10px;
    height: 10px;
    background: red;
    position: absolute;
    top: 25px;
    left: 50px;
    border-radius: 50%;
}
.lt_list>div:last-of-type{
	width: 200px;
	margin-left: 10px;
}
.master_info{
	color: #fff;
}
.order-stauts span{
	display: inline-block;
	border-radius: 20px;
    padding: 0 10px;
    margin: 5px 0;
}
.stauts_r{
	border: 1px solid #EC4E4E;
	color: #EC4E4E;
}
.stauts_w{
	border: 1px solid #fff;
	color: #fff;
}
.text_de{
	color: #748292;
}
.lt_active{
	background: #293037;
}
/*右侧样式开始*/
.rt_title{
	width: 100%;
	background: #E9EAEB;
	color: #333333;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.dia_box{
	padding-bottom: 10px;
	height: 401px;
	background: #F6F7F9;
	overflow: auto;
}
.chat-list {
    width: 95%;
    margin: 0 auto;
}
.chat-time {
    font-size: 12px;
    text-align: center;
    margin-top: 1.25rem;
    color: #666;
}
.chat-list.opposite .chat-box {
    justify-content: flex-start;
}
.chat-box {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    position: relative;
}
.chat-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.chat-list.opposite .chat-detail {
    margin-left: .3rem;
}
.goods_sale .chat-detail{
    margin: 0 auto !important;
}
.chat-list.opposite .chat-name {
    text-align: left;
}
.chat-name {
    color: #666;
}
.chat-bar {
    display: flex;
    display: -webkit-flex;
    margin-top: .5rem;
}
.chat-list.self .chat-bar {
    justify-content: flex-end;
}
.chat-list.opposite .chat-bar{
    /* max-width: 90%; */
    margin-right: 3rem;
}
.chat-bar .icon-tright {
    text-align: right;
    margin-right: -.4rem;
    line-height: 1rem;
    color: #fff;
}
.chat-list.opposite .chat-content {
    background-color: #fff;
    color: #666;
}
.chat-list.opposite .chat-content {
    background-color: #fff;
    color: #666;
}
.chat-content {
    padding: .5rem .75rem;
    border-radius: .5rem;
    font-size: .7rem;
    /* text-align: justify; */
    line-height: 1.5rem;
    word-break: break-all;
    position: relative;
    cursor: pointer;
    min-width: 50px;
}
.chat-content .icon-yinliang {
    width: 5.5rem;
    color: #666;
}
.chat-list.opposite .chat-timenum {
    margin-left: .5rem;
    color: #666;
}
.chat-timenum {
    line-height: 2rem;
}
.chat-content img {
    display: block;
    max-width: 100%;
    max-height: 10rem;
}
.chat-list.self .chat-box {
    justify-content: flex-end;
}
.chat-list.self .chat-detail {
    margin-right: .3rem;
}
.chat-list.self .chat-name {
    text-align: right;
}
.chat-list.self .chat-content {
    background-color: #00abaf;
    color: #fff;
    margin-left: 3rem;
    /* max-width: 87%; */
}
.chat-bar .icon-tleft {
    text-align: right;
    margin-left: -.4rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #00abaf;
}
.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-list.self .chat-content .icon-yinliang{
	color: #fff;
}
.chat-list.self .chat-timenum {
    margin-right: .5rem;
    color: #666666;
}

.order_time{
	height: 28px;
	line-height: 28px;
	border: 1px solid #00ABAF;
	color: #00ABAF;
	padding: 0 20px;
	border-radius: 20px;
	margin: 10px 0;
	margin-right: 20px;
	text-align: center;
}
/*底部盒子开始*/
.bottom_box{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	height: 149px;
	background: #fff;
	-moz-box-shadow: 0px 4px 5px #888888; /* 老的 Firefox */
	box-shadow: 0px 4px 5px #888888;
	position: relative;
}
.bottom_top{
	padding: 5px 10px;
}
.bottom_top span{
	display: inline-block;
	font-size: 30px;
	color: #999999;
	margin-right: 20px;
	cursor: pointer;
}
.bottom_top span:hover,
.bottom_top span.active{
	color: #00B2B6;
}

.bottom_m{
	padding: 5px 10px;
}
.bottom_m textarea{
	display: block;
	width: 100%;
	border: none;
	outline:none;
	font-size: 14px;
	color: #333333;
	resize: none;
	max-height: 50px;
	overflow: auto;
}
.btn_box{
	padding: 5px 10px;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.btn_fs{
	background: #00B2B6;
	font-size: 22px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	cursor: pointer;
}
.end_text{
	font-size: 24px;
	text-align: center;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 20px;
}
.end_text i{
	font-size: 28px;
	color: #00B2B6;
	margin-right: 10px;
}
.end_btn{
	text-align: center;
}
.end_btn a{
	display: inline-block;
	font-size: 20px;
	color: #333333;
	text-align: center;
	width: 125px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
.end_btn a:first-of-type{
	margin-right: 30px;
}
.fast-answer-box{
    width: 500px;
    height: 200px;
    overflow: auto;
    -moz-box-shadow: 0px 4px 5px #888888;
    box-shadow: 0px 4px 5px #888888;
    position: absolute;
    top: -240px;
    left: 80px;
    background: #fff;
    font-size: 14px;
    padding: 20px;
    line-height: 1.8;
}
.fast-answer-box p:hover{
	color: #00B2B6;
	cursor: pointer;
}
.cell-lt-bottom {
    padding: 10px;
}
.clearBtn {
    cursor: pointer;
}
.clearBtn i{
	font-size: 14px;
}
.fast-answer-box p{
	border-bottom: 1px dotted #CCCCCC;
}

/*提示消息*/
.rt_title span{
	color: #FB3838;font-size: 14px;
}
.titleTips{
	text-align: center;
}
.titleTips span{
   	display: inline-block;
    font-size: 12px;
    background: #CCCCCC;
    color: #FFFFFF;
    text-align: center;
    border-radius: 35px;
    margin-top: 0.75rem;
    padding: 0.35rem 1rem;
}
/*订单升级*/
.upgrademodel{
	width: 400px;
    overflow: auto;
    -moz-box-shadow: 0px 4px 5px #888888;
    box-shadow: 0px 4px 5px #888888;
    position: absolute;
    top: -270px;
    left: 120px;
    background: #fff;
    font-size: 14px;
    padding: 20px;
    line-height: 1.8;
}
.upgrademodel>div:first-of-type {
    text-align: center;
    font-size: 16px;
}
.upgrademodel>div:nth-of-type(2) {
    padding: 0 0.75rem;
    color: #666666;
}
.upgrademodel>div:nth-of-type(3) {
    margin: 0 0.75rem;
}
.upgrademodel 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;
    cursor: pointer;
}
.upgrademodel>div:nth-of-type(4) {
    margin: 1rem 0.75rem;
}
.upgrademodel>div:last-of-type {
    margin: 0 0.75rem;
    margin-top: 1.5rem;
    text-align: center;
    background: #00B2B6;
    color: #fff;
    border-radius: 3px;
    padding: 0.5rem 0;
    cursor: pointer;
}
.chat-list .chat-box .chat-detail .upbox{
	padding: 0;
    margin: 0;
	overflow: hidden;
    width: 321px;
}
.chat-list .chat-box .chat-detail .upbox .ui-cell{
	background: #FE7467;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 14px;
	padding: 25px 10px;
	color: #FFFFFF;
}
.chat-list .chat-box .chat-detail .upbox .ui-cell>div:first-of-type i{
	font-size: 20px;
	position: relative;
	top: 1px;
    margin-right: 10px;
}
.upTex {
    font-size: 14px;
    padding: 15px 10px;
    background: #FFFFFF;
    color: #666666;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.chat-bar .upleft, .chat-bar .upright {
    color: #FE7467;
}
/*2018.8.22 新增大师卖货*/
.white-popu{
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 171px;
    right: 38px;
    border-radius: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 900;
}
.end_box{
    /* background: #F6F7F9; */
    position: absolute;
    bottom: 145px;
    right: 10px;
    z-index: 910;
    width: 50px !important;
    height: 50px !important;
}
.navimenu {
    min-width: 40px !important;
    min-height: 40px !important;
    margin: auto !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
}
#gooeySVG0{
    width: 50px !important;
    height: 50px !important; 
}
.nav_back{
    display: block;
    font-size: 20px;
}
.nav_back.rotate{
    transform: rotate(0deg);
    -o-transform:rotate(0deg); 
    -ms-transform:rotate(0deg); 	
    -moz-transform:rotate(0deg); 	
    -webkit-transform:rotate(0deg);
}
.gooey-v .gooey-menu-item.up{
    transform: translateY(-59px);
    -o-transform:translateY(-59px); 
    -ms-transform:translateY(-59px); 	
    -moz-transform:translateY(-59px); 	
    -webkit-transform:translateY(-59px);
}
.nav_tip{
    display: none;
    position: absolute;
    left: -220px;
    bottom: 0;
    width: 210px;
    text-align: right;
    font-size: 14px;
    color: #666 !important;
}
.black-popu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 930;
}
.cancle-popu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 990;
}
.black-popu .goods_win{
    width: 380px;
    height: auto;
    padding: 10px 0 0;
    margin: 65px auto;
    transform: translateX(30%);
    -o-transform:translateX(30%); 
    -ms-transform:translateX(30%); 	
    -moz-transform:translateX(30%); 	
    -webkit-transform:translateX(30%);
    z-index: 950;
}
.goods_win .search_box{
    width: 90%;
    margin: 10px auto;
}
.goods_win .search_box .search_btn,
.goods_win .search_box .reset_btn{
    height: 35px;
    width: 60px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.goods_win .search_box .search_btn{
    background: #00ABAF;
    margin-right: 10px;
}
.goods_win .search_box .reset_btn{
    background: #fe7467;
}
.goods_win .search_bar {
    position: relative;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    min-height: 35px;
    line-height: 35px;
    width: 60%;
    overflow: hidden;
    margin-right: 10px;
}
.goods_win .search_bar span{
    position: absolute;
    left: 14%;
    font-size: 20px;
    color:#999;
    line-height: 37px;
    transition: all 0.4s;
}
.goods_win .search_bar input{
    border: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    transition: all 0.4s;
    padding-left: 50px;
    background: #fff;
}
.goods_win .search_bar input.focus{
    padding-left: 35px;
}
.goods_win .search_bar input::-webkit-input-placeholder{
    color:#999;
    text-align: center;
    font-size: 16px;
    transition: all 0.4s;
    padding-right: 50px;
}
.goods_win .search_bar input::-moz-placeholder{
    color:#999;
    text-align: center;
    font-size: 16px;
    transition: all 0.4s;
    padding-right: 50px;
}
.goods_win .search_bar input:-moz-placeholder{
    color:#999;
    text-align: center;
    font-size: 16px;
    transition: all 0.4s;
    padding-right: 50px;
}
.goods_win .search_bar input:-ms-input-placeholder{
    color:#999;
    text-align: center;
    font-size: 16px;
    transition: all 0.4s;
    padding-right: 50px;
}

.goods_win .search_bar input.focus::-webkit-input-placeholder{
    text-align: left;
}
.goods_win .search_bar input.focus::-moz-placeholder{
    text-align: left;
}
.goods_win .search_bar input.focus:-moz-placeholder{
    text-align: left;
}
.goods_win .search_bar input.focus:-ms-input-placeholder{
    text-align: left;
}
.goods_win .search_bar input.focus::-input-placeholder{
    text-align: left;
}
.goods_win .tab_bar{
    padding: 0 50px 10px;
    font-size: 16px;
    color: #00ABAF;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    min-height: 40px;
}
.goods_win .tab_item{
    display: block;
    min-width: 60px;
    text-align: center;
}
.goods_win .tab_item:hover,
.goods_win .tab_item.active{
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 5px;
}
.goods_win .slide_item{
    position: absolute;
    bottom: 5px;
    width:30px;
    height: 3px;
    background: #00abaf;
    transition: all 0.4s;
    /* left: 16.5%; */
}
.goods_win .slide_item.t1{
    left: 14.5%;
}
.goods_win .slide_item.t2{
    left: 30.5%;
}
.goods_win .slide_item.t3{
    left: 46%;
}
.goods_win .slide_item.t4{
    left: 62%;
}
.goods_win .slide_item.t5{
    left: 77.5%;
}
.goods_win .goods_list{
    position: relative;
    transition: all 0.4s;
    overflow: hidden;
}
.goods_win .goods_list.send_padding{
    padding-bottom: 70px;
}
.goods_win .goods_list .goods_info{
    max-height: 300px;
    overflow-y: scroll;
    width: 104%;
}
.goods_info .empty{
    width: 100%;
    height: 300px;
}
.goods_info .empty img{
    display: block;
    width: 50%;
    margin: 30px auto 10px;
}
.goods_info .empty .none{
    text-align: center;
    font-size: 16px;
}
.goods_list .center{
    text-align: center;
    color:#999;
    padding: 0.5rem;
}
.goods_win .list_item{
    padding:10px;
    border-bottom:1px solid #d2d2d2;
    cursor: pointer;
}
.goods_win .list_item>div{
    display: block;
    height: 80px;
}
.goods_win .price{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
}
.goods_win .goods_img{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.goods_win .check_dot{
    font-size: 26px;
    color: #999;
    margin-left: 20px;
}
.goods_win .check_dot.check{
    color: #00ABAF;
}
.goods_win .send_bar{
    display: none;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}
.goods_win .send_bar>div{
    width: 48%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.goods_win .send_bar .send_url{
    background: #fe7467;
    margin-right: 10px;
}
.goods_win .send_bar .send_img{
    background: #00ABAF;
}
.close{
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
}
.close span{
    display: block;
    font-size: 40px;
    cursor: pointer;
}
.goods_sale .g_name{
    line-height: 1.5rem;
}
.goods_img .chat-content img {
    max-height: 20rem;
}
.chat-list.goods_sale .chat-box .chat-detail .upbox .ui-cell>div:first-of-type i {
    font-size: 36px;
    line-height: 2.5rem;
}
.goods_sale .chat-content{
    line-height: 1rem;
}
.cancle_win{
    width: 230px;
    height: 130px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 30%;
    left: 50%;
    border-radius: 10px;
    text-align: center;
}
.cancle_win .title{
    font-size: 16px;
    font-weight: bold;
    width: 40%;
    margin: 10px auto;
}
.cancle_win .txt{
    padding: 0 10px;
    height: 50px;
}
.cancle_win .btn_bar{
    height: 40px;
    border-top: 1px solid #d2d2d2;
}
.cancle_win .btn_bar>div{
    width: 49%;
    height: 90%;
    cursor: pointer;
    line-height: 34px;
    color:#0f71db;
}
.cancle_win .no{
    border-right: 1px solid #d2d2d2;
}


.zixun_box{
	
}