/*商桥*/
.hide{display: none;}
.bridge-side-fix{
    position: fixed;
    right: 5px;
    top: 30%;
    z-index: 1900;
}

.bridge-opera {
    position: absolute;
    cursor: pointer;
    top: 40%;
    left: -33px;
    z-index: 888;
}
.bridge-close{
    background: url("../images/qiao-ico.png") -37px 0 no-repeat;
    width: 30px;
    height: 69px;
}
.bridge-open{
    display: none;
    background: url("../images/qiao-ico.png") -1px -1px no-repeat;
    width: 30px;
    height: 69px;
}
.bridge-box{
    padding: 13px 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 5px 1px #e5e5e5;
}
.bridge-logo{
    display: block;
    padding: 0 5px 10px;
    width: 100px;
    height: 33px;
    border-bottom: 1px solid #ececec;
}
.bridge-logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.bridge-item-tt{
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
.bridge-comment{
    display: block;
    margin-top: 12px;
    width: 100%;
    height: 22px;
    line-height: 22px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.talent-consult{
    border: 1px solid #fe8829;
    background: #fe8829;
}
.comp-consult{
    border: 1px solid #86b806;
    background: #86b806;
}
.comment-ico{
    float: left;
    background: url(../images/qiao-ico.png) -179px -4px no-repeat;
    width: 18px;
    height: 16px;
    margin: 3px 8px;
    cursor: pointer;
}
.bridge-comment span{
    float: left;
    padding-left: 13%;
    width: 56%;
    font-size: 12px;

    background: #fff;
}
.talent-consult span{
    color: #fe8829;
}
.comp-consult span{
    color: #86b806;
}
/*反馈*/
.feedback-gotop-fix{
    position: fixed;
    right: 5px;
    text-align: center;
    top: 600px;
    cursor: pointer;
    background: #fff;
}
#feedback_index{
    display: block;
    width: 50px;
    height: 50px;
}
#feedback_index.active{
    background: #ff5b0b;
}
.feedback-img{
    float: left;
    background: url(../images/qiao-ico.png) -126px -2px no-repeat;
    width: 50px;
    height: 50px;
}
.active .feedback-img{
    display: none;
}
#feedback_index p, #gotop>p{
    display: none;
    padding: 5px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑", 'Microsoft Yahei', 'Hiragino Sans GB', tahoma, arial, "宋体";
}

/*返回顶部*/
#gotop{
    display: none;
    width: 50px;
    height: 50px;
}

.gotop-img{
    float: left;
    background: url(../images/qiao-ico.png) -69px -1px no-repeat;
    width: 50px;
    height: 50px;
}
#gotop.active{
    background: #ff5b0b;
}
.active .gotop-img{
    display: none;
}

/*商桥弹窗*/
.layer-index.layui-layer{
    box-shadow: none;
    background: transparent;
}
.layer-index .layui-layer-setwin a{
    background: url("../images/close.png") center no-repeat;

}
.layer-index .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 14px;
    margin-left: 0;
    background-position: 0 0;
}
.layer-index .layui-layer-setwin a:hover{
    background-position: 0 0;
}
.qiao-invite-box{
    position: relative;
    width: 390px;
    height: 176px;
    border-radius: 10px;
}
.qiao-invite-p{
    background: url("../images/qiao-invite.png") center no-repeat;
    width: 390px;
    height: 176px;
    border-radius: 10px;
}
.qiao-invite-con {
    position: absolute;
    width: 213px;
    height: 135px;
    bottom: 0;
    right: 18px;
}
.qiao-invite-desc{
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}
.qiao-invite-btn{
    margin-top: 12px;
    overflow: hidden;
}
.qiao-invite-btn>a{
    float: left;
    width: 94px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    border:1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
}

.qiao-invite-btn .consult-btn{
    margin-left: 20px;
    background: #fff;
    color: #349516;
}