/*會員註冊*/
/*完成註冊*/
.joinFulfil_text {
    color: #535353;
    text-align: center;
    font-weight: bold;
    font-size: 0.95em;
    margin: 30px 0 50px 0;
}

@media (min-width: 400px) {
    .joinFulfil_text {
        margin: 20px 0 50px 0;
    }
}

/*身分證號認證/綁定手機*/
.img_addID {
    height: 70px;
    width: auto;
    display: table;
    margin: 20px auto -10px;
}

@media (min-width: 400px) {
    .img_addID {
        height: 80px;
        margin: 20px auto -10px;
    }
}

/*手機號碼提示字*/
.prompt {
    padding-left: 16px;
    text-align: left;
    line-height: 25px;
    bottom: -26px;
}

    .prompt:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        content: '';
        background: url(../../images/th-th/icon_prompt.svg) no-repeat top center;
        background-size: 100%;
        width: 13px;
        height: 13px;
    }

@media (min-width:360px) {
    .prompt {
        padding-left: 18px;
    }

        .prompt:before {
            width: 14px;
            height: 15px;
        }
}

@media (min-width: 400px) {
    .prompt {
        line-height: 29px;
        bottom: -30px;
    }
}

/*设置保护密码-泡泡提示*/
.txt_prompt {
    position: absolute;
    top: 56px;
    left: 0;
    background-color: #f90;
    color: #fff;
    padding: 6px 10px 5px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-size: 0.7em;
    line-height: 1.35em;
    z-index: 2;
    display: none;
}

    .txt_prompt div {
        display: table-cell;
    }

        .txt_prompt div:first-child {
            width: 1%;
            white-space: nowrap;
        }

    .txt_prompt:before {
        content: '';
        position: absolute;
        top: -8px;
        right: 10px;
        border-style: solid;
        border-width: 0 9px 9px 0;
        border-color: transparent transparent #f90 transparent;
    }

@media (min-width: 400px) {
    .txt_prompt {
        top: 68px;
    }
}

@media (min-width: 768px) {
    .txt_prompt {
        font-size: 0.9em;
        top: 72px;
    }
}

/*设置保护密码*/
.loginSet {
    font-size: 0.9em;
    text-align: center;
    padding: 21px 4%;
}

@media (min-width: 400px) {
    .loginSet {
        font-size: 0.85em;
        padding: 27px 4%;
    }
}