﻿.bgok{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}

.lqok{
	position: relative;
	width: 585px;
	height: 341px;
	background: #FFFFFF;
	box-shadow: 0px 1px 11px 0px #858C90;
	border-radius: 6px;
	text-align: center;
	padding-top: 56px;
	box-sizing: border-box;
}


.bg{
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.tcbox{
	position: relative;
	width: 790px;
	/* height: 510px; */
	height: 460px;
	background: #FFFFFF;
	box-shadow: 0px 1px 13px 0px #858C90;
	border-radius: 7px;
	overflow: hidden;
}

.tcbox_top{
	width: 100%;
	/* height: 120px; */
	padding: 25px;
	box-sizing: border-box;
	background: #00C055;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.tcbox_top_title{
	font-size: 24px;
}

.tcbox_top_phone{
	/* display: none; */
	font-size:  18px;
}

.tcbox_cen{
	padding: 45px 90px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.tcbox_left{
	width: 300px;
}

.tcbox_title{
	text-align: center;
	font-size: 27px;
	color: #00c055;
}

.tcbox_inp{
	display: block;
	width: 291px;
	height: 45px;
	border: 1px solid #E8EEEE;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 10px;
	outline-color:#00c055;
}

.tcbox_inp::-webkit-input-placeholder { 
/* WebKit browsers，webkit内核浏览器 */
color: #e7e9ef; 
font-size: 16px;
} 
.tcbox_inp:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #e7e9ef; 
font-size: 16px;
} 
.tcbox_inp::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #e7e9ef; 
font-size: 16px;
} 
.tcbox_inp:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #e7e9ef; 
font-size: 16px;
}

.tcbox_btn{
	width: 291px;
	height: 50px;
	background: #00c055;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 30px;
	transform: scale(1);
	animation-name: dx;
	animation-duration: .8s;
	animation-iteration-count: infinite;
}

.tcbox_cuo{
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}


/*-------------------*/

.kt_d_anli_bot_heads{
	width: 100px;
	display: flex;
	align-items: center;
}

.kt_d_anli_bot_head{
	width: 15px;
	height: 30px;
}

.kt_d_anli_bot_head img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
}

.kt_d_anli_bot_li {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding: 10px;
	margin-top: 25px;
}