* {
	margin: 0 ;
	padding: 0;
}
.add_phone {
	 background: #ff7500 !important;
	 text-align: center;
	 font-size: 14px;
	 padding: 7px 0 ;
	 box-sizing: border-box;
	 font-weight: bold;
	 text-decoration: none !important;
}
.tc_phone {
	width: 756px;
	height: 822px;
	box-sizing: border-box;
	background: #ffffff;
	border:1px solid #ff7500;
	position: fixed;
	z-index: 20;
	left: 50%;
	margin-left: -378px;
	top: 50%;
	margin-top: -411px;
}
.tc_phone_close {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 32px;
    height: 32px;
    line-height: 56px;
    font-size: 40px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
}
.tc_phone_close:before, .tc_phone_close:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -40%;
    content: "";
    line-height: 0;
    font-size: 0;
    font-weight: 600;
    width: 90%;
    height: 1px;
    background: #000;
    overflow: hidden;
    display: none\0;
    
}
.tc_phone_close:after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.tc_phone_close:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.tc_phone_tip {
	line-height: 42px;
	height: 42px;
	border-bottom: 1px solid #ff7500;
	padding-left: 12px;
	color: #ff7500;
}
.tc_phone_text1 {
	height: 170px;
	padding: 0 22px ;
	width: 726px;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}
.tc_phone_text1 p {
	text-align: center;
	padding: 40px 0 26px;
	font-size: 20px;
}
.tc_phone_text1 span {
	color: #ea0000;
}
.tc_phone_box{
	
	width: 720px;
	height: 240px;
	margin:20px auto 0 ;
	background: #f6f6f6;
	border: 1px solid #d4d4d4;
}
.tc_phone_box .phone_name {
	padding: 18px 0;
	color: #ff7500;
	text-align: center;
	font-size: 18px;
}
.tc_phone_box  p {
	height: 26px;
	line-height: 26px;
	margin-bottom: 7px;
	font-size: 14px;
}
.tc_phone_box  p span {
	float: left;
	width: 308px;
	text-align: right;
}
.tc_phone_box  p input {
	float: left;
	width:196px ;
	height: 26px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #d4d4d4;
	padding-left: 1em;
	font-size: 14px;
}
.tc_phone_box  p a.send {
	float: left;
	width: 83px;
	height: 24px;
	margin: 1px 0 0 20px;
	background: #ff7500;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}
.tc_phone_box  p.q_a {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0px;
}
.tc_phone .phone_tj {
	width: 83px;
	height: 24px;
	margin: 1px 0 0 20px;
	background: #ff7500;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	margin: 10px  auto;
	display: block;
}
.tc_phone .tc_phone_pro {
	text-align: center;
	margin: 20px auto 0;
}
.tc_phone .tc_phone_pro a {
	text-decoration: underline;
	color: #1a33ef;
}
.tc_phone .q_a a {
	text-decoration: none;
	color: #1a33ef;
}
