* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	outline-style: none;
}

img {
	flex-shrink: 0;
}
.cc{background: #ffffff78;
    width: 73px !important;
    text-align: center !important;
    margin: 0 auto;
    left: 36px;
    margin-left: 102px;
    border-radius: 46px;}
.swiper-pagination-bullet {
	background:  #fff !important;
	margin-left: 4px !important;
	margin-right: 4px !important;
	width: 13px !important;
	height: 13px !important;
	opacity: 1 !important;

}

/* 决定宽度 */
@media screen and (max-width:640px){
	.des_width{
		width:100%;
	}
}
.swiper-pagination-bullet-active{ 
opacity: 1;
	width: 13px !important;
	height: 13px !important;
	background: #F00 !important;

	margin-bottom: 0 !important;
}
/* head 部分 */


.pc_xz{
	width: 440px;
	height: 50px;
	position: absolute;  /*DIV悬浮(固定位置)*/ 
	right: 56%;
	top: 32%;
	z-index: 1;
	text-align: center;
	border-radius:25px;

}

.qqimg{
    display: none;
	position: absolute;  /*DIV悬浮(固定位置)*/ 
	left: 0px;
	top: 20px;
	z-index: 1;
	text-align: center;
}

.contact1{
    display: inline;
    position:relative;
    color: red;
}

.contact2{
    display: inline;
    position:relative;
    color: red;
}


.contact3{
    display: inline;
    position:relative;
    color: red;
}

.contact4{
    display: inline;
    position:relative;
    color: red;
}

.contact5{
    display: inline;
    position:relative;
    color: red;
}




.androiderweima {
	background: #1a59b7;
	color: #ffffff;
	overflow: hidden;
	z-index: 1;
	position: absolute;  /*DIV悬浮(固定位置)*/
	text-align: center;
	display: none;
	width: 130px;
	height: 130px;
	border-radius:10px;
	background-color: #ffffff;
	right: 29px;
	top: 50px;
	padding-top:6px;	
	box-shadow: #999999 0 0 5px;
}


.ioserweima {
		background: #1a59b7;
		color: #ffffff;
		overflow: hidden;
		z-index: 1;
		position: absolute;  /*DIV悬浮(固定位置)*/
		text-align: center;
		width: 130px;
		height: 130px;
		background-color: #ffffff;
		border-radius:10px;
		text-align:center;
		padding-top:6px;
		display: none;
		right: 58px;
		top: 50px;
		box-shadow: #999999 0 0 5px;
}


