 /*电话咨询弹窗*/
		.tandialog_content{ position: absolute; top: 0; left: 50%;  background-color: white; border-radius: 10px; text-align: center;}
		.dialogwidth1{margin-left: -205px; margin-top: -205px;  width:410px; height: 410px;}
		.headphoto_content .headphoto{ width:110px; height: 110px; margin:50px auto 0;border-radius: 100px; background-color: #e9eaef;overflow: hidden}
		.headphoto_content .headphoto img{ width:100%;}
		.headphoto_content>img{ width: 110px; position: relative;top: -14px; left: 150px;}
		.tandialog_content p{font-size:24px; font-weight: bold;}
		.tandialog_content>span{display:block;}
		.tandialog_content .nofollow{overflow:hidden;display:flex;justify-content:center;margin-top:10px;}
		.tandialog_content .nofollow a{float:left;font-size:12px;margin-right:3px;}
		.tandialog_content span.span1-1{ font-size:16px; color:#333; margin-top: 14px;}
		.tandialog_content span.span1-2{font-size:17px; color:#666;margin-top: 14px;}
		.tandialog_content span.span1-3{font-size:30px; color:#ff7200;margin-top: 20px;}
		.tandialog_content span.span1-3 img{ display: inline-block}
		.tandialog_content .bianhao_iconleft{position: absolute;top: 16px; left: -14px; background:url(../images/agent/icons-code.png); width: 117px; height: 67px; }
		.tandialog_content .bianhao_iconleft span{ display:block; color:white; font-size:16px;}
		.dialogwidth2{margin-left: -150px; margin-top: -150px; width:300px; height: 300px;}
		.tandialog_content .unauthorized_qr{ margin:48px auto 0; width: 65% ;}

		.tandialog_content .mfp-close{color:#ccc; background-color:black; width:30px; height: 30px; border-radius: 50px; position: absolute; top: -9px; right:-9px; line-height: 26px; font-size:20px; cursor: pointer; transition: 0.3s all; border: 2px solid white;}
		.tandialog_content .mfp-close:hover{ transform:rotate(180deg); background-color: #ff7200; color:white;font-size:22px; width: 32px; height: 32px; line-height: 32px;}

		/*人物简介弹窗*/
		.introduce_tancontent{position: absolute; top: 0; left: 50%;  background-color: white; border-radius: 3px;margin-left: -250px; margin-top: -205px; width:500px; height: 410px;}
		.tan_headmsg{ margin-top:20px; margin-bottom: 14px; margin-left: 20px;overflow: hidden;}
		.tan_headmsg .headimg_top{ width:80px; height: 80px; border-radius: 50px; background-color: #ccc; overflow: hidden;float: left;}
		.tan_headmsg .headimg_top img{ width:100%;}
		.tan_headmsg .name_desc{float:left; margin-left: 20px;}
		.tan_headmsg .name_desc p{ font-size:18px; color:#333; margin-top: 16px;}
		.tan_headmsg .name_desc span{ font-size:14px; color:#666; line-height: 26px;}
		.introduce_tancontent .tan_btmdesc{ padding:20px; height: 242px; border-top: 1px solid #ccc ;}
		.introduce_tancontent .tan_btmdesc .preline{margin-bottom: 16px; font-size:14px; color:#333; line-height: 24px;}
		.introduce_tancontent .tan_btmdesc .preline p{font-size:14px; font-weight: bold;color:#333;}
		.introduce_tancontent .tan_btmdesc .preline span{ font-size:14px; color:#333; display: block; line-height: 24px; }
		.introduce_tancontent .mfp-close{color:#ccc; background-color:black; width:30px; height: 30px; border-radius: 50px; position: absolute; top: -9px; right:-9px; line-height: 26px; font-size:20px; cursor: pointer; transition: 0.3s all; border: 2px solid white;}	
		.introduce_tancontent .mfp-close:hover{ transform:rotate(180deg); background-color: #ff7200; color:white;font-size:22px; width: 32px; height: 32px; line-height: 32px;}