﻿/****************加载弹窗样式*******************/
    .bg {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        position: fixed;
        background-color: #000000;
        background-color: rgba(0,0,0,0.2);
        display: none;
        z-index:9999
    }

    .load {
        position: fixed;
        width: 250px;
        height: 150px;
        left: 50%;
        top: 50%;
        margin-left: -125px;
        margin-top: -75px;
        background: #fff;
        border-radius: 13px;
        border: 0px solid rgba(0, 0, 0, 0.08);
    }

        .load .box {
            width: 80px;
            height: 80px;
            border: 1px solid #ddd;
            border: 0px;
            margin: 18px auto;
        }

            .load .box img {
                width: 80px;
                height: 80px;
            }

        .load h5 {
            color: #666666;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            letter-spacing: 1px;
            margin-top:-10px;
        }