.findvoicewin-animation-show {
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}

.findvoicewin-img-cover {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000000;
	opacity: 0.5;
}

.findvoicewin-img-distance {
	display: block;
    position: absolute;
    top: 85px;
    left: 0px;
    width: 100%;
    height: 15px;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: #ffffff;
    font-size: 11px;
}

.findvoicewin-outline {
	position: absolute;
	display: none;
	z-index: 12;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #ffffff;
	height: auto;
	width: auto;
	padding-bottom: 20px;
}

.findvoicewin-top {
	display: block;
	position: relative;
	width:100%;
	height: 30px;
	min-height: 30px;
}

.findvoicewin-top .btn-close {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	border: none;
	z-index: 1;
}

.findvoicewin-match-box {
	display: block;
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}

.findvoicewin-match-box .play-img {
	display: block;
	position: relative;
	float: left;
	width: 102px;
	height: 102px;
	margin-left: 10px;
	overflow: hidden;
	border-radius: 51px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.findvoicewin-match-box .play-img .btn-play {
	display: none;
	position: absolute;
	z-index: 2;
	width: 24px;
	height: 26px;
	left: 41px;
	top: 38px;
	border: none;
}

.findvoicewin-match-box .play-img .btn-pause {
	display: none;
	position: absolute;
	z-index: 1;
	width: 24px;
	height:38px;
	left: 39px;
	top: 32px;
	border: none;
}

.findvoicewin-match-box .name-box {
	display: block;
	position: relative;
	float: left;
	width: calc(100% - 142px);
	height: 102px;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
}

.findvoicewin-match-box .name-box .name {
	display: block;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-top: 16px;
}

.findvoicewin-match-box .name-box .short-note {
	display: block;
	font-size: 13px;
	color: #333333;
	margin-top: 10px;
}

.findvoicewin-match-box .right {
	display: block;
	position: relative;
	float: left;
	width: 30px;
	height: 102px;
	overflow: hidden;
	background-image: url("../../images/index/right.png");
	background-repeat: no-repeat;
	background-position: 14px 45px;
	background-size: 6px 12px;
}

.findvoicewin-match-box .line {
	display: block;
	width: calc(100% - 20px);
	height: 20px;
	margin-left: 10px;
	overflow: hidden;
	border-bottom: 1px solid #dedfe1;
}

.findvoicewin-middle-row {
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.findvoicewin-bottom-container {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.findvoicewin-bottom-scrollable {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.findvoicewin-bottom-scrollable .row {
	display: block;
	width: calc(100% - 20px);
	height: 90px;
	margin-left: 10px;
	overflow: hidden;
}

.findvoicewin-bottom-scrollable .row-line {
	border-bottom: 1px solid #dedfe1;
}

.findvoicewin-bottom-scrollable .row .left-img {
	display: block;
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	margin-left: 5px;
	margin-top: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left;
}

.findvoicewin-bottom-scrollable .row .left-img .btn {
	position: absolute;
	z-index: 2;
	border: none;
}

.findvoicewin-bottom-scrollable .row .left-img .btn-play {
	display: block;
	position: absolute;
	z-index: 2;
	width: 24px;
	height: 26px;
	left: 25px;
	top: 22px;
	border: none;
}

.findvoicewin-bottom-scrollable .row .left-img .btn-pause {
	display: none;
	position: absolute;
	z-index: 1;
	width: 24px;
	height:38px;
	left: 23px;
	top: 16px;
	border: none;
}

.findvoicewin-bottom-scrollable .row .middle-block {
	display: block;
	float: left;
	width: calc(100% - 75px);
	height: 90px;
	overflow: hidden;
	background-image: url("../../images/index/right.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 6px 12px;
}

.findvoicewin-bottom-scrollable .row .middle-block .name {
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 15px;
	white-space: nowrap;
	padding-left: 14px;
}

.findvoicewin-bottom-scrollable .row .middle-block .distance {
	display: block;
	overflow: hidden;
	font-size: 12px;
	color: #666666;
	margin-top: 14px;
	padding-left: 14px;
}