/*问题直通车*/
.ui-question-div {
    position: fixed;
    top: 260px;
    z-index: 1000;
    right: 0px;
}

.ui-question-left {
    width: 82px;
    height: 294px;
    background-color: rgba(20, 20, 20, 0.5);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 22px;
}

/*提需求等模块*/
.ui-question-module {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #eee;
    height: 88px;
    cursor: pointer;
}

.ui-question-right {
    height: 160px;
    width:72px;
    margin-top: 110px;
    color: #fff;
    background-image: url(../img/index/question_line1.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0px 4px 4px 0px;
}

.ui-header {
    width: 45px;
    height: 45px;
    background-color: rgb(11, 155, 218);
}

.ui-header.question {
    background-color: rgb(218, 141, 13);
}

/*神奇通道*/
.ui-magic-div {
    position: fixed;
    top: 200px;
    z-index: 1000;
    right: -128px;
}

.ui-question-div .ui-question,
.ui-magic-div .ui-question {
    font-size: 14px;
    width: 25px;
    padding: 25px 10px;
    text-align: center;
    background-color: rgb(49, 49, 49);
}

.ui-magic-div-right.ui-magic-div-right {
    width: 128px;
    right: -128px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ui-magic-div-right .ui-question-module {
    margin-top: 88px;
}