*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
	cursor: pointer;
}
.toolsBox{
	width: 100%;
}
.tools_top{
	background: #f4f5f7;
	height: 180px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tools_top p{
	font-weight: 600;
	font-size: 38px;
	line-height: 40px;
	font-family: "Open Sans";
}
.tools_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.toolsItem{
	display: block;
	width: 50%;
	padding:5px 10px;
	display: flex;
	color: #263957;
}
.toolsItem img{
	max-width: 160px;
	margin-right: 20px;
}

.toolsItemRight p{
	margin-top: 10px;
	font-size: 14px;
}
.itemBox{
	width: 100%;
	padding:10px 10px;
	display: flex;
}
.leftMenu{
	width: 220px ;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	flex-shrink: 0;
	z-index: 1000;
	background-color: #2b2e38;
}
.leftMenu p{
	background: #15181d;
	padding: 10px;
	color: #fff;
	font-size: 14px;
}
.leftMenu a{
	background-color: #2b2e38;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	width: 100%;
	height: unset;
	position: relative;
}
.leftMenu a.curMenu:before{
	content: "";
	position: absolute;
	vertical-align: middle;
	margin-left: -20px;
	height: 0;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	top: 50%;
	transform: translateY(-10px);
}
.rightMenu{
	width: 100%;
}
.countBox{
	width: 100%;
	margin-top: 20px;
}

.countTop{
	width: 100%;
	border: none;
	background: linear-gradient(#1ba1c4 20%,#49b9ad 45%);
	color: #fff;
	padding:10px 60px 30px 60px;
	display: flex;
	flex-wrap: wrap;
}
.countCenter{
	width: 100%;
	border: 1px solid #7a7a7a;
	border-top: none;
}
.countItem{
	width: 50%;
	margin-top: 20px;
}
.countItem > p{
	margin-bottom: 5px;
}
.countItem:nth-child(odd){
	padding-right: 10px;
}
.countItem:nth-child(even){
	padding-left: 10px;
}
input , select{
    outline: none;
}
.countGroup{
	display: flex;
}
.inputText , .selectText{
	padding: 8px 8px;
	height: 48px !important;
	box-sizing: border-box!important;
    border-radius: 2px!important;
    border: solid 1px #aaa!important;
    font-size: 18px!important;
    color: #000!important;
    margin-bottom: 0!important;
	width: 100%;
}
.countLine{
	padding-top: 20px;
	display: flex;
	justify-content: center;
}
.countLine:last-child{
	padding-bottom: 20px;
}
.countLineItem{
	margin-top: 10px;
}
.countLine h2{
	font-size: 30px;
	font-weight: 700;
	color: #263957;
	text-align: center;
}
.countDesc{
	text-align: left;
	font-size: 13px;
	color: #263957;
}
.countLineItem:nth-child(odd){
	padding-right: 20px;
}
.countBtn{
	background-color: #1ba1c4;
	color: #fff;
	width: 170px;
	height: 40px;
	font-size: 18px;
	border-radius: 20px;
	text-decoration: none;
	border: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.countDesc > p{
	font-size: 16px;
}
.countDesc > p , .countDesc > h1{
	margin-top: 20px;
}
.countDesc > img{
	width: 100%;
}
.tableBox{
	width: 100%;
	display: flex;
	justify-content: center;
}
.calcTable{
	width: 100% !important;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
	font-family: "open sans",sans-serif;
	font-size: 12px!important;
	overflow-x: auto;
	border: none!important;
}
.calcTable th,.calcTable td{
	padding: 10px;
	line-height: 1.42857143;
}
.feiboImgs{
	width: 100%;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
.moreLine{
	margin-top: 20px;
	text-align: left;
	border-left:solid 8px #e5e5e5!important;
	padding-left: 10px;
}
.marginTop{
	margin-top: 10px;
}
.flexNowrap{
	flex-wrap: nowrap;
	align-items: center;
}
.zhImg{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.yellowBg{
	background-color: yellow;
}
.zhuanhuanP{
	font-size: 14px;
}
.tagsBox{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.tagsBox a{
	margin: 2px;
	border: solid 1px #ddd;
	padding: 5px 10px;
	border-radius: 2px;
	transition: .3s;
	font-size: 12px;
	color: #000;
}
.menuBox{
	display: none;
}
.menuBox a{
	display: flex;
	align-items: center;
}
.menuBox img{
	width: 25px;
	height: 18px;
	margin: 10px 10px 10px 0px;
}
.tagsBox a:hover{
    background: #eee;
	color: #0056b3;
}
.overBox{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120vh;
	background-color: rgba(0,0,0,.5);
	z-index: 997;
	will-change: opacity;
	display: none;
}
.closeBtn{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 5px;
	display: none;
	cursor: pointer;
}
@media screen and (max-width: 750px){
	.itemBox{
		flex-direction: column;
	}
	.menuBox{
		display: flex;
	}
	.closeBtn{
		display: none;
	}
	.leftMenu{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 65vw;
	}
	.tools_list{
		flex-direction: column;
	}
	.toolsItem{
		width: 100%;
	}
	.countBox{
		width: 100%;
	}
	.countTop{
		flex-direction: column;
	}
	.countItem{
		width: 100%;
	}
	.countItem:nth-child(odd){
		padding-right: 0px;
	}
	.countItem:nth-child(even){
		padding-left: 0px;
	}
	.countLine{
		flex-direction: column;
		align-items: center;
	}
	.countLineItem:nth-child(odd){
		padding-right: 0px;
	}
	.flexNowrap{
		flex-wrap: wrap;
		align-items: center;
	}
	.zhImg{
		margin-right: 0px;
		margin-top: 20px;
	}
}