﻿@charset "utf-8";
/* CSS Document */




/**弹出消息的样式相关start**/
/**按钮的*/
.message-box .btn {
    height: 3.6rem;
    border-radius: 2.3rem;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 3.6rem;
    width: 45%;
    margin: 0 2%;
    float: left;
}

.message-box .btn-save {
    background-color: #07033F;
    border: 0.1rem solid #07033F;
    color: #FAAE01;
}

.message-box .btn-cancel {
    background-color: #fff;
    border: 0.1rem solid #ccc;
    color: #666;
}

/**大的提示框div**/
.message-box {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    display: none;
    z-index: 10040;
    text-align: center;
}

    .message-box .confirm-box {
        display: none;
        width: 80%;
        background-color: #fff;
        border-radius: 1rem;
        text-align: center;
        padding: 1rem 0;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -40%;
        z-index: 10040;
    }

    .message-box .confirm-box {
        margin-top: -6rem;
    }


    .message-box p {
        text-align: center;
        padding: 1rem 0;
    }


    /**alert的box*/
    .message-box .alert-box {
        display: none;
        width: 80%;
        background-color: #fff;
        border-radius: 1rem;
        text-align: center;
        padding: 1rem 0;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -40%;
        z-index: 10040;
        margin-top: -6rem;
    }

    .message-box .btn-submit {
        background-color: #07033F;
        border: 0.1rem solid #07033F;
        color: #FAAE01;
        float: none;
        margin: 0 auto;
    }


    /**关闭的叉叉*/
    .message-box .closer {
        width: 4rem;
        height: 4rem;
        background: url("../images/website/icon_close_2x.png") no-repeat 50% 50%;
        background-size: 3rem;
        position: absolute;
        left: 50%;
        bottom: -5rem;
        margin-left: -2rem;
    }
/**弹出消息的样式相关end**/



.uploadpiclist > li {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    margin: 0.2rem 0.1rem;
}

    .uploadpiclist > li > img {
        width: 100%;
        height: 100%;
    }

.imgDelBn {
    width: 2rem;
    height: 2rem;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1rem 0 0 -1rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 50%;
}

.uploadpiclist1 > li {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    margin: 0.2rem 0.1rem;
}

    .uploadpiclist1 > li > img {
        width: 100%;
        height: 100%;
    }
