
/*<!-- 首页右上竖直工具条 -->*/

.main-im {
    right: 50px !important;
}
.side-tab-bar {
    position: fixed;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    background-color: #383838;
    z-index: 9999;
    text-align: center;
}
.side-tab-bar a{
    color: #fff;
}
.side-tab-bar .side-bar-top {
    position: absolute;
    width: 100%;
    top: 18%;
}
.side-tab-bar .side-bar-mid {
    position: absolute;
    width: 100%;
    top: 50%;
}
.side-tab-bar .side-bar-bottom {
    position: absolute;
    width: 100%;
    bottom: 1%;
}
.side-tab-bar i{
    color: #e79c06;
    font-size: 22px;
    font-weight: 400;
}

.side-tab-bar .tab-logo i {
    display: inline-block;
    height: 20px;
    width: 20px;
    font-style: normal;
    font-size: 12px;
    border: 1px solid #e79c06;
    line-height: 20px;
    border-radius: 50%;
}
.side-tab-bar .tab-gou .gou-box{
    width: 28px;
    padding:5px 0;
    margin: 0 auto;
    color: #fff;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}
.side-tab-bar .tab-gou a:hover .gou-box{
    width: 100%;
    padding:5px 0;
    margin: 0 auto;
    color: #333;
    border: none;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    background-color: #e79c06;
}
.side-tab-bar .tab-gou-hover a:hover .gou-box i{
    display: inline-block;
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: -2px;
}
.side-tab-bar .tab-gou i{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: -2px;
}
.side-tab-bar .tab-gou .gou-num{
    display: inline-block;
    margin-top: 10px;
    width: 21px;
    height: 15px;
    border-radius: 4px;
    background-color: #d00;
    line-height: 15px;
    color: #fff;
}
.side-tab-bar .tab-sign .qian{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    font-style: normal;
    font-size: 14px;
    font-family: "微软雅黑";
    border: 1px solid #e79c06;
    line-height: 20px;
    border-radius: 50%;

}

.side-tab-bar .tab-erweima i{
    font-size: 18px;
}

.side-tab-bar .tab-gotop i{
    display: inline-block;
    height: 20px;
    width: 20px;
    font-style: normal;
    font-size: 12px;
    border: 1px solid #e79c06;
    line-height: 20px;
    border-radius: 50%;
}
/*.side-tab-bar>div>div {
    width: 100%;
    padding: 10px 0;
}*/
.side-tab-bar .tab-logo,
.side-tab-bar .tab-gou,
.side-tab-bar .tab-footprint,
.side-tab-bar .tab-sign,
.side-tab-bar .tab-erweima,
.side-tab-bar .tab-gotop {
    width: 100%;
    text-align: center;

}
.side-tab-bar .tab-gou,
.side-tab-bar .tab-sign,
.side-tab-bar .tab-gotop {
    margin-top: 10px;

}

.side-tab-bar .tab-logo a {
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: center;
}
.side-tab-bar .tab-footprint a,
.side-tab-bar .tab-sign a,
.side-tab-bar .tab-erweima a,
.side-tab-bar .tab-gotop a {
    display: block;
    width: 100%;
    text-align: center;
    /*padding-top: 5px;*/
    height: 30px;
    line-height: 30px;
    position: relative;
}
.side-tab-bar div a:hover {
    display: block;
    width: 100%;
    background-color: #e79c06;
    color: #333;
}
.side-tab-bar .tab-gou a:hover {
    height: 120px; 
}
.side-tab-bar div a:hover i{
    color: #333;
    border-color: #333;
}
.side-tab-bar .tab-sign a:hover .qian {
    border-color: #333;
}
.side-tab-bar .tab-tip {
    position: absolute;
    top: 0;
    left: 35px;
    width: 47px;
    height: 30px;
    background-color: #e79c06;
    line-height: 30px;
    color: #333;
    text-indent: 11px;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
}
.side-tab-bar a:hover .tab-tip {
    left: -47px;
}
.side-tab-bar .tab-gotop .tab-tip {
    width: 73px;
}
.side-tab-bar .tab-gotop a:hover .tab-tip {
    left: -73px;
}
.side-tab-bar .tab-erweima .tab-tip-code-warp {
    display: none;
    position: absolute;
    left: 35px;
    bottom: -30px;
    z-index: 3;
    width: 131px;
    height: 131px;
    background-color: #F9F9F9;
    box-shadow: 1px 0 4px #888;
}
.side-tab-bar .tab-erweima a:hover .tab-tip-code-warp {
    left: -131px;
    display: block;
}

.side-tab-bar .tab-gou {
    position: relative;
}

.side-tab-bar .tab-gou .gou-tip {
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 10000;
    width: 1px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #4eb135;
    display: none;
    font-family: "微软雅黑";
}
@media screen and (max-height: 550px) {
    .side-bar-mid {
        display: none;
    }
}
@media screen and (max-height: 290px) {
    .side-bar-mid,
    .side-bar-bottom {
        display: none;
    }
}
