/* 周翔  2023-7-11 */
/* 登录样式 */
.dialog-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #121212;
    z-index: 10;
    filter: alpha(opacity=50);
    opacity: .5;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}


.open {
    display: block !important;
}
.dialog {
    border-radius: 0;
    border: 0 solid #ebebeb;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    background-color: #fff;
    display: none;
}
.dialog .dialog-head {
    font-size: 18px;
    border-bottom: 0;
    background: #FFF;
    color: #383838;
    border-radius: 4px 4px 0 0;
}
.dialog .dialog-head, .dialog .dialog-foot {
    padding: 10px 20px;
}
.dialog .dialog-head .close {
    float: right;
    line-height: 24px;
}
.close {
    display: inline-block;
    font-size: 28px;
    cursor: pointer;
    line-height: 28px;
}
.close:before {
    content: "\00d7";
    font-weight: 900;
}
.dialog .dialog-body {
    padding: 10px 40px 40px 40px;
}
.blank-middle {
    height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 0;
}
.register .tab {
    font-size: 0;
}
.text-center {
    text-align: center;
}
.register .tab li.cur {
    color: #0A80FD;
    background-color: transparent !important;
    line-height: 20px !important;
}
.register .tab li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-family: 微软雅黑, "Helvetica Neue", sans-serif, Arial;
    width: 60px;
    color: #666;
    margin: 0 0 40px 0;
}
.register .tab li.cur::before {
    background: #0A80FD;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    transition: transform .3s;
}
.dialog-body .form-group {
    padding-bottom: 20px;
}
.form-group {
    padding-bottom: 10px;
}
.field {
    position: relative;
}
.dialog-body .input {
    height: 48px;
    line-height: 24px;
    padding: 0 12px;
    border: 1px solid #ebebeb;
    width: 100%;
    outline: none;
    display: block;
    border-radius: 0px;
    -webkit-appearance: none;
    box-shadow: 0 0px 0px rgba(0,0,0,0.0) inset;
    background: transparent;
}
.field-icon .input {
    text-indent: 25px;
}
.field-icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 34px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-gray{
    color: #888888;
}
.fa-user:before {
    content: "\f007";
    font-weight: 900;
}
.dialog-body .form-group {
    padding-bottom: 20px;
}
.field {
    position: relative;
}
.dialog-body .input {
    height: 48px;
    line-height: 24px;
    padding: 0 12px;
    border: 1px solid #ebebeb;
    width: 100%;
    display: block;
    border-radius: 0px;
    -webkit-appearance: none;
    box-shadow: 0 0px 0px rgba(0,0,0,0.0) inset;
    background: transparent;
}
.field-icon .input {
    text-indent: 25px;
}
.text-main{
    color: #383838;
}
.field-icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 34px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-key:before {
    content: "\f084";
    font-weight: 900;
}
.dialog-body .form-group {
    padding-bottom: 20px;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.dialog-body .input {
    height: 48px;
    line-height: 24px;
    padding: 0 12px;
    border: 1px solid #ebebeb;
    width: 100%;
    display: block;
    border-radius: 0px;
    -webkit-appearance: none;
    box-shadow: 0 0px 0px rgba(0,0,0,0.0) inset;
    background: transparent;
}
.dialog-body .input-group .addon {
    background-color: #fff;
    border: 0px solid #EBEBEB;
    border-radius: 0px;
    line-height: 1;
    padding: 0;
    text-align: center;
}
.input-group .addon {
    background-color: #f5f5f5;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.input-group .addon, .input-group .addbtn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .addon, .input-group .addbtn, .input-group .input {
    display: table-cell;
}
.dialog-body .input-group .addon img {
    max-height: 50px;
}
img {
    border: 0;
    vertical-align: bottom;
}
.field-icon .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 34px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
}
input {
    line-height: normal;
}
.button.bg-yellow{
    border-color: #0A80FD !important;
    color: #fff;
}
.bg-yellow{
    background-color: #0A80FD !important;
}
.radius-none {
    border-radius: 0;
}
.border-none {
    border: 0;
}
.button-large {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 24px;
}
.button-block {
    display: block;
    width: 100%;
}
.button {
    border: solid 1px #EBEBEB;
    background: transparent;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 20px;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.button i{
    color: rgb(255, 64, 64);
}
input {
    line-height: normal;
}
.margin-top {
    margin-top: 10px;
}
.text-right {
    text-align: right;
    padding-top: 15px;
}
p {
    margin: 0;
}
p, .p {
    margin: 0px !important;
    line-height: 24px;
}

a {
    background: transparent;
}