@charset "utf-8";




.pcdhk {
	width: 506px;
	height: 404px;
	position: fixed;
	margin: -202px 0 0 -253px;
	left: 50%;
	top: 50%;
	z-index: 999;
	overflow: hidden;
	background: #fff;
	display: none;
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 16px #afafaf;
	-moz-box-shadow: 0 0 16px #afafaf;
	box-shadow: 0 0 16px #afafaf;
	display:none;
	
}
.pcdhk .tcc1 {
	width: 100%;
	height: 63px;
	background: url(../image/chat/chatico.png) no-repeat 14px center
}
.pcdhk .tcc1 p {
	height: 63px;
	margin-left: 65px;
	line-height: 63px;
	color: #000;
	font-size: 16px
}
.pcdhk .tcc1 p span {
	color: #f76d02
}
.pcdhk .boxout {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
	background: url(../images/close.png) no-repeat center center;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	
	
	
	
	width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    background: url(http://www.zzomick.com/pc/pop/middle/img/elements.svg) -359px -35px no-repeat #444;
    border-radius: 50%;
    /* box-shadow: 0 0 10px #555; */
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
	
	
	
	
	
	
	
	
	
	
}
.pcdhk .boxout:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.pcdhk .tcbanner {
	width: 100%;
	height: 214px;
	background: url(../images/dhkad.jpg) no-repeat center center
}
.pcdhk .tcchat {
	width: 94%;
	height: 40px;
	margin: 0 auto;
	color: #000;
	position: relative
}
.pcdhk .tcchat .phone-info {
	width: 194px;
	height: 30px;
	position: absolute;
	top: 4px;
	left: 280px
}
.pcdhk .tcchat .phone-info input {
	width: 130px;
*width:118px;
	height: 30px;
	border: 0;
	line-height: 30px;
	background: #CCC;
	background: rgba(0,0,0,.4);
	color: #fff;
	font-size: 12px;
	padding: 0 0 0 12px;
	float: left;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
	opacity: .6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.pcdhk .tcchat .phone-info a {
	width: 64px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	cursor: pointer;
	background: #292929;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px
}
.pcdhk .tcchat .phone-info a:hover {
	background: #000;
	font-size: 13px
}
.pcdhk .tcchat .tcczx {
	width: 200px;
	height: 40px;
	float: left;
	font-size: 18px;
	line-height: 40px;
	color: #424242;
	background: url(../images/a.png) no-repeat 120px center #fff
}
.pcdhk .tcchat .tcclist {
	float: right;
	height: 40px;
	line-height: 40px
}
.pcdhk .tcchat .tcclist li {
	width: 70px;
	height: 40px;
	float: left;
	text-align: right;
	background-repeat: no-repeat;
	background-position: 17px center;
	list-style: none
}
.pcdhk .tctext1 {
	width: 94%;
	margin: 1px auto 0 auto;
	height: 70px
}
.pcdhk .tctext1 .tctextinner {
	width: 300px;
	height: 70px;
	float: left;
	-webkit-box-shadow: 0 0 4px rgba(9,2,4,.3);
	-moz-box-shadow: 0 0 4px rgba(9,2,4,.3);
	box-shadow: 0 0 4px rgba(9,2,4,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.pcdhk input, .pcdhk textarea {
	text-rendering: auto;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	margin: 0;
	font: 13.33px Arial
}
.pcdhk .tctext1 .tctextinner .textarea {
	width: 290px;
	height: 60px;
	margin: 5px 5px;
	float: left;
	color: #cacaca;
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	border: 0;
	padding: 3px 0 0 3px;
	display: inline;
	outline: 0;
	max-width: 290px;
	max-height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.pcdhk .tctext1 a {
	display: block;
	width: 80px;
	height: 70px;
	float: left;
	text-align: center;
	line-height: 70px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.pcdhk .tctext1 .cccbut {
	height: 70px;
	float: right
}
.pcdhk .tctext1 .cccbut .tcbut {
	background: #d0a972
}
.pcdhk .tctext1 .cccbut .tcbut2 {
	background: #2f1805
}
.pcdhk .tctext1 .cccbut .tcbut:hover {
	opacity: .8
}
.pcdhk .tctext1 .cccbut .tcbut2:hover {
	opacity: .8
}
