.frame-type-radio {
    text-align: left;
}
.frame-type-radio input[type="radio"] {
    display: none;
}
.frame-type-radio input[type="radio"] + span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.8em;
    margin: 0 .2em 0;
    cursor: pointer;
}
.frame-type-radio input[type="radio"] + span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 50%;
    width: 1em;
    height: 1em;
    display: block;
}
.frame-type-radio input[type="radio"]:checked + span::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: rgb(244, 67, 54);
    border-radius: 50%;
    width: 1em;
    height: 1em;
    border: .2em solid #fff;
    display: block;
}
.search-formal-frame-tool .box55 {
    width:55px;
}
.search-formal-frame-tool .recommendTitle {
    background: #B5B19F;
    padding: 5px;
    text-align: center;
    color: white;
}
.search-formal-frame-tool .recommendBox {
	float: left;
    word-wrap:break-all;
}
.search-formal-frame-tool .recommendBody {
	overflow: hidden;
}
.search-formal-frame-tool .recommendBody:before,
.search-formal-frame-tool .recommendBody:after {
	content: "";
	display: table;
}
.search-formal-frame-tool .recommendBody:after {
	clear: both;
}
.search-formal-frame-tool .recommendBody {
	zoom: 1;
}
.search-formal-frame-tool .recommendItemName {
	margin: 5px 10px;
	word-break: break-all;
}
.search-formal-frame-tool .errorMsg {
	word-break: break-all;
	color: #9F3A3A;
}

.search-formal-frame-tool .btn-square-pop {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #6fc554;
	border-bottom: solid 2px #459244;
	border-radius: 4px;
	width: 85px;
	text-align: center;
	margin-top: 5px;
}

.search-formal-frame-tool .btn-square-pop:active {
	border-bottom: solid 2px #56dc54;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}