﻿select[disabled] {
    background: #eee;
    cursor: not-allowed;
}

.btn_reg {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #0181d1;
    border-color: #2e6da4;
    height: 40px;
}

    .btn_reg:hover {
        color: #fff;
        background-color: #0196f3;
        border-color: #204d74;
    }

.ui_label_reg {
    width: 35%;
    display: inline-block;
    text-align: right;
}

.div_txt {
    width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
}

.box_txt {
    width: 54%;
    text-align: left;
    display: inline-block;
}
.bg_yzm{
    background:#0181d1;
    border-radius:4px;
    height:34px;
    line-height:34px;
    margin-left:5%;
    text-align:center;
    color:white;
}
.ui_txt_new {
    width: 302px;
    height: 18px;
    line-height: 18px;
    margin: 1px 1px 1px 5px;
    padding: 8px;
    outline: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #333;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    font: 14px Arial;
}

.ui_select_new {
    height: 36px;
    line-height: 36px;
    margin: 1px 1px 1px 5px;
    padding: 8px;
    outline: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #333;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    font: 14px Arial;
}

.ui-span-required {
    color: red;
}

.div_radio {
    width: 302px;
    text-align: center;
}

.label_radio, input[type="radio"] {
    cursor: pointer;
}
