* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {

    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-family: "Microsoft YaHei", "Arial-normal", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
a {
    background-color: transparent;
    color: #2196f3;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0;
}
p,
form,
ul,
ol,
dl,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
}
form,
ul,
ol,
dl {
    padding: 0;
}
img {
    border: 0;
    vertical-align: middle;
}
hr {
    box-sizing: content-box;
    height: 0;
}
button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button,
select {
    text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/**/
.bh-row {
    margin-left: 0px;
    margin-right: 0px;
}
.bh-checkbox {
    padding-top: 0px;
}
label.tips {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    margin-top: 16px;
}

.defaultcard {
    width: 99%;
    height: 260px;
    padding: 15px;
}

.freezecard {
    /*border-top: 2px solid #f44336;*/
}
.freezecard p.instr{
    margin-top: -12px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

.secondcard {
    border-top: 2px;
}

.defaultcard .header p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}



.defaultcard .bh-row i.md {

    position: absolute;
    font-size: 16px;
    color: #666;
    margin: 5px 0px 3px 6px;
}

.defaultcard .bh-form-control {
    padding-left: 31px;
    margin-bottom: 8px;
}

.unfillcard,
.errorcard {
    padding-top: 0px;
    border: none;
}

.unfillcard .footer button,
.errorcard .footer button {
    margin-top: 3px;
}

.identifycard .footer button {
    margin-top: -10px;
}
.identifycard .bh-form-control {
    padding-left: 31px;
    margin-bottom: 6px;
}

.identifycard .yanzhengma {
    width: 131px;
    float: left;
}
.identifycard .bh-checkbox{
    padding-top: 0px;
}

.identifycard .yanzhengma input {
    padding-left: 6px;
}

.secondcard .header p {
    margin: 0px;
    text-align: left;
}
.secondcard .header{
    margin-left: -5px;
}

.secondcard .header p.instr {
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 7px;
}

.secondcard .footer button {
    margin-top: -6px;
}

.sa-icon {
    display: block;
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    border-color: #F8BB86;
}

.sa-icon.sa-error {
    border-color: #F27474;
}

.sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}

.sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}

.sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}

.sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}

.freezecard p.instr,
.offcard p.instr {
    font-size: 12px;
    margin-top: -9px;
}
.freezecard p.instr{
    margin-top: -16px;
}

.offcard p.instr {
    margin-bottom: 4px;
    text-align: left;
}

.offcard .header p {
    text-align: left;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    padding: 10px;
}

.offcard th.bg {
    background-color: #efefef;
    text-align: left;
    width: 89px;
}

.offcard table {
    border: 1px solid #ddd;
}

.offcard table tr {
    border-bottom: 1px solid #ddd;
}

.offcard table tr th {
    padding: 2px 6px;
    font-weight: normal;
}

.offcard table tr th.bg {
    font-weight: bold;
}

.offcard .footer button {
    margin-top: 12px;
    width: 124px;
    margin-left: 0px;
}

.offcard {
    /*border-top: 2px solid #fec006;*/
}
.bh-container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 8px;
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
}
.bh-container, .bh-row {
    clear: both;
}

.bh-container:before, .bh-container:after, .bh-row:before, .bh-row:after {
    content: " ";
    display: table;
}

.bh-container:after, .bh-row:after {
    clear: both;
}
.bh-container:before, .bh-container:after, .bh-row:before, .bh-row:after {
    content: " ";
    display: table;
}
.bh-card.bh-card-lv1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 101;
}

.bh-form-lg .bh-form-group {
    margin-bottom: 8px;
}
.bh-form-group {
    margin-bottom: 4px;
}
.defaultcard .bh-form-control {
    padding-left: 31px;
    margin-bottom: 8px;

}
.bh-form-lg .bh-form-control {
    font-size: 14px;
    line-height: 20px;
    height: 32px;
}
.bh-form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #222222;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 2px;
}

.bh-container::before, .bh-container::after, .bh-row::before, .bh-row::after {
    content: " ";
    display: table;
}
.bh-checkbox {
    padding-top: 0px;
}
.bh-checkbox input {
    width: 16px;
    height: 16px;
}
.bh-checkbox input{
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 0px !important;
    z-index: 1;
    cursor: pointer;
    margin-top: 0px;
    opacity: 0;
}

.bh-checkbox label {
    padding: 0px 12px 0px 24px;
    font-weight: normal;
}
.bh-checkbox label, .bh-radio label {
    position: relative;
}

.bh-btn-block {
    display: block;
    width: 100%;
}
.bh-btn {

    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    outline: none !important;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 2px;
    min-width: 80px;
    -webkit-user-select: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all;
    transition-duration: 300ms;
}

