//body{font-size: 12px;color: #666; font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif,"黑体";}
//a{text-decoration: none;color: #333;}
/*引入字体包*/
@font-face {
	font-family:FZ;
	src: url('../css/FZCSJW.TTF');
}
.talk_main{
    box-sizing: border-box;
    background-size: cover;
}
.talk_left{
    color: #666; font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif,"黑体";
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.talk_main_con{
	position: relative;
}
.con_l{
	width: 688px;
	height: 400px;
    overflow-y: auto;
	background: #f2f3f5;
	margin-left: 8px;
	border-radius: 7px;
}
.con_l>p{
	text-align: center;
	line-height: 40px;
}
.recMsg .ask p {
    margin: 0;
    padding: 0;
}
.ask{
	padding-left: 20px;
	margin-top: 5px;
	overflow: hidden;
}
.ask .ask_con{
	float: left;
	max-width: 75%;
	background: #fff;
	padding: 4px 15px;
	border-radius: 0 5px 5px 5px;
	position: relative;
}
.ask .ask_con i{
	position: absolute;
	left: -14px;
	top: 0;
	width: 15px;
	height: 14px;
	background: url(../images/icon_01.png) no-repeat left top;
}
.question{
	padding-right: 25px;
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}
.question>div{
	max-width: 60%;
	background: #63a7e4;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px 0 5px 5px;
	float: right;
	position: relative;
}
.question i{
	position: absolute;
	right: -14px;
	top: 0;
	width: 15px;
	height: 14px;
	background: url(../images/icon_02.png) no-repeat left top;
}
.ask .ask_con .hot_ques{
	float: left;
	width: 20px;
	font-size: 17px;
	margin-right: 20px;
	text-align: center;
	margin-top: 29px;
}
.ask .ask_con .hot_ul{
	float: left;
	position: relative;
    height: 149px;
}

.ask .ask_con .hot_ul li{
	line-height: 23px;
	height:23px;
	width: 210px;
	border-bottom: 1px solid #f7f7f7;
	background: url(../images/icon_moreRight.png) no-repeat center right;
}
.ask .ask_con .hot_ul li a{
	color: #3058b0;
	font-weight: bold;
	display: inline-block;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-text-overflow:ellipsis;
	white-space: nowrap!important;
}

.ask .ask_con .hot_ul  .change{
	color: #f8cb66;
	position: absolute;
    bottom: -2px;
	cursor: pointer;
	font-weight: bold;
}

.ask_tips{
	width: 132px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	//background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 377px;
	left: 15px;
	cursor: pointer;
}
.ask_tips>span{
	display: inline-block;
	width: 100%;
	font-family: FZ;
	color: #265ca5;
	font-size: 16px;
}
.tips_con{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: none;
}
.ask_tips .tips_pop{
	position: absolute;
	left: 92px;
	top: -354px;
	width: 772px;
	height: 388px;
	background: url(../images/tips_bg.png) no-repeat left center;
	background-size: 100% 100%;
	padding: 20px 30px 10px 70px;
	box-sizing: border-box;
	display: none;
	z-index: 11;
}
.ask_tips .tips_pop li ,.ask_tips .tips_pop li p,.ask_tips .tips_pop h3{
    margin:0px;padding:0px;
}
.ask_tips .tips_pop li{
	text-align: left;	
	color: #666;
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
}
.ask_tips .tips_pop li:last-child {
    padding-bottom: 20px;
}
.ask_tips .tips_pop li h3{
	font-size: 14px;
}
.ask_tips .tips_pop em{
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
	margin-top: 6px;
}
.xiaozhushou{
	position: absolute;
	right: 40px;
	bottom: 20px;
}
.xiaozhushou img{
    width:146px
}
.talk_main .textarea{
	width: 662px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 5px;
    background: #fff;
}
.talk_main .textarea textarea{
	width:100%;
	box-sizing: border-box;
	height: 100px;
    border-radius: 5px;
	border: 1px solid #f4f4f4;
	outline: none;
    resize: none;
    padding-left: 10px;
}
.talk_main .btn{
	//height: 46px;
	//line-height: 46px;
	//margin-top: 10px;
	//text-align: right;
}
.talk_main .btn a{
	display: inline-block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	background: #fff;
	border-radius: 5px;
	text-align: center;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 30px;
	font-family: FZ;
	color: #265ca5;
	font-size: 18px;
}
/*聊天页面*/
.ask_con1 a{
	width: 110px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	margin-top: 5px;
	margin-right: 10px;
	font-family: FZ;
	color: #265ca5;
	//font-size: 16px;
}

.solve{
	padding-left: 30px;
	margin-top: 10px;
}
.solve a{
	width: 70px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	//box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	margin-left: 10px;
	font-family: FZ;
	color: #265ca5;
	font-size: 12px;
}
.solve a.s_or_y
{
    background :  url(../images/grey_like.png) 5px center no-repeat;
    background-size: 40%;
}
.solve a.s_or_n
{
    background : url(../images/grey_step.png) 0px -1px no-repeat;
    background-size: 40%;    
}

.solve a.cur{
	background-color: #D0E2F5;
	text-align: center;
	background: url(../images/blue_like.png) 5px center no-repeat;
    background-size: 40%;
}
.solve a.step_cur {
    background-color: #D0E2F5;
    text-align: center;
    background: url(../images/blue_step.png)0 -1px no-repeat;
    background-size: 40%;
}
.solve img{
	width: 14px;
	vertical-align: middle;
    margin-top: -1px;
    margin-left: 3px;
}

.solve_con{
	overflow: hidden;
	padding: 10px 0;
	display: none;
}
.solve_con li{
	float: left;
	//width: 116px;
	height: 24px;
	line-height: 24px;
	//color: #ffcc93;
	color:#586673;
	font-family: FZ;
	background-color: #fff;	
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 20px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 5px;
    padding: 0px 9px;	
}
.solve_con li img{
	/*vertical-align: middle;*/
	margin-top: 6px;
}
.solve_con li.cur{
	background: #fcf4e9;
}

/*20210929 快易查 begin*/
.select_list {
    /* margin-right: 12.5px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select_value {
    z-index: 1;
    cursor: default;
    display: block;
    height: 20px;
    /* line-height: 20px; */
    overflow: hidden;
    font-size: 14px;
    /* color: rgb(26, 25, 25); */
}
.select_ul {
    position: absolute;
    z-index: 15;
    background: #fff;
    width: 100px;
    top: 20px;
    left: 0;
    display: none;
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid #999;
    text-align: left;
    cursor: pointer;
}
.select_ul li {
    float: none;
    width: auto;
    margin-left: 0;
    height:24px;
    line-height:24px;
    text-indent:8px;
}
.select_ul li:hover{background-color:#ddd}
.search{
    background: #FFFFFF;
    width: 349px;
    height: 236px;
    border-radius: 0 5px 5px 5px;
    padding-bottom: 20px;  
}
.customerservices_search_btn{
	width:328px;
	height: 30px;
	background: #449cff;
	border-radius: 5px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin-left: 11.25px;
	margin-top: 45px;
	cursor: pointer;
}
.customerservices_search_btn:hover{
	color:#fff;
	text-decoration: underline;
}
.search_title_text{
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
    padding-top: 8px;
    color: #464646;
}
/* 开户城市 */
.open_account_city{
    margin-left: 15px;
    padding-top: 10px;
    justify-content: space-between;
    display: flex;
    font-size: 12px;
    color: #666;
}
.input_city{
    text-align: end;
    margin-right: 12.5px;
    font-size: 12px;
    color: #464646;
    font-weight: 600;
    outline: none;
}
/* 卡片类型 */
.currency{
    margin-left: 15px;
    padding-top: 10px;
    justify-content: space-between;
    display: flex;
    font-size: 12px;
    color: #666;
}
/* 加拿大元/美元/日元 */
 .money_text{
    font-size: 12px;
    vertical-align: middle;
    display: flex;
    color: #464646;
    font-weight: 600;
    cursor: pointer;
}
.line{
    background-color: #eee;
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 7px;
    font-size: 12px;
}
.image_right{
    width: 6px;
    height: 12px;
    vertical-align: middle;
    text-align: end;
    margin-right: 12.5px;
    margin-top: 3.25px;
    padding-left: 7.5px;
    font-size: 12px;
}
/* 交易类型 */
.type{
    margin-left: 15px;
    padding-top: 10px;
    justify-content: space-between;
    display: flex;
    font-size: 12px;
    color: #666;
}
/* 交易渠道 */
.channel{
    margin-left: 15px;
    padding-top: 10px;
    justify-content: space-between;
    display: flex;
    font-size: 12px;
    color: #666;
}
/* 开户证件 */
.open_account_certificate{
    margin-left: 15px;
    padding-top: 10px;
    justify-content: space-between;
    display: flex;
    font-size: 12px;
    color: #666;
}


.search_background {
    background: #FFFFFF;
    width: 343px;
    height: 310px;
    border-radius: 0 15px 15px 15px;
    margin-left: -1px;
    text-indent: 15px;
}

.search_background .item_text {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 500;
    color: #464646;
    text-indent: 0px;
    margin-left: 10px;
}

.search_background input {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 500;
    width: 275px;
   outline: none;
   text-indent: 0px;
    margin-left: 10px;
}

.content_text {
    padding: 5px;
}

.open_account_left {
    display: flex;
    margin-top: 10px;
    margin-bottom: 90px;
}
.input_banking{
    margin-bottom: 8px;
}
.bankCard{
    outline: 0 none;	
    border-radius: 4px;
    border: 1px solid #0066b3;
    height: 24px;
    line-height: 24px;
    text-indent: 10px;
    width: 188px;
}
.queryOpenBanking {
    width: 150px;
    border: 2px solid;
    height:30px;
    line-height:30px;
    border-radius: 8px;
    color: #63a7e4;
    font-size: 14px;
    font-weight: 600;
    display:inline-block;
    text-align:center;
    align-items: center;
    justify-content: center;
    margin-left: 85px;
    margin-top: 20px;
    cursor: pointer;
}

.open_account_right {
    overflow: hidden;
    margin-top: 15px;
}

.open_account_right>div {
    float: right;
}

.open_text {
    background: #63a7e4;
    width:110px;
    /* height: 40px; */
    border-radius: 15px 0 15px 15px;
    margin-top: 8px;
    /* margin-right: -10px; */
    display: flex;
    align-items: center;
    justify-content: left;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
}

.head_icon {
    display: flex;

}

.head_img img{
    width: 50px;
    height: 50px;
}

.right_icon {
    width: 15px;
    height: 14px;
    background: url(../images/icon_02.png) no-repeat left top;
    margin-top: 8px;
}

.right_group {
    display: flex;
    margin-right: -8px;
}
.left_group {
    display: flex;
    margin-left: -10px;
}
.user_logo {
    width: 10%;
}
.user_logo img{
   border: 0;
    display: block;
    /* max-width: 100%;  */
    width: 50px;
    height: 50px;
    margin-left: 15px;
}
.open_account_left .icon_left{
   
    width: 15px;
    height: 14px;
    background: url(../images/icon_01.png) no-repeat left top;
}
/*20210929 快易查 end*/
/*20220610 knowleadge Iframe  begin*/
.ask .ask_con table {
    border-collapse: initial;
    border-spacing: 0;
    margin-top: 12px;
    width:100%;
}

.ask .ask_con table tr th {
    //border: 1px solid #F2F3F5;
    background-color: #63a7e4;
    color: white;
    padding: 8px 12px;
    text-align: center;
    border-left: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}
.ask .ask_con table tr td {
    /*border: 1px solid #F2F3F5;
     color: white; */
    padding: 6px 8px;
    text-align: center;
    border-left: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}
.ask .ask_con table tr td:last-child {
    border-right: 1px solid #f7f7f7;
}
  
.ask .ask_con table tr:first-child th:first-child{
    border-top-left-radius:8px;
}
.ask .ask_con table tr:first-child th:last-child{
    border-top-right-radius:8px;
}

.ask .ask_con table tr:last-child td:first-child{
    border-bottom-left-radius: 8px;
}
.ask .ask_con table tr:last-child td:last-child
{
    border-bottom-right-radius: 8px;
}
/*20220610 knowleadge Iframe   end*/
