@charset "utf-8";

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #555;
    overflow-x:hidden;
    font-family: Microsoft YaHei, -apple-system-font, Helvetica Neue, sans-serif;
    -webkit-tap-highlight-color: transparent;
    margin: 0 auto !important;
    max-width: 480px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

.clear {
    display: block;
    clear: both;
}

div {
    -webkit-tab-highlight-color: transparent
}



.main {
    background-color: #fff;
    color: #3C4353;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
}

/*
    登录
*/
.login_welcome {
    width: 100%;
    color: #3C4353;
    float: left;
}

.login_welcome_l {
    width: 38%;
    float: left;
    padding-top: 11%;
    margin-left: 5%;
}

.login_welcome_l .hello {
    font-size: 2.3rem;
}

.login_welcome_l .hello_zw {
    font-size: 1.6rem;
}

.login_welcome_r {
    width: 55%;
    margin-top: 5%;
    float: left;
}

.login_welcome_r img {
    width: 100%;
}

.login_input {
    width: 86%;
    margin-left: 7%;
    margin-top: 10%;
}

.login_input_text {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
}

.login_input_input input {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    border: none;
    border-bottom: 1px solid #DDE2EE;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    padding: 0.2rem;
}

.password_tip {
    color: #0C4698;
    width: 93%;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 2.5rem;
}

.login_button {
    width: 100%;
    padding: 30px 0 150px 0;
}

.login_button .denglu {
    border: none;
    background: #fff;
    font-size: 2.5em;
    float: right;
    margin-right: 0.5em;
    color: #3C4353;
}

.md {
    width: 133px;
    height: 75px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background-image: url(./../images/md.png);
    opacity: 0.5;
    background-size: 100%;
    background-repeat: no-repeat;
}