@media screen and (min-width:600px){
	.head_mid {
		width: 1000px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
@media screen and (max-width:600px){
	.head_mid {
		width: 100%;
	}
}
.head_mid>ul {
	display: inline-flex;
	align-items: center;
	height: inherit;
	color: white;
	width: auto;
}

.head_mid>ul>li {
	margin: 0 10px;
	cursor: pointer;
}

.head_mid_right {
	width: auto;
	display: flex;
	align-items: center;
}

.search {
	background-color: #505050;
	border-radius: 4px;
	width: 150px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	margin: 0 10px 0 30px;
}

.search>input {
	width: 80%;
	background-color: rgba(0, 0, 0, 0);
	border: 0px;
	color: white;
	height: inherit;
	font-size: 16px;
	padding: 0 5px;
	display: inline-block;
}

.ask_btn {
	width: 60px;
	height: 26px;
	background-color: #2ab287;
	border-radius: 4px;
	color: white;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.head_mid_icon>div {
	width: 26px;
	height: 26px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(http://yn01.ynlvyou19.com/images/icon.png);
	margin-right: 10px;
}

.head_mid_icon>div:last-child {
	margin: 0;
}

.head_mid_right>.login {
	color: white;
	cursor: default;
	margin: 0 10px 0 30px;
}

.head_mid_icon {
	display: flex;
	align-items: center;
}

.head_mid_icon>.qq {
	background-position: -30px -50px;
}

.head_mid_icon>.qq:hover {
	background-position: -30px -80px;
}

.head_mid_icon>.wechat {
	background-position: 0px -165px;
}

.head_mid_icon>.wechat:hover {
	background-position: -30px -165px;
}

.head_mid_icon>.weibo {
	background-position: 0px -50px;
}

.head_mid_icon>.weibo:hover {
	background-position: 0px -80px;
}



/* banner section*/
.banner {
	position: relative;
	width: 100%;
	height: 449px;
	background-image: url(../image/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
}

.banner_info>ul {
	display: inline-flex;
	padding: 5px 10px;
	background-color: rgba(45, 124, 165, 0.88);
	color: white;
	border-radius: 44px;
	width: 700px;
	height: 44px;
	justify-content: space-evenly;
	margin-bottom: 125px;
}

.banner_info>ul>li {
	font-size: 26px;
	display: flex;
	align-items: center;
}

.banner_info>ul>li>span {
	font-size: 38px;
	display: inline-block;
	margin-right: 5px;
}

.banner>.banner_btn_box {
	position: absolute;
	width: 660px;
	height: 70px;
	background-color: white;
	border: 2px solid #e5e5e5;
	display: flex;
	align-items: center;
	bottom: -35px;
	-moz-box-shadow: 2px 2px 0px #e5e5e5;
	-webkit-box-shadow: 2px 2px 0px #e5e5e5;
	box-shadow: 2px 2px 0px #e5e5e5;
}

.banner>.banner_btn_box>div {
	display: flex;
	align-items: center;
	font-size: 26px;
	color: #656565;
	width: 50%;
	justify-content: center;
	height: inherit;
	cursor: default;
}

.banner>.banner_btn_box>div:hover {
	background-color: #ffbb00;
	color: white;
}

.banner>.banner_btn_box>div:first-child {
	border-right: 2px solid #e5e5e5;
}

.banner>.banner_btn_box>div>img {
	margin-right: 10px;
}

/* body section */


@media screen and (min-width:640px){
	.body {
		width: 1000px;
		margin: 0 auto;
	}
}
@media screen and (max-width:640px){
	.body {
		width: 90%;
		margin: 0 auto;
	}
}
.body>.body_info {
	display: flex;
}

.body>.body_info>ul {
	margin-left: 170px;
}

.body>.body_info>ul>li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	color: #888;
}

.body>.body_info>ul>li>img {
	margin-right: 10px;
	width: 24px;
	height: 24px;
}



@media screen and (min-width:640px){
	.body>div>.body_left {
		width: 600px;
	}
}
@media screen and (max-width:640px){
	.body>div>.body_left {
		width: 70%;
	}
}
.body>.body_info {
	display: flex;
}
.body_left>.body_left_user {
	display: flex;
	height: 90px;
	margin-bottom: 55px;
}

.body_left>.body_left_user>img {
	margin-right: 20px;
}

.body_left>.body_left_user>div {
	height: initial;
	display: flex;
	flex-wrap: wrap;
}

.body_left>.body_left_user>div>div {
	width: 100%;
	display: flex;
	align-items: center;
}

.lv {
	color: #ffbb00;
}

.user_note {
	display: inline-block;
	width: 120px;
	height: 20px;
	background-color: #ffbb00;
	color: white;
	border-radius: 4px;
	padding: 0px 10px;
	font-size: 14px;
}

.user_info {
	color: #666;
	font-size: 14px;
}

.user_info>span {
	margin-right: 10px;
}

.body_left>.title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px 0 40px 0;
}

.body_left>.add_btn {
	width: 260px;
	height: 28px;
	background-color: #2ab287;
	border-radius: 14px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 40px;
	cursor: pointer;
}

.body_left>p {
	margin-bottom: 25px;
}

.title03_item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	color: #444;
}

.title03_item>img {
	margin-right: 12px;
}

.list>.list_item {
	display: flex;
	margin-bottom: 36px;
}

.list_item_left>img {
	margin-right: 12px;
}

.list_item_right>p {
	color: #666;
}

.list_item_right>p>b {
	color: #444;
	margin-bottom: 24px;
	display: inline-block;
	margin-top: 5px;
}

.list_item_right>img {
	margin: 15px 0;
	width: 100%;
}

/* 谈论部分 */

@media screen and (min-width:630px){
	.chat_item {
		display: flex;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 20px;
		margin-bottom: 20px;
	} 
}
@media screen and (max-width:630px){
	.chat_item {
		/* display: flex; */
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 20px;
		margin-bottom: 20px;
	} 
}
.chat_item:last-child {
	border-bottom: 0px;
	padding: 0;
	margin-bottom: 60px;
}
.chat_name_left{
	display: flex;
	align-items: center;
}
.chat_item>div>.chat_name>.chat_name_left>span{
	margin-right: 20px;
}
.chat_item>div>.chat_name>.chat_name_left>img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}

.chat_name {
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 14px;
}


.chat_name>.chat_name_right {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999;
}

.chat_item>div>div>p>i {
	color: #ffbb00;
	font-style: normal;
	margin-right: 20px;
}

.chat_input_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.chat_input {
	background-color: #e5e5e5;
	border-radius: 4px;
	width: 500px;
	height: 40px;
	display: inline-flex;
	align-items: center;
}

.chat_input>input {
	background-color: rgba(0, 0, 0, 0);
	border: 0px;
	color: black;
	height: inherit;
	font-size: 16px;
	padding: 0 5px;
	display: inline-block;
	width: 100%;
}

.chat_input_btn {
	width: 90px;
	height: 40px;
	border-radius: 6px;
	background-color: #24bf8e;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	cursor: pointer;
}

.body_bot {
	background-color: #666;
	width: 100%;
	margin-top: 60px;
	text-align: center;
	color: white;
}

.body_bot>p {
	padding: 10px 0;
}

.body_right {
	height: 100%;
	position: sticky;
	top: -20px;
	padding-left: 162px;
}

.body_right_item>span {
	color: #303030;
	margin: 10px;
	display: inline-block;
}

.list_item_left {
	position: relative;
}

.list_item_left_line {
	position: absolute;
	background-color: #ffeec0;
	width: 2px;
	height: 100px;
	left: 19px;
	top: 15px;
	z-index: -10;
}

.hidepc {
	display: none;
}

.swiper-container1,
.swiper-container2 {
	width: 300px;
	height: 160px;
}

.user_name>span:first-child {
	margin-right: 10px;
}

.chat_info>img {
	width: 100%;
	margin: 10px 0;
}

.chat_info>p {
	line-height: 26px;
	/* text-indent: 32px; */
	margin-bottom: 5px;
}
.weixin>* {
    text-indent: 0px;
}
.sc_chat {
	margin-top: 10px;
	position: relative;
}

.sc_chat>ul {
	display: flex;
}

.sc_chat>ul>li {
	margin-right: 30px;
	cursor: pointer;
	color: #666;
	border-right: 1px solid #999;
	padding-right: 30px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.sc_chat>ul>li:last-child {
	border-right: 0px
}

i {
	background: url(http://yn01.ynlvyou19.com/images/mfwask.png) no-repeat;
	display: block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.icon_chat {
	background-position: 0 -369px;
}

.icon_good {
	background-position: 0 -389px;
}

.icon_zhuan {
	background-position: 0 -350px;
}

.sc_chat_i {
	display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fafaf8;
    border: 1px solid #ededeb;
    transform: rotate(45deg);
    left: 25px;
    top: 25px;
    border-bottom: 0;
    border-right: 0;
}
.sc_chat_info>.item>.top{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
}
.sc_chat_info>.item>.top>div{
	display: flex;
	align-items: center;
}
.sc_chat_info>.item>.top>div>.avatar{
	display: inline-block;
	margin-right: 20px;
}
.sc_chat_info>.item>.top>div>.avatar>img{
	width:40px;
	border-radius: 50%;
	overflow: hidden;
}
.sc_chat>.sc_chat_info{
	    background-color: #fafaf8;
    margin-top: 10px;
    border: 1px solid #ededeb;
}
.sc_chat>.sc_chat_info>.item{
	padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
    margin: 20px;
}
.sc_chat>.sc_chat_info>.item:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.sc_chat_time{
	color: #999;
}
.sc_chat_info>.item>.mid{
	color: #666;
}
.sc_chat_info>.item>.mid>img{
	width: 100%;
	margin: 10px 0;
}
.at{
	color: #E56600;
	margin-right: 5px;
}
.mid>.chat_pday>span{
	margin-right: 5px;
	color: #bf5500;
}
@media only screen and (max-width: 640px) {
	.lv {
		font-size: 14px;
	}
	.user_name>span:first-child {
		margin-right: 5px;
	}
	.hidem,
	.body_right {
		display: none!important;
	}
	.hidepc {
		display: block;
	}
	
	.head {
		background-color:rgba(0, 0, 0, 0.8);
		height: 70px;
		width: 100%;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		position: fixed;
		z-index: 100;
	}
	
.qqimg{
    display: none;
	position: absolute;  /*DIV悬浮(固定位置)*/ 
	left: 0px;
	top: 20px;
	z-index: 1;
	width: 200px;
	text-align: center;
}
	
	.mbimg{
	    width: 318px;   
	}
	
	.banner {
		height: auto;
		background-image: none;
		margin-bottom: 10px;
	}
	.banner_m,
	.body,
	.body>div>.body_left,
	.body_left>.title>img {
		width: 100%;
	}
	.banner_info {
		position: absolute;
		bottom: 55px;
	}
	.banner_info>ul {
		width: 100%;
		z-index: 100;
		margin-bottom: 25px;
		height: 34px;
	}
	.banner_info>ul>li {
		font-size: 16px;
		display: flex;
		align-items: center;
		margin-right: 12px;
	}
	.banner_info>ul>li>span {
		font-size: 17px;
		display: inline-block;
		margin-right: 5px;
	}
	.banner>.banner_btn_box {
		width: 80%;
		height: 50px;
	}
	.banner>.banner_btn_box>div {
		font-size: 16px;
	}
	.banner>.banner_btn_box>div>img {
		width: 30px;
		height: 30px
	}
	.body>.body_info>ul {
		margin-left: 0;
		font-size: 12px;
	}
	.body>.body_info {
		justify-content: space-between;
	}
	.body {
		padding: 0 15px;
	}
	.body_left>.body_left_user>img {
		width: 80px;
		height: 80px;
	}
	.body_left>.body_left_user>div>div {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.user_note {
		width: 105px;
		height: 20px;
		line-height: 20px;
		background-color: #ffbb00;
		color: white;
		border-radius: 4px;
		padding: 0px 10px;
		font-size: 12px;
	}
	.m_fix_top {
		position: sticky;
		top: 39px;
		background-color: white;
		z-index: 10;
	}
	.m_list_switch {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
		font-size: 18px;
	}
	.m_list_switch>.active {
		color: #ffbb00;
		border-bottom: 3px solid;
		padding-bottom: 5px;
	}
	.chat_input_btn {
		font-size: 12px;
		width: 18%;
	}
	.chat_input {
		background-color: #e5e5e5;
		border-radius: 4px;
		width: 80%;
		height: 40px;
		display: inline-flex;
		align-items: center;
	}
	.sc_chat>ul>li {
    margin-right: 15px;
    cursor: pointer;
    color: #666;
    border-right: 1px solid #999;
    padding-right: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.chat_item>div>.chat_name>.chat_name_left>span{font-size:14px}
}