/* 政策QA样式开始 */
.qa_robot_draw {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 999999;
}

.qa_robot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qa_robot_draw .qa_robot_top {
    display: block;
    align-items: flex-start;
    width: 184px;
}

.qa_robot_draw .qa_robot_top  .qa_robot_inner{
    display: none;
    align-items: flex-start;
}



.qa_robot_draw .qa_robot_top .qa_robot_txt {
    display: inline-block;
    background: url(../images/qa_txt.png) no-repeat;
    background-size: 100% 100%;
    width: 148px;
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-transform: none;
    margin-right: 10px;
    color: #FFF;
}

.qa_robot_draw .qa_robot_top .qa_robot_close {
    width: 26px;
    height: 26px;
    background: url(../images/qa_close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.qa_robot_draw .qa_robot_bottom {
    width: 105px;
    height: 118px;
    background: url(../images/qa_robot.png) no-repeat;
    background-size: 76px 119px;
    cursor: pointer;
    margin-top: 10px;
}


.qa_draw {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 456px;
    height: 750px;
    background: #FFFFFF;
    border: 1px solid #eaf5fe;
    box-shadow: 0 0 18px 0 #eaf5fe;
    border-radius: 24px 24px 24px 24px;
}

.qa_draw .qa_draw_top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 20px;
}


.qa_draw .qa_draw_top .qa_draw_top_big {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/qa_big.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 20px;
}

.qa_draw .qa_draw_top .qa_draw_top_small {
    display: none;
    width: 16px;
    height: 16px;
    background: url(../images/qa_small.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 20px;
}

.qa_draw .qa_draw_top .qa_draw_top_close {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/draw-close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.qa_draw .qa_draw_bottom {
    width: 456px;
    height: 713px;
}

.qa_draw .qa_draw_bottom iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1366px) {
    .qa_robot_draw {
        display: none !important;
    }
}