#export_tip {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 300px;
    width: 500px;
    background-color: white;
    margin-left: -300px;
    margin-top: -200px;
    z-index: 10000;
    display: none;
    border: 1px solid;
    border-radius: 4px;
}
#alert_tip {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 200px;
    width: 400px;
    background-color: white;
    margin-left: -300px;
    margin-top: -200px;
    z-index: 1000000;
    display: none;
    border: 1px solid;
    border-radius: 4px;
}

#zhezhao {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #626262;
    opacity: 0.8;
    z-index: 9999;
    display: block;
}

.export_close_icon {
    height: 30px;
    width: 30px;
    color: white;
    font-weight: bold;
    float: right;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 4px;
    clear: both;
    cursor: pointer;
}

.export_titel {
    font-weight: 600;
    font-size: 18px;
    color: white;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 20px;
    border-bottom: 1px solid #0C0C0C;
    background-color: #344563;

}

.export_content {
    padding-left: 50px;
    margin-top: 30px;
    padding-right: 20px;
}

.export_row{
    text-align: center;
    margin-top: 30px;
}

.export_btn{
    height: 40px;
    width: 120px;
    background-color: #0b86dc;
    border: none;
    color: white;
}
