﻿

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
textarea,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

body, html {
    width: 100%;
}
body {
    background: #f5f5f7;
}

img {
    border: none;
}

a, span, label, li, button, dl, div, table {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
textarea, button, input {
    outline: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}

input {
    outline: none;
    border: none;
}



/*登录前后*/
.login {
    background: #fff;
    width: 320px;
    position: relative;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(213,213,213,0.5);
}

    .login h1 {
        font-size: 16px;
        color: #808080;
    }

.login_box {
    padding-top: 20px;
    width: 100%;
}

.login_fir {
    display: flex;
    height: 40px;
    border: 1px solid #e5e3e4;
    border-radius: 20px;
    background: #f6f8fa;
    margin-bottom: 18px;
    overflow: hidden;
}

    .login_fir input {
        padding: 11px 0 11px 18px;
        flex: 1;
        color: #333;
        font-size: 14px;
    }

        .login_fir input.yanz {
        }

    .login_fir img {
        width: 120px;
        height: 40px;
        margin-left: 10px;
        cursor: pointer;
    }

.ty_box {
    display: flex;
    justify-content: space-between;
    padding: 0 8px 20px 8px;
}

.ty_item {
    display: flex;
    align-items: center;
}

    .ty_item input {
        margin-right: 5px;
    }

    .ty_item p {
        font-size: 14px;
        color: #808080;
    }

        .ty_item p a {
            color: #447256;
        }

.ty_box a {
    font-size: 14px;
    color: #447256;
}

.dl button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #447256;
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
    cursor: pointer;
}

.dl p {
    text-align: center;
    font-size: 14px;
    color: #808080;
    padding: 10px 0;
}

    .dl p a {
        font-size: 14px;
        color: #447256;
    }

/*登陆后*/
.login_after {
    width: 100%;
    display: none;
}

.tx {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}

    .tx img {
        border-radius: 68px;
        height: 68px;
        width: 68px;
    }

.login_after ul {
    padding-bottom: 10px;
}

    .login_after ul li {
        display: flex;
        align-items: center;
        padding: 8px 0;
        font-size: 14px;
        color: #666;
    }

        .login_after ul li p {
            color: #666;
        }

        .login_after ul li label {
            color: #447256;
        }

.login_after button {
    width: 90%;
    margin: 13px 5% 0 5%;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    background: #004986;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
}

    .login_after button.tc, .login_after a.tc {
        background: #fff;
        color: #333;
        width: 100px;
        border: 1px solid #ddd;
    }

.btn_box {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .btn_box button, .btn_box a {
        width: 150px;
        height: 38px;
        margin: 0 10px;
        font-size: 16px;
        cursor: pointer;
        line-height: 38px;
        background: #447256;
        text-align: center;
        border-radius: 38px;
        color: #fff;
    }
