﻿/*Tips-提示层*/
#MesBox_Tips {
    position: fixed;
    top: 45%;
    left: 0;
    z-index: 989;
    width: 100%;
}

    #MesBox_Tips table {
        width: 100%;
    }

        #MesBox_Tips table div {
            display: inline-block;
            padding: 10px 40px 10px 20px;
            background: #fff;
            height: 50px;
            color: #000;
        }

            #MesBox_Tips table div img {
                margin-right: 15px;
                float: left;
                height: 30px;
            }

            #MesBox_Tips table div span {
                display: block;
                float: left;
                line-height: 30px;
                font-size: 14px;
            }

/*Tips B-提示层*/
#MesBox_Tips_B {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

    #MesBox_Tips_B .tsww {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        background: #535353;
        color: white;
        margin: -20px 0 0 -50px;
        border-radius: 3px;
        box-shadow: 0px 0px 10px #000000;
        text-align: center;
    }

    #MesBox_Tips_B .tsww_B {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        background: #535353;
        color: white;
        margin: -20px 0 0 -40%;
        border-radius: 3px;
        box-shadow: 0px 0px 10px #000000;
        text-align: center;
    }
/*Tips C-提示层*/
#MesBox_Tips_C {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.7);
}

    #MesBox_Tips_C .tsww {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: 111px;
        background: #fff;
        margin: -55px 0 0 -40%;
        border-radius: 3px;
        box-shadow: 0px 0px 10px #000000;
    }

    #MesBox_Tips_C .ts_content {
        width: 100%;
        border-bottom: 1px #ddd solid;
    }

        #MesBox_Tips_C .ts_content .ts_content_a {
            padding-left: 10px;
            padding-top: 10px;
        }

        #MesBox_Tips_C .ts_content .ts_content_b {
            padding-left: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            color: #999999;
        }

    #MesBox_Tips_C .h_l {
        width: 50%;
        border-right: 1px #ddd solid;
        height: 40px;
        line-height: 40px;
        text-align: center;
        float: left;
    }

    #MesBox_Tips_C .h_r {
        width: 49%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        float: left;
    }
      #MesBox_Tips_C .h_r a{
        color: #10b311;
    }
/*Confirm-提示层*/
#MesBox_OKCancel, #MesBox_OK {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}

    #MesBox_OKCancel .TcContent, #MesBox_OK .TcContent {
        width: 500px;
        margin-left: -250px;
        top: 100px;
        position: absolute;
        background: #fff;
        left: 50%;
        min-width: 300px;
        height: 200px;
        box-shadow: 0px 0px 10px #000000;
        border-radius: 5px;
    }

        #MesBox_OKCancel .TcContent .gbbtn, #MesBox_OK .TcContent .gbbtn {
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            position: absolute;
            right: -10px;
            top: -10px;
            background: #ff6a00;
            color: #fff;
            z-index: 10;
            border-radius: 50%;
            transition: all 0.4s ease;
        }

        #MesBox_OKCancel .TcContent .tcmain-tt, #MesBox_OK .TcContent .tcmain-tt {
            padding: 0 10px;
            background: #2299ee;
            color: #fff;
            height: 40px;
            line-height: 40px;
            box-sizing: border-box;
            border-radius: 5px 5px 0px 0px;
        }

        #MesBox_OKCancel .TcContent .tcmain-mm, #MesBox_OK .TcContent .tcmain-mm {
            position: absolute;
            top: 40px;
            bottom: 0;
            left: 0;
            right: 0;
            overflow: auto;
            box-sizing: border-box;
        }

        #MesBox_OKCancel .TcContent .Info_Btn, #MesBox_OK .TcContent .Info_Btn {
            padding: 15px 0;
            border-top: 1px #ddd dotted;
            margin-top: 15px;
            text-align: center;
        }

        #MesBox_OKCancel .TcContent .tsww, #MesBox_OK .TcContent .tsww {
            padding-left: 40px;
            margin-left: 30px;
            min-height: 80px;
            font-size: 16px;
            color: #333;
            line-height: 80px;
        }

            #MesBox_OKCancel .TcContent .tsww.tips, #MesBox_OK .TcContent .tsww.tips {
                background: url('') no-repeat left center;
}


        #MesBox_OKCancel .TcContent .Info_Btn .btn, #MesBox_OK .TcContent .Info_Btn .btn {
            vertical-align: middle;
            display: inline-block;
            color: #fff;
            cursor: pointer;
            -webkit-font-smoothing: subpixel-antialiased;
            transition: border .25s linear,color .25s linear,background-color .25s linear;
            border-radius: 2px;
        }

        #MesBox_OKCancel .TcContent .Info_Btn .midbtn, #MesBox_OK .TcContent .Info_Btn .midbtn {
            height: 30px;
            padding: 0 15px;
            line-height: 30px;
            border: 0px;
            font-size: 13px;
        }

        #MesBox_OKCancel .TcContent .Info_Btn .btny, #MesBox_OK .TcContent .Info_Btn .btny {
            background: #ff6a00;
        }

        #MesBox_OKCancel .TcContent .Info_Btn .btng, #MesBox_OK .TcContent .Info_Btn .btng {
            background: #848484;
        }

/*Loading-提示层*/
#MesBox_Loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.7);
}

    #MesBox_Loading .tsww {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300px;
        height: 80px;
        line-height: 80px;
        font-size: 15px;
        background: #fff;
        margin: -40px 0 0 -150px;
        border-radius: 3px;
        box-shadow: 0px 0px 10px #000000;
    }

    #MesBox_Loading .img_loading {
        padding-left: 40px;
        margin-left: 30px;
        height: 80px;
        background: url(/images/ic/loading.gif) left center no-repeat;
}
