/*
* @Author: 
* @Date:   2017-05-25 15:27:33
 * @Last Modified time: 2017-11-20 16:03:28
*/
.g_main{
	width: 100%;
	height: 100%;
	background: #20222C;
	position: relative;
	z-index: 2;
	/* overflow: scroll;  */
}
header {
	height: 0.5rem;
	text-align: center;
	position: relative;
	top: 0;
	z-index: 100;
	left: 0;
	background: #20222C;
	width: 100%;
	color: #fff;
	border-bottom: 1px solid #0B0C12;
}

header p {
	display: inline-block;
	height: 24px;
	text-align: center;
	margin: .15rem auto;
	letter-spacing: 0;
	font-size: 0.17rem;
	line-height: 0.24rem;
	font-weight: 400;
}

header .back {
	position: absolute;
	display: inline-block;
	width: .54rem;
	height: .22rem;
	line-height: .22rem;
	color: #222222;
	text-align: center;
	/* background: rgba(255, 255, 255, 0.2); */
	border-radius: .4rem;
	top: .15rem;
	left: .15rem;
	padding-left: .04rem;
	display: none;
	
}

header .back:before {
	content: '';
	position: absolute;
	display: block;
	width: .1rem;
	height: .1rem;
	border-bottom: .02rem solid #fff;
	border-left: .02rem solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: .05rem;
	left: .06rem;
}
.top_right{
	position: absolute;
	right: 0.1rem;
	top: 0;
	
	height: 100%;
}
.top_right>img{
	width: 0.5rem;
	margin-top: 0.15rem;
}

.g_content{
	position: absolute;
    top: 0.51rem;
    left: 0; 
    right: 0;
    bottom: 0.56rem;  
    overflow: hidden;
}

.conversation{
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 0.08rem;
	padding-bottom: 0.3rem;
}
/* .conversation_more{
	text-align: center;
	color: #AAA9A6;
	font-size: 0.11rem;
	margin-top: 0.2rem;
} */
.conversation_list{
	margin-top: 0.2rem;
	overflow: hidden;
	-webkit-user-select:text;/*webkit浏览器*/
	-khtml-user-select:text;/*早起浏览器*/
	-moz-user-select:text;/*火狐浏览器*/
	-ms-user-select:text;/*IE浏览器*/
	user-select:text;/*用户是否能够选中文本*/   
}
.conversation_img{
	width: 0.32rem;
	height: 0.32rem;
	border-radius: 50%;
}
.conversation_content{
	white-space: pre-wrap;
	word-break: break-all;
	-webkit-user-select:text;/*webkit浏览器*/
	-khtml-user-select:text;/*早起浏览器*/
	-moz-user-select:text;/*火狐浏览器*/
	-ms-user-select:text;/*IE浏览器*/
	user-select:text;/*用户是否能够选中文本*/  
}
.conversation_content img{
	max-width: 100%;
	/* height: max-content; */
}
.conversation_white{
	max-width: 74%;
	background: #569AFF;
	color: #fff;
	box-shadow:0px 2px 30px 0px rgba(0,0,0,0.04);
	border-radius:0px 10px 10px 10px;
	margin-left: 0.07rem;
	padding: 0.1rem;
}
.conversation_blue{
	max-width: 74%;
	background: #313442;
	color: #fff;
	box-shadow:0px 2px 30px 0px rgba(0,0,0,0.04);
	border-radius:10px 0px 10px 10px;
	margin-right: 0.07rem;
	padding: 0.1rem;
}
.conversation_time{
	font-size: 0.11rem;
	color: #AAA9A6;
	text-align: center;
	margin-top: 0.2rem;
}
.conversation_text{
	color: #9B9B9B;
	font-size: 0.11rem;
	text-align: center;
	margin: 0 auto;
	margin-top: 0.1rem;
}
.conversation_text i{
	max-width: 80%;
	padding: 0.03rem 0.25rem;
	display: inline-block;
	color: #535872;
	font-size: 0.12rem;
	/* background: #E9E9E9; */
}
.conversation_text pre{
	max-width: 90%;
    margin: 0 auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding: 0.03rem 0.25rem;
    display: inline-block;
	/* background: #E9E9E9; */
	text-align: left;
}
.conversation_text span{
	color: #569AFF;
	cursor: pointer;
}
.conversation_evaluate{
	width: 80%;
	border: 1px solid #34374A;
	background: #34374A;
	margin: 0 auto;
	padding: 0.2rem;
	font-size: 0.13rem;
	margin-top: 0.2rem;
	color: #fff;
}
.conversation_evaluate div{
	width: 0.8rem;
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
	font-size: 0.14rem;
	border-radius: 2px;
	background: #7AA9EC;
	color: #fff;
	margin: 0 auto;
	margin-top: 0.15rem;
	cursor: pointer;
}

.g_footer{
	width: 100%;
	height: 0.55rem;
	background: #313442;
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
	transform: translateZ(0);
	display: flex;
	display: -webkit-flex;
	color: #CFCFCF;
}

.update_img{
	width: 0.24rem;
	height: 100%;
	position: relative;
	line-height: 0.65rem;
	margin: 0 0.07rem 0 0.13rem;
}
.update_img input{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.input_message{
	height: 0.32rem;
	border: 1px solid #CBCBCB;
	border-radius: 100px;
	margin-right: 0.11rem;
	margin-top: 0.12rem;
	flex: 1;
	-webkit-flex: 1;
	display: flex;
	display: -webkit-flex;
}
.input_message input{
	flex: 1;
	-webkit-flex: 1;
	margin: 0 0.13rem;
}
.input_message img{
	width: 0.26rem;
	height: 0.26rem;
	margin: 0.02rem;
}


.sendmsg_mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.67);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
}

