/*!
 * login/reg v1.0.0 ()
 * Copyright 2020 whlong
 * Licensed under the ISC license
 */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    *overflow-x: hidden
}

body,
dd,
dl,
dt,
html,
li,
ol,
p,
td,
th,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
menu,
nav,
section,
summary {
    display: block
}

body {
    position: relative;
    height: 100%;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent;
    *background-image: url(about:blank);
    *background-attachment: fixed
}

dd,
dl,
dt,
em,
i,
li,
ol,
ul {
    font-style: normal;
    list-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: none
}

textarea {
    padding: 10px 15px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    resize: none
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #999
}

:-moz-placeholder,
::-moz-placeholder {
    font-size: 14px;
    color: #999
}

:-ms-input-placeholder {
    font-size: 14px;
    color: #999
}

::-ms-clear {
    display: none
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #007aff;
    text-decoration: underline
}

a,
a:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

img {
    border: 0;
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5 {
    margin: 10px 0;
    line-height: 1
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

*,
:after,
:before {
    box-sizing: border-box
}

:focus {
    outline: 0
}

.show {
    display: block !important
}

.hidden {
    display: none !important
}

.invisible {
    visibility: hidden
}

.relative {
    position: relative
}

.block {
    display: block !important
}

.center {
    text-align: center
}

.vertical {
    vertical-align: middle
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.fr {
    float: right !important
}

.fl {
    float: left !important
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: ""
}

.btn {
    display: inline-block;
    padding: 5px 10px;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    *padding: 0 10px;
    *line-height: 1.5
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none
}

.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn.focus {
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn.disabled,
.btn:disabled,
fieldset[disabled] .btn {
    opacity: .65;
    cursor: not-allowed
}

a.btn.disaabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    border: none;
    background-color: #007aff
}

.btn-primary:hover {
    background-color: #0065d4
}

.btn-block {
    display: block;
    width: 100%
}

.btn-md {
    padding: 8px 15px;
    font-size: 14px
}

.btn-lg {
    display: block;
    padding: 15px 10px;
    font-size: 16px
}

.grey {
    color: #999 !important
}

.red {
    color: red !important
}

.blue {
    color: #007aff !important
}

.font12 {
    font-size: 12px !important
}

.font13 {
    font-size: 13px
}

.font14 {
    font-size: 14px
}

.font16 {
    font-size: 16px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mb15 {
    margin-bottom: 15px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.pl15 {
    padding-left: 15px
}

.w340 {
    width: 340px
}

.form-checkbox input[type=checkbox] {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    margin-left: -20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: transparent url(../image/icon.png) no-repeat 0 -60px;
    box-sizing: border-box;
    border: none;
    -webkit-appearance: none
}

.form-checkbox input[type=checkbox]:checked {
    background-position: -20px -60px
}

.tab-content .tab-panel {
    display: none
}

.tab-content .tab-panel.active {
    display: block
}

.row {
    zoom: 1
}

.row:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    content: ""
}

.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    position: relative;
    float: left;
    min-height: 1px
}

.col-sm {
    width: auto
}

.col-sm-12 {
    width: 100%
}

.col-sm-11 {
    width: 91.66666667%
}

.col-sm-10 {
    width: 83.33333333%
}

.col-sm-9 {
    width: 75%
}

.col-sm-8 {
    width: 66.66666667%;
    *width: 60%
}

.col-sm-7 {
    width: 58.33333333%
}

.col-sm-6 {
    width: 50%
}

.col-sm-5 {
    width: 41.66666667%
}

.col-sm-4 {
    width: 33.33333333%;
    *width: 33%
}

.col-sm-3 {
    width: 25%
}

.col-sm-2 {
    width: 16.66666667%
}

.col-sm-1 {
    width: 8.33333333%
}

.col-sm-offset-1 {
    margin-left: 8.33333333%
}

.col-sm-offset-2 {
    margin-left: 16.66666667%
}

.col-sm-offset-3 {
    margin-left: 25%
}

.col-sm-offset-4 {
    margin-left: 33.33333333%;
    *margin-left: 35.3%
}

.rbd:after {
    position: absolute;
    top: 80px;
    bottom: 80px;
    right: 0;
    width: 1px;
    content: "";
    border-right: 1px solid #eee
}