.top_tc_close {
    background: url(../images/close.png) no-repeat;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999999;
}

.top_black_body {
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.top_fc_main {
    width: 401px;
    margin: 20px 0 0 63px;
    position: relative;
}

.top_fc_box{
	margin: 0 auto;
    width: 380px;
    background: #FFF none repeat scroll 0% 0%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    min-height: 100%;
}
.top_big_fc_box{
	  width: 380px;
    height: 506px;
    background: #FFF none repeat scroll 0% 0%;
    position: absolute;
    left: 0;
    text-align: center;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	border-radius: 4px;
}