.sendmsg_content{
	width: 90%;
	padding: 0.12rem;
	background: #34374A;
	color: #fff;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -45%;
	border-radius: 4px;
}

.evaluat_mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.67);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
}

.evaluat_content{
	width: 90%;
	padding: 0.1rem;
	background: #34374A;
	color: #fff;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -45%;
	border-radius: 4px;
}
.evaluat_title{
	text-align: center;
	font-size: 0.14rem;
	color: #fff;
	margin-top: 0.3rem;
}
.evaluat_down{
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	cursor: pointer;
}
.evaluat_ul{
	display: flex;
	display: -webkit-flex;
	margin-top: 0.23rem;
}
.evaluat_list{
	flex: 1;
	-webkit-flex: 1;
	text-align: center;
	cursor: pointer;
}
.evaluat_list img{
	width: 0.53rem;
	height: 0.53rem;
}
.evaluat_btn{
	margin-top: 0.05rem;
	margin-bottom: 0.3rem;
}
.evaluat_btn div{
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	border: 2px solid #D9D9D9;
	display: inline-block;
}
.evaluat_btn div.evaluat_selection{
	background: #7AA9EC;
}
.evaluat_text::-webkit-input-placeholder{
	font-size: 0.11rem;
}
.evaluat_text{
	width: 100%;
	height: 0.6rem;
	border: 1px solid #20222C;
	background: #20222C;
	border-radius: 2px;
	padding: 0.08rem 0.1rem;
	font-size: 0.11rem;
	resize: none;
}
.evaluat_submit{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	background: #DDDDDD;
	color: #fff;
	font-size: 0.16rem;
	margin-top: 0.1rem;
	cursor: pointer;
}
.evaluat_submit.evaluat_submit_show{
	background: #7AA9EC;
}


.sendmsg_down{
	/* width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	cursor: pointer;   */
	width: 0.3rem;
    height: 0.3rem;
    position: absolute; 
	right: -0.1rem;
    top: -0.15rem;
    cursor: pointer 
}
.sendmsg_text::-webkit-input-placeholder{
	font-size: 0.11rem;
}
.sendmsg_text{
	width: 100%;
	height: 0.8rem;
	border: 1px solid #20222C;
	background: #20222C;
	border-radius: 2px;
	padding: 0.08rem 0.1rem;
	font-size: 0.14rem;
	resize: none;
	border-radius: 10px;
}
.sendmsg_submit{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;    
	background: #5c93f7;
	color: #fff;
	font-size: 0.16rem;
	margin-top: 0.1rem;
	cursor: pointer;
	border-radius: 20px;
}
.sendmsg_submit.sendmsg_submit_show{
	background: #7AA9EC;
}
.sendmsg_submit:hover{background: #76a7ff;}
.sendmsg_submit:active{   
	background: #76a7ff;
}
.pc_main{
	width: 830px;
	height: 760px;
	margin: 5% auto;
	background: #20222C;
}
.pc_main header{
	height: 60px;
	background:linear-gradient(90deg,rgba(50,57,96,1) 0%,rgba(59,74,94,1) 100%);
	color: #fff;
	line-height: 0.6rem;
	text-align: left;
}
.pc_main header p{
	text-indent: 30px;
}
.pc_main .g_content{
	top: 60px;
	bottom: 210px;
}
.pc_main .conversation{
	padding: 0 30px;
	padding-bottom: 30px;
}
.pc_footer{
	width: 100%;
	height: 210px;
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 101;
	background: #20222C;
	display: none;
}
.pc_footer_update{
	width: 100%;
	height: 40px;
	/* border-bottom: 1px solid #E4E4E4; */
	background: #313442;
	position: relative;
}
.pc_footer_update img{
	width: 21px;
	margin: 12px 21px;
}
.pc_footer_update input{
	width: 30px;
	height: 40px;
	position: absolute;
	left: 21px;
	top: 0px;
	opacity: 0;
	cursor: pointer;
}
.pc_footer_input{
	width: 100%;
	height: 140px;
	padding: 18px 20px;
	position: relative;
}
.pc_footer_input textarea{
	width: 100%;
	height: 100%;
	font-size: 14px;
	resize: none;
	color: #fff;
}
.pc_footer_submit{
	position: absolute;
	right: 25px;
	bottom: 21px;
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: linear-gradient(90deg,rgba(95,152,255,1) 0%,rgba(94,148,247,1) 100%);
	border-radius: 2px;
	font-size: 14px;
	cursor: pointer;
}
.pc_footer_span{
	width: 100%;
	height: 30px;
	background: #20222C;
	color: #CBCBCB;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
.top_right .pc_evaluat{
	display: none;
	width: 60px;
	margin-top: 20px;
	cursor: pointer;
}
.pc_main .evaluat_content{
	width: 550px;
	margin-left: -275px;
}
.pc_main .conversation_evaluate{
	text-align: center;
}


.show_img{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.show_img img{
	max-width: 100%;
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.vip_name{
	color: #D59044;
    font-size: 10px;
	margin-left: 40px;
	margin-bottom: 0.05rem;
}
.conversation_vip{
	color: #fff;
	background: #D59044;
}