body,html{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", serif;
	font-size: 14px;
	color: #333;
	min-width:1300px;
	width: 100%;
	height: 100%;
	background: #F1F4F9;
}
*{box-sizing:border-box}
ul,li{
	margin: 0;
	list-style: none;
	padding: 0;
}
a{
	text-decoration: none;
}
.tankuang{
    width: 115px;
    background-color: #fddfb3;
    position: fixed;
    right: 200px;
    border-radius: 10px;
    top: 200px;
    z-index: 9999;
    -webkit-transition: bottom 2s;
    transition: bottom 2s;
}
.tankuang .cbl-item{
    width: 115px;
    height: 72px;
    border-bottom: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.tankuang .cbl-item img{
    width: 37px;
}
.tankuang .cbl-item span{
    font-size: 14px;
    line-height: 48px;
    letter-spacing: 0;
    color: #000;
    margin-left: 7px;
}
.tankuang .cbl-item a{color: #000;}
.tankuang .cjfl{
    position: absolute;
    top: 0;
    right: 0;
}
.tankuang .qiye{
	position:relative;
}
.tankuang .qiyewei{
    position: absolute;
    top: 0;
    right: -150px;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
.tankuang .qiyewei img{
    width: 138px!important;
    height: 138px;
}
.tankuang .qiye:hover .qiyewei{
	display:block
}
.tankuang .top-fugai{
    width: 115px;
    height: 72px;
    line-height: 72px;
    background-color: #f7d7a9;
    border-bottom: 2px solid #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	text-align:center;
}
.tankuang .top-fugai span{
    color: #333;
    font-size: 15px;
}
.tankuang .yycon:hover .top-fugai{opacity:1}
.tankuang .yycon:hover .top-fugai span{color:#cf3b18}