.tool{
	padding-bottom: 0.3rem;
}
.tool-top>ul>li{
	width: 50%;
	height: 0.8rem;
	text-align: center;
	line-height: 0.8rem;
}
.tool-top>ul>li>a{
	padding: 0.1rem 0;
	font-size: 0.28rem;
	color: #4f77e0;
	line-height: normal;
}
.tool-top>ul>.on{
	background-color: #4f77e0;
}
.tool-top>ul>.on>a{
	color: #fff;
	border-bottom: 1px solid #fff;
}

.tool-item{
	padding: 0 0.6rem;
}
.tool-list{
	width: 100%;
	height: 0.9rem;
	margin-top: 0.45rem;
	position: relative;
	border-radius: 0.06rem;
	border: 1px solid #6487e4;
}
.tool-list input{
	width: 100%;
	height: 100%;
	padding: 0 0.2rem;
	font-size: 0.21rem;
}
.tool-code{
	width: 1.4rem;
	height: 0.42rem;
	border-radius: 0.5rem;
	font-size: 0.17rem;
	color: #4f77e0;
	text-align: center;
	line-height: 0.42rem;
	position: absolute;
	top: 50%;
	right: 0.15rem;
	transform: translateY(-50%);
	z-index: 10;
	background-color: #f5f5f5;
}
.tool_left{
	width: 50%;
	height: 100%;
}
.tool-btn{
	width: 100%;
	height: auto;
	margin-top: 2.6rem;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.tool-btn-main{
	width: calc(50% - 0.2rem);
	height: auto;
}
.tool-btn-main>a{
	display: block;
	width: 100%;
	height: 0.75rem;
	text-align: center;
	line-height: 0.75rem;
	border-radius: 0.06rem;
	font-size: 0.24rem;
}
.tool-btn-main:first-child>a{
	border: 1px solid #8aa4ea;
	color: #4f77e0;
}
.tool-btn-main:last-child>a{
	background-color: #4f77e0;
	color: #fff;
}
.tool-info{
	margin-top: 0.24rem;
}
.tool-info{
	font-size: 0.17rem;
	color: #999999;
}
.tool-info-main{
	display: inline-block;
	margin-top: 0.2rem;
	font-size: 0.14rem;
	color: #fff;
	background-color: #e10019;
	text-align: center;
	padding: 0.1rem 0.2rem;
}
.tool-info-icon{
	width: 0.21rem;
	margin-right: 0.1rem;
}
.tool-info-icon>img{
	width: 100%;
}
.tool-info-text{
	padding: 0.1rem 0.06rem;
	color: #333;
	font-size: 0.14rem;
	margin: 0 0.1rem;
	background-color: #fff;
}
.tool-main>.tool-item{
	display: none;
}
.tool-main>.tool-item:first-child{
	display: block;
}