.secondcard {
    /*border-top: 2px solid #8bc34a;*/
}
.bh-form-control[readonly]{
    background-color: #efefef;
    opacity: 1;
}

.bh-btn:hover {
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bh-btn-default {
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 5px 8px;
}
.bh-btn-default:hover,
.bh-btn-default:focus
.bh-btn-default:active {
    color: #222222;
    background-color: #efefef;
}
.bh-btn-default:active{
    background-image: none;
}
.bh-btn-default:hover{
    color: #222222;
    background-color: #efefef;
}
.bh-checkbox input:checked + .bh-choice-helper:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.bh-checkbox .bh-choice-helper:before {
    top: 2px;
    width: 16px;
    height: 16px;
}
.bh-checkbox .bh-choice-helper:before, .bh-radio .bh-choice-helper:before {
    left: 0;
    border: 1px solid #b4b4b4;
    background-color: #ffffff;
}
.bh-checkbox .bh-choice-helper:before,.bh-checkbox .bh-choice-helper:after{
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}
.bh-checkbox input:checked + .bh-choice-helper:after {
    -webkit-transform: scale(1) rotate(-50deg);
    -ms-transform: scale(1) rotate(-50deg);
    -o-transform: scale(1) rotate(-50deg);
    transform: scale(1) rotate(-50deg);
    opacity: 1;
    filter: alpha(opacity=100);
}
.bh-checkbox .bh-choice-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(80deg);
    -ms-transform: scale(0) rotate(80deg);
    -o-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 16px;
    height: 8px;
    border-bottom: 2px solid #8bc34a;
    border-left: 2px solid #8bc34a;
    border-bottom-left-radius: 2px;
    left: -1px;
    top: 4px;
}
.bh-checkbox .bh-choice-helper:before, .bh-checkbox .bh-choice-helper:after{
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}


.basic-auth-icon {
    width: 24px;
    height: 24px;
    float: left;
    border-right: none;
    position: absolute;
    background-color: rgb(242, 242, 242);
    margin: 5px 0px 3px 6px;

}

.basic-auth-icon-user {
    background: url("../images/icons.png") -161px -52px no-repeat;
}

.basic-auth-icon-pwd {
    background: url("../images/icons.png") -135px -52px no-repeat;
}

.basic-auth-icon-captcha {
    margin-left: 80px;
    background: url("../images/icons.png") -75px -52px no-repeat;
}

.basic-captcha-img{
    position:absolute;
    width:70px;
    height:30px;
}

.unfillcard p.reAuthTitle {
    margin-bottom: 4px;
}

.errorcard p.reAuthTitle {
    margin-bottom: 4px;
}


/*---客户化自定义样式开始-----*/
/*字体样式*/
.font-css-color{
    color: #666;
}
/*背景样式*/
.bh-card {
    background-color: #f2f7fb;
}

/*用户名和密码和验证码为空时提示的样式*/
/*提示消息*/
.unfillcard p.title {
    background-color: #fec006;
    color: #fff;
    width: 300px;
    text-align: center;
    margin-left: -24px;
    height: 20px;
    margin-bottom: 4px;
}
/*提示边框*/
.bh-form-control-warning .bh-form-control {
    border-color: #fec006;
}
/*提示边框 聚焦时*/
.bh-form-control-warning .bh-form-control:focus {
    border-color: #fec006;
    -webkit-box-shadow: inset 0 0 2px #fec006;
    box-shadow: inset 0 0 2px #fec006;
}

/*用户名和密码以及验证码错误的时提示的样式*/
/*提示消息*/
.errorcard p.title {
    background-color: #f44336;
    color: #fff;
    width: 300px;
    text-align: center;
    margin-left: -52px;
    height: 20px;
    margin-bottom: 4px;
}
/*提示边框*/
.bh-form-control-danger .bh-form-control {
    border-color: #f44336;
}
/*提示边框 聚焦时*/
.bh-form-control-danger .bh-form-control:focus {
    border-color: #f44336;
    -webkit-box-shadow: inset 0 0 2px #f44336;
    box-shadow: inset 0 0 2px #f44336;
}
/*初始状态的光标聚焦的边框的地方中的样式*/
.bh-form-control:focus {
    border-color: #2196f3;
    outline: 0;
    -webkit-box-shadow: inset 0 0 2px #2196f3;
    box-shadow: inset 0 0 2px #2196f3;
}

/*登录按钮样式 */
/*鼠标离开时*/
.bh-btn-primary {
    color: #ffffff;
    background-color: #2196f3;
    border: none;
}
/*鼠标放上时*/
.bh-btn-primary:hover{
    color: #ffffff;
    background-color: #0d86ea;
}
/*---客户化自定义样式结束-----*/
