﻿
.query_hint {
    display: block;
    height: 32px;
    left: 50%;
    margin-left: -100px;
    margin-top: -16px;
    position: fixed;
    top: 50%;
    vertical-align: middle;
    width: 200px;
    float: left;
    z-index: 10000;
}

    .query_hint img {
        float: left;
    }

    .query_hint span {
        display: block;
        float: left;
        height: 32px;
        line-height: 32px;
        width: 120px;
    }

.bg {
    background: #000;
    display: none;
    opacity: 0.2;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.ico_10 {
    background: url(../../images/version3/back_gray.png) no-repeat;
    background-size: 12px auto;
    background-position: center;
}

#header .header_r a.ico_03 {
    background: url(../../images/version3/sea_search.png) no-repeat;
    background-size: 22px auto;
    background-position: center;
}

#header {
    background: #fff;
    border-bottom: 1px solid #999;
}

    #header h1 {
        color: #333;
    }

.bind-tip-text {
    color: #686868;
    font-size: 12px;
}

#PhotoMsg .bd {
    background-color: #fefefe;
    border: 1px #bababa solid;
    border-radius: 2px;
    width: 290px;
}

.table_box p {
    font-size: 14px;
}

.table_box dl.picture {
    height: 20px;
    line-height: 20px;
    padding: 0.5rem 0;
    display: table;
    width: 100%;
}

.table_box dl dd.picture {
    height: 20px;
    line-height: 20px;
}

    .table_box dl dd.picture > p:first-child {
        line-height: 1.15rem;
        padding: 0 5px;
    }

    .table_box dl dd.picture .upload-title {
        font-size: 14px;
        color: gray;
        display: inline-block;
        width: auto;
        max-width: 100%;
        word-wrap: break-word;
        line-height: 20px;
    }

    .table_box dl dd.picture .upload-image {
        display: block;
        position: relative;
        width: 100%;
        max-width: 270px;
        height: auto;
    }

        .table_box dl dd.picture .upload-image img {
            display: block;
            position: relative;
            top: 0;
            left: 0;
            width: auto;
            height: auto;
            max-width: 96%;
            margin: 10px auto;
            border: 1px #e5e5e5 solid;
        }

            .table_box dl dd.picture .upload-image img[src=''], .table_box dl dd.picture .upload-image img.will-upload {
                border: none;
                margin: 5px auto;
            }

.image-file-upload {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    color: transparent;
    background: transparent;
    line-height: 20px !important;
    font-size: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.applyError {
    display: none;
    font-size: 12px;
    color: red;
    padding: 0 5px;
}

    .applyError.shown a[onclick] {
        position: absolute;
        color: #08f;
    }

.table_box dl.uplaod-button {
    padding: 0;
}

    .table_box dl.uplaod-button.will-upload {
        padding: 5px 0 10px;
    }

.table_box dd.uplaod-button {
    display: none;
    height: 42px;
    line-height: 42px;
}

#btnUploadFile {
    display: block;
    width: 80%;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    color: #c33;
    border-radius: 3px;
    border-color: #c33;
    padding: 0;
    line-height: 36px;
}

    #btnUploadFile.uploading {
        color: #c5c5c5;
        border-color: #c5c5c5;
    }

.table_box .license-pic.applyTips {
    margin-top: 5px;
    padding: 0 5px 5px;
}

.table_box dl dd {
    position: relative;
}

.table_box dd {
    display: table-cell;
}

.table_box dl dd input {
    line-height: 42px;
}

    .table_box dl dd input.user_log_regi {
        margin-bottom: 1rem;
    }

        .table_box dl dd input.user_log_regi.no {
            background-color: #c5c5c5;
        }

.uploading-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

    .uploading-layer p {
        display: block;
        position: absolute;
        top: calc(50% - 32px / 2 - 15px);
        left: calc(50% - 32px / 2 - 15px);
        line-height: 0;
        border-radius: 5px;
        background-color: rgba(255,255,255,0.5);
        padding: 15px;
    }

        .uploading-layer p img {
            width: 32px;
            height: 32px;
        }

.img_pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .img_pop img {
        display: block;
        position: relative;
        width: 380px;
        height: 350px;
        margin: auto;
        margin-top: 115px;
        z-index: 10001;
    }

.img-pop-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: gray;
    opacity: 0.85;
    z-index: 10000;
}

.tips {
    position: relative;
    width: 365px;
    margin: auto;
    margin-top: 15px;
    color: white;
    font-size: 16px;
    text-align: center;
    background: firebrick !important;
    z-index: 10001;
}

.del {
    position: relative;
    width: 100px;
    height: 40px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #dedede;
    cursor: pointer;
    z-index: 10001;
}

    .del p {
        line-height: 40px;
    }

#regist .mt {
    background: #f8f8f8;
}

    #regist .mt > span > span {
        float: left;
    }

.usBox.usBoxtop {
    display: flex;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.usBox_2 {
    margin: 0 auto;
    padding: 40px 0px 50px;
    text-align: left;
}

    .usBox_2 table tr td[colspan]:first-child {
        text-align: center;
    }

    .usBox_2 span.required, .usBox_2 span.not-required {
        font-size: 12px;
        color: #BABABA;
    }

    .usBox_2 span.not-required {
        display: none;
        color: lightgray;
    }

.agreement-line td {
    font-size: 12px;
}

    .agreement-line td label * {
        font-size: 13px;
    }

    .agreement-line td label input[type=checkbox] {
        vertical-align: text-bottom;
    }

    .agreement-line td label a {
        color: #08f;
    }
