* {
    font-family: "微软雅黑", "宋体", "黑体", Helvetica, Arial, sans-serif;
}

a, a:active, a:visited {
    cursor: pointer;
    color: #0000ff;
}

body {
    margin: 0 auto;
    font-size: 14px;
    background-color: #fbfbfb;
}

table {
    width: 95%;
}

.mbody {
    margin: 0 auto;
    max-width: 600px;
}

.form_table_left {
    margin: 0 auto;
}

.form_table_left td:nth-child(1) {
    text-align: right;
}

.form_table_left th:nth-child(1) {
    text-align: right;
}

input[type=checkbox] {
    vertical-align: middle;
}

input[type=text], input[type=tel], input[type=password], select, option {
    background-color: #ffffff;
    height: 35px;
    width: 100%;
    outline: 0;
    border: 0px;
    margin-bottom: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #d1d1d1;
}

input[type=text]:focus, input[type=tel]:focus, input[type=password]:focus, select:focus {
    background-color: #ffffff;
    outline: 0;
    border: 0px;
    border-bottom: 1px solid #aca9d1;
}

input:-webkit-autofill { /*取消浏览器自动填表的样式*/
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type=button], input[type=reset], input[type=submit], button {
    height: 30px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 0 10px 0 10px;
    background: linear-gradient(#fcfcfc, #d6d6d6);
}

/*验证码*/
.code {
    height: 30px;
    vertical-align: middle;
    border: 1px solid #d1d1d1;
}

.lf_wifi_title {
    margin-bottom: 10px;
    display: block;
    line-height: 50px;
    width: 100%;
    text-align: center;
    background: #293650;
    border-color: #759ce8;
    font-size: 16px;
    color: #fff;
}

.lf_btn_login {
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    background: #4eabe8;
    border-color: #4eabe8;
    color: #fff;
    text-decoration: none;
}

.lf_btn_registr {
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    background: #de3b8a;
    border-color: #de3b8a;
    color: #fff;
    text-decoration: none;
}
