/*侧边栏*/
.wgt_floatBox{
    margin-right: -72px;
    height: 280px;
    width: 52px;
    background-color: #ffffff;
    position: fixed;
    bottom: 105px;
    right: 20px;
    z-index: 100;
    transition: all 0.5s;
    box-shadow: 0 0 5px #cccccc;
}
.wgt_floatBox>div{
    width: 52px;
    height: 52px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    text-align: center;
    margin-top: 3px;
}
.wgt_floatBox>div>.iconfont-floatBox{
    font-size: 35px;
    color: #999;
}
.wgt_floatBox>div:hover .iconfont-floatBox{
    color: #ff9673;
}
/*1*/
.wgt_floatBox>div:nth-child(1){
    /*margin-top: 407px;*/
}
.wgt_floatBox>div:nth-child(1)>img{
    margin-top: 18px;
}

.wgt_floatBox>div:nth-child(1)>div>a{
    color: #f78536;
}
.wgt_floatBox>div:nth-child(1)>div{
    width: 100px;
    height: 52px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 67px;
    line-height: 52px;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 5px #cccccc;
}
.wgt_floatBox>div:nth-child(1):hover>div{
    right: 60px;
    visibility: visible;
    opacity: 1;
}
.wgt_floatBox>div:nth-child(1)>div>i{
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 23px;
    right: -4px;
}
/*2*/


.wgt_floatBox>div:nth-child(2)>div>a{
    color: #f78536;
    display: block;
}
.wgt_floatBox>div:nth-child(2)>div>a:first-child {
    border-bottom: 1px solid #cccccc;
}
.wgt_floatBox>div:nth-child(2)>div{
    width: 100px;
    height: 104px;
    background-color: #ffffff;
    position: absolute;
    top: -19px;
    right: 67px;
    line-height: 52px;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 5px #cccccc;
    padding: 0 10px;
}
.wgt_floatBox>div:nth-child(2):hover>div{
    right: 60px;
    visibility: visible;
    opacity: 1;
}
.wgt_floatBox>div:nth-child(2)>div>i{
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 47px;
    right: -4px;
}
/*3*/

.wgt_floatBox>div:nth-child(3)>div>a{
    color: #f78536;
}
.wgt_floatBox>div:nth-child(3)>div{
    width: 200px;
    height: 52px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 67px;
    line-height: 52px;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 5px #cccccc;
}
.wgt_floatBox>div:nth-child(3):hover>div{
    right: 60px;
    visibility: visible;
    opacity: 1;
}
.wgt_floatBox>div:nth-child(3)>div>i{
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 22px;
    right: -4px;
}
/*4*/


.wgt_floatBox>div:nth-child(4)>div>a{
    color: #f78536;
    display: block;
    font-size: 14px;
    margin-top: -11px;
}
.wgt_floatBox>div:nth-child(4)>div{
    width: 97px;
    height: 117px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 67px;
    line-height: 52px;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 5px #cccccc;
}
.wgt_floatBox>div:nth-child(4)>div>img{
    margin-top: -15px;
}
.wgt_floatBox>div:nth-child(4):hover>div{
    right: 60px;
    visibility: visible;
    opacity: 1;
}
.wgt_floatBox>div:nth-child(4)>div>i{
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    right: -4px;
}
/*5*/

.wgt_floatBox>div:nth-child(5)>div>a{
    color: #f78536;
}
.wgt_floatBox>div:nth-child(5)>div{
    width: 100px;
    height: 52px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 67px;
    line-height: 52px;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 5px #cccccc;
}
.wgt_floatBox>div:nth-child(5):hover>div{
    right: 60px;
    visibility: visible;
    opacity: 1;
}
.wgt_floatBox>div:nth-child(5)>div>i{
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 23px;
    right: -4px;
}
/*6*/
