@charset "utf-8";
html {
    color: #000;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html, body {
    font-family: sans-serif
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:hover {
    text-decoration: underline
}

ins, a {
    text-decoration: none
}

/*登录*/
.login-box, .bind-box {
    width: 100%;
    padding-top: 4rem;
}

.login-box h1, .bind-box h1 {
    text-align: center;
    color: #44baec;
    font-size: .6rem;
    margin-bottom: .5rem;
    font-weight: bold;
}

.login-box .input-style {
    display: flex;
    margin: 0 1rem .4rem;
    height: 1rem;
    align-items: center;
    border: .02rem solid #d0d0d0;
    border-radius: .12rem;
    padding: 0 .1rem;
}

.login-box .input-style i {
    flex-shrink: 0;
    display: block;
    background: url("../img/user.png") no-repeat;
    background-size: cover;
    width: .65rem;
    height: .65rem;
    margin-right: .2rem;
}

.login-box .input-style i.psd {
    background: url("../img/psd.png") no-repeat;
    background-size: cover;
}

.login-box .input-style input {
    width: 100%;
    font-size: .4rem;
    border: 0;
    height: 1rem;
    border-radius: .12rem;
    display: block;
    flex: 1;
}

.footer {
    margin: 0 1rem;
}

.save-btn {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    background: #44baec;
    height: 1rem;
    color: #fff;
    font-size: .4rem;
    border-radius: .1rem;
    box-shadow: 0.03rem 0.05rem 0.1rem 0.01rem #b9c5cb;
}

.footer p {
    font-size: .35rem;
    margin-top: .5rem;
    color: #999;
}


/*解绑*/
.bind-box {
}

.bind-box .msg-list {
    margin: 0 1rem .4rem;
}

.bind-box .msg-list .item {
    display: flex;
    font-size: .4rem;
    margin-bottom: .3rem;
}

.bind-box .msg-list .item:last-child {
    margin-bottom: 0;
}

.bind-box .msg-list .item .label {
    color: #999;
    width: 1.8rem;
}

.bind-box .msg-list .item span {

}

::placeholder {
    color: #d0d0d0;
}

.weui-toast {
    width: 4em !important;
    min-height: 3em !important;
    left: 65% !important;
}
