@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    font-family: 微软雅黑, 宋体, Arial, sans-serif
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

a {
    color: #666;
    text-decoration: none
}

body {
    background: #fff;
}

input {
    border: none;
    outline: none;
    background: transparent;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fn-clear {
    zoom: 1
}

.wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto
}

.tLeft {
    float: left;
}

.tRight {
    float: right;
}

.container {
    width: 100%;
    height: 100%;
    background: #fff url(../image/bg_ll1.jpg) top left no-repeat;
    /* background-size: cover; */
    background-size: 100% 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.header_logo {
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
}

.header_logo a {
    display: block;
    width: 98px;
    height: 45px;
    margin: 10px 10px;
}

.header_logo a>img {
    width: 100%;
    height: 100%;
    display: block;
}

.form_box {
    width: 380px;
    height: 371px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 99;
}

.form_title {
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 28px;
}

.form_data_box {
    width: 354px;
    height: 292px;
    background: url('../image/form1.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.form_data {
    width: 100%;
    height: 100%;
    padding: 30px 30px 0;
    box-sizing: border-box;
    /* background: #fff; */
    overflow: hidden;
}

.data_list {
    width: 100%;
    height: 48px;
    /* background: pink; */
    border-bottom: 1px solid #f6ad3a;
    font-size: 15px;
    margin-bottom: 20px;
}

.last_list {
    border-bottom: 0;
}

.last_list_height {
    height: 20px;
}

.data_list label {
    display: block;
    width: 25%;
    height: 50px;
    line-height: 51px;
    color: #9a9a9a;
    float: left;
}

.data_list input {
    display: block;
    width: 70%;
    height: 50px;
    line-height: 49px;
    color: #666;
    float: left;
    font-size: 15px;
}

input::-webkit-input-placeholder {
    color: #9a9a9a;
}

.data_list .login_btn,
.data_list .register_btn {
    width: 100%;
    height: 50px;
    line-height: 49px;
    background: #f6ad3a;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #f6ad3a;
}

.data_list .register_btn {
    background: #fff;
    color: #f6ad3a;
}

.data_list .jumpClass {
    color: #f6ad3a;
    font-size: 13px;
}

.data_list span a {
    color: #f6ad3a;
    font-size: 13px;
    background: none;
    border: 0;
}

.footer_copyright {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer_copyright p {
    width: 100%;
    margin: 0 auto;
    line-height: 2.3;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    font-size: 12px
}

.footer_copyright p a {
    color: rgba(255, 255, 255, .7);
}

@media only screen and (max-width: 900px) {
    .form_data_box .wp-login-form {
        box-sizing: border-box;
        padding: 30px 30px 0;
    }
}