.hid {
    display: none;
}

.tc_box{
	width: 4rem;
    height: 2.6rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.3rem;
    margin-left: -2rem;
    z-index: 199;
    background: #fff;
    border-radius: .1rem;
    line-height: .4rem;
}
.tc_cen_title{
    font-weight: bold;
    margin-top: .1rem;
    text-align: center;
}

.tc_cen_tip{
	 text-align: center;
	 margin-top: .1rem;
}
.tacn_yes {
	color: #939191;
	border-right: solid 1px #ccc;
	background: none;
	border-top: solid 1px #ccc;
}

.tacn_no {
	color: #17b54b;
	width: 49%;
	background: none;
	border-top: solid 1px #ccc;
}
 .tc-btn a {
    width: 49.05%;
	border-top: solid 1px #ccc;
	background: none;
	color: #17b54b;
}

