.pop_hid {
	display: none;
}

.pop_tacn_opacity {
	height: 100%;
	width: 100%;
	position: fixed;
	_position: absolute;
	top: 0;
	z-index: 299;
	background: #000;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.pop_tacn_box {
	width: 5rem;
    height: 6.9rem;
    box-sizing: border-box;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-top: -1.3rem;
    margin-left: -2.5rem;
    z-index: 300;
    background: #fff;
    border-radius: .2rem;
    line-height: .4rem;
}

.pop_tacn_cen {
	position: relative;
	padding: 0 .3rem;
	height: calc(100% - .7rem);
	box-sizing: border-box;	
}

.pop_tacn_cen_title {
    font-weight: bold;
    margin-top: .3rem;
    text-align: center;
    font-size: 0.3rem;
}

.pop_tacn_cen_tip {
	height: 5.7rem;
	margin-top: .1rem;
	font-size: 0.3rem;
	line-height: 0.5rem;
	overflow-y: auto;
}

.pop_tacn-btn a {
	width: 49.05%;
	border-top: solid 1px #ccc;
	background: none;
	color: #26d7c8;
    height: .8rem;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 0.3rem;
}

.pop_tacn_yes {
	color: #939191;
	border-right: solid 1px #ccc;
	background: none;
	border-top: solid 1px #ccc;
	font-size: 0.5rem;
}

.pop_tacn_no {
	color: #17b54b;
	width: 49%;
	background: none;
	border-top: solid 1px #ccc;
	font-size: 0.5rem;
}

.pop_tacn-btn {
    height: .8rem;
    width: 100%;
    line-height: .8rem;
    position: absolute;
    bottom: 0;
    font-size: 0.5rem;
}
.littlepop{
	width: 1rem;
    height: 1rem;
/*     border-radius: 0.5rem; */
    text-align: center;
    line-height: 1rem;
    position: fixed;
    z-index: 999;
    bottom: 1.5rem;
    right: 0rem;
 /*    border: 1px solid green; */
    /* background: url(../../uuh/img/littlepop.png) no-repeat transparent; 本地用*/
    background: url(https://static.fujian.psbc.com/wxfwh_frontpage/uuh/img/littlepop.png) no-repeat transparent;
 	background-size: 100% 100%; 
}

.pic_tacn_box {
	width: 5rem;
    height: 6.9rem;
    box-sizing: border-box;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-top: -1.3rem;
    margin-left: -2.5rem;
    z-index: 300;
    border-radius: .2rem;
    line-height: .4rem;
}

.picpop{
	width: 100%;
	height: 90%;
    text-align: center;
    background-size: 100% 100%;
}

.picclose{
	width: .5rem;
    height: .5rem;
    text-align: center;
    /* background: url(../img/close.png) no-repeat transparent; 本地用*/
    background: url(https://static.fujian.psbc.com/wxfwh_frontpage/ractVIP/img/close.png) no-repeat transparent;
 	background-size: 100% 100%;
 	margin-left: 45%;
 	margin-top: .5rem;
}
