.cfa-hide {
    display: none;
}


.make-success-forms {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, .4);
    z-index: 999;
}

.daguanjia_open_block {
    display: none;
    position: fixed;
    width: 591px;
    height: 384px;
    background: white;
    box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    top: 50%;
    left: 50%;
    margin: -192px 0 0 -300px;
    z-index: 2222;
    color: #333333;
}

.daguanjia_open_block .daguanjia_o_close {
    background: url(https://www.cfa.cn/static/arc/images/icon_close_black.png) top center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    float: right;
    margin: 20px;
    cursor: pointer;
}

.daguanjia_open_block .daguanjia_o_result {
    font-weight: 400;
    margin: 50px 0 30px;
    text-align: center;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
}

.daguanjia_open_block .daguanjia_o_title {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-bottom: 54px;
}

.daguanjia_open_block .daguanjia_o_success {
    display: inline-block;
    background: url(https://www.cfa.cn/static/arc/images/donwload.png) top center no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    margin-right: 10px;
}

.daguanjia_open_block .daguanjia_o_content {
    margin: 0 auto;
    width: 413px;
    height: 114px;
    background: white;
}

.daguanjia_open_block .daguanjia_o_content div {
    float: left;
    line-height: 22px;
    font-size: 14px;
}

.daguanjia_open_block .daguanjia_o_content img {
    width: 105px;
    height: 105px;
    margin-right: 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 5px;
}

.daguanjia_open_block .daguanjia_o_instr {
    display: inline-block;
    width: 280px;
    vertical-align: middle;
    margin-top: 20px;
}

.daguanjia_open_block .daguanjia_o_red {
    color: #649cf0;
}