
*{margin:0;padding:0;}
a{text-decoration: none}
li{list-style: none;}

.headerC{width:100%; height:180px;
    position:fixed;
    top:0;
    z-index:999;}
.footerC{
    width:100%;
    height:322px;
    background:#283442 ;
}
body{font-family: "PingFang-SC-Medium"}
img{border:none;vertical-align: top;}
.wrap{width:100%;overflow: hidden;}
.inCenter{width:1200px;margin:0 auto; }
.leftPop{
    position:fixed;
    top:260px;
    right:9px;
    width:55px;
    height:201px;
    text-align:center;
    border-radius:3px;

}
.leftPop .popOne1{    border-radius:3px 3px 0px 0px ;}
.leftPop .popOne3{    border-radius:0px 0px 3px 3px ;}
.leftPop  .popOne{
    width:55px;
    height:55px;
    padding-top:12px;
    background:#393939;
    cursor: pointer;
}
.leftPop  .popOne:hover{background: #666666;}
.leftPop  .popOne img{display:block;width:26px;
    height:26px;margin: 0 auto;}
.leftPop  .popOne span{font-size: 14px;font-family: 'PingFang-SC-Medium';line-height: 22px;letter-spacing: 1px;color: #ffffff;}
#menu{width:55px;height:55px;}
#menu_list{height:42px;width:42px; position:relative;margin:4px;display: none;}
#menu_list .listTree{ width:50px;height:40px;text-align: center;padding-top:10px;cursor: pointer;font-size:12px;
    border-radius:21px;position:absolute;left:0;top:0;border-radius:25px;color:#fff;background:#393939;}
#home{width:50px;height:50px;  position:absolute; left:4px;top:16px;}
#topUp{
    width:55px;
    height:55px;
    padding-top:12px;
    background: rgba(0,0,0,.38);
    display: block;
    margin-top:14px;
}
#topUp img{display:block;width:26px;
    height:26px;margin: 0 auto;}
#topUp span{
    font-size: 14px;font-family: 'PingFang-SC-Medium';line-height: 22px;letter-spacing: 1px;color: #ffffff;
}
.listTree span{
	color: red !important;
    position: absolute;
    left: 36px;
    top: -2px;
    font-size: 17px;
}

.tool-container{
	height: 550px;
    background: url(/NT/51/images/bg_02.png) repeat top center;
}

.tool-container .container{
	width:1200px;
	margin: 0 auto;
}

.tool-container .con-title{
	height: 120px;
    line-height: 28px;
    padding-top: 60px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
}
.tool-container .tool-list{
	margin-top: 18px;
	list-style: none;
}

{
.tool-container .t.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}}

.tool-container .tool-list .list-item{
    position: relative;
    margin-left: 60px;
    margin-bottom: 30px;
    width: 360px;
    height: 90px;
    background: #fff;
    box-shadow: 0 4px 20px 5px rgba(68,93,127,0.1);
    border-radius: 4px;
    transition: transform .65s cubic-bezier(.19,1,.22,1),box-shadow .65s cubic-bezier(.19,1,.22,1);
}
.tool-container .tool-list .float-r{
    float:right;
}
.tool-container .tool-list .list-item:nth-child(3n+3), .list-item:last-child {
    margin-left: 0;
}
.tool-container .tool-list .list-item::before{
 display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b6c5d6;
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 1;
    border-radius: 4px;
}
.tool-container .tool-list .list-item:hover .tool-card{
	filter: blur(3px);
}
.tool-container .tool-list .list-item .tool-card{
	width: 100%;
    height: 100%;
    transition: filter .3s,transform .3s;
    padding: 20px 20px 20px 90px;
    box-sizing: border-box;
}
.tool-container .tool-list .list-item .tool-card .card-icon{
	position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
	}
.tool-container .tool-list .list-item .tool-card .tool-name{
	line-height: 20px;
    font-size: 18px;
	}
   .tool-container .tool-list .list-item .tool-card .tool-desc{
	margin-top: 12px;
    color: #999;
    font-size: 13px;
    opacity: .7;
	}
	.tool-container .tool-list .list-item:hover .tool-link{
	opacity: 1;
    margin-top: -17px;
	}
	.tool-container .tool-list .list-item .tool-link{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: 0;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #2576fb;
    background: linear-gradient(90deg,#2576fb 0,#59a3ff 100%);
    border-radius: 17px;
    color: #fffefe;
    font-size: 13px;
    text-align: center;
    opacity: 0;
    transition: margin-top .3s ease,opacity .3s ease;
    opacity: 0;
    z-index: 2;
	}
