@charset "utf-8";

.banner-index{
	background: #e9fff5 url(../img/index-banner-bg.jpg) no-repeat center bottom;
}
.container-other h1 img{
	vertical-align: middle;
	width: 350px;
	height: auto;
}
.api-box-bg {
	background-color: #fff;
	padding:20px;
	border-radius: 20px;
}
.tab-changeBox .tab-title li{
	border-bottom: 1px solid #e5dfe9;
	padding: 10px 30px;
	color: #505050;
	font-size: 18px;
	font-weight: 500;
	position:relative;
	cursor: pointer;
}
.tab-changeBox .tab-title li.active{
	border-bottom: 3px solid #5aca5d;
	color: #000;
}
.tab-changeBox .change-cont .flow-item .item{
	width: 30%;
	margin: 30px 1% 0 1%;
	background-color: #fff;
	border-radius: 32px;
	overflow: hidden;
	border: 2px solid transparent;
	box-shadow: 0 5px 12px rgba(0,0,0,.1);
	padding-bottom: 20px;
}
.tab-changeBox .change-cont .flow-item{
	display: none;
}
.tab-changeBox .change-cont .flow-item .item .img{
	height: 250px;
}
.tab-changeBox .change-cont .flow-item .item .tit,
.tab-changeBox .change-cont .flow-item .item .hid-text,
.tab-changeBox .change-cont .flow-item .item .hov-btn{
	padding-left: 20px;
	padding-right: 20px;
}
.tab-changeBox .change-cont .flow-item .item .tit{
	margin-top: 15px;
	font-size: 20px;
	font-weight: 500;
}
.tab-changeBox .change-cont .flow-item .item .hid-text{
	padding-top: 10px;
}
.tab-changeBox .change-cont .flow-item .item .tit,
.tab-changeBox .change-cont .flow-item .item .hov-btn{
	text-align: center;
}
.tab-changeBox .change-cont .flow-item .item .hov-btn{
	display: none;
	padding-top: 10px;
}
.tab-changeBox .change-cont .flow-item .item:hover{
	border: 2px solid #27b880;
}
.tab-changeBox .change-cont .flow-item .item:hover .hov-btn{
	display: block;
}
.tab-changeBox .change-cont .flow-item .item:hover .hid-text{
	display: none;
}
.tools-link a{
	font-size: 18px;
	font-weight: 500;
}
.container-product h2 span{
	color: #28b880;
}
.floor-average h2{
	margin-bottom: 30px;
}
.excellent-box{
	font-size: 20px;
	font-weight: 500;
}
.excellent-box >div{
	margin: 15px 5px;
}
.excellent-box .rating .rating-stars{
	height: auto;
	margin-top: 4px;
}
.item-excell{
	background-color: #fff;
	border:2px solid #fff;
	border-radius: 30px;
	padding: 25px;
	margin-top: 30px;
	color: #444;
	box-shadow: 0 5px 10px rgba(0,0,0,.05);
}
.item-excell.mid-item-excell{
	background-color: #f6fff6;
	border-color: #40c16f;
}
.item-excell .title{
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
}
.item-excell .box-ava{
	margin-top: 25px;
}
.item-excell .box-ava .ava-img{
	width: 50px;
    height: 50px;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid #37bd75;
    float: left;
}
.item-excell .box-ava .ava-img img{
	width: auto;
    object-fit: cover;
    height: 100%;
}
.item-excell .box-ava .meta{
	font-size: 15px;
	color: #333;
	font-weight: bold;
	float: left;
}
.item-excell .box-ava .meta span{
	color: #666;
	font-weight: normal;
	display: block;
}
.item-excell .first-name{
	float: right;
	background-color: #56da8d;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 40px;
	padding-top: 6px;
}
.bottom-product{
	background: url(../img/index-bottom-bg.jpg) no-repeat;
	border-radius: 80px;
	padding: 30px;
}
.bottom-product .info{
	padding-left: 40px;
}
@media (max-width:768px){
	.tab-changeBox .change-cont .flow-item .item{
		width: 100%;
	}
}