html, body {
    font-family: 'Microsoft Yahei', "Helvetica Neue", Helvetica, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', Tahoma, Arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 14px;
    cursor: default;
    display: block;
    overflow: hidden;
}
.body {
    background-color: #3b8eff;
}
.head > .limit {
    width: 1000px;
    margin: 30px auto;
    padding-left: 30px;
}
.body > .limit  {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}
.head > .limit > img{
    width: 48px;
    height: 48px;
    vertical-align: bottom;
    display: inline-block;;
}
.head > .limit > div {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    display: inline-block;;
}
.body > .limit > .seek {
    width: 480px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}
.body > .limit > .area {
    width: 300px;
    margin: 40px 0 0 100px;
    padding: 10px 0;
    border-radius: 4px;
    background-color: #F2F2F2;
    display: inline-block;
}
.body > .limit > .area > .title {
    height: 32px;
    line-height: 32px;
    padding-left: 8px;
    margin: 10px 0;
    background-color: #F7B300;
}
.body > .limit > .area > .title > div {
    font-size: 22px;
    padding: 0 20px;
    background-color: #F2F2F2;
}
.layui-input {
    width: 240px !important;
}
.layui-btn {
    width: 240px;
    margin-left: 30px;
    background-color: #3b8eff !important;
}
.layui-form-label {
    width: 46px !important;
}
.layui-input-block {
    margin-left: 30px !important;
}
.layui-form-onswitch {
    border-color: #3b8eff !important;
    background-color: #3b8eff !important;
}
label.remember {
    width: 102px !important;
}
div.verify {
    width: 140px !important;
}
div.verify > input {
    width: 110px !important;
    margin-left: 30px;
}
div.verify-img {
    margin-left: 5px;
    width: 110px !important;
}
div.verify-img > img {
    width: 100%;
    height: 36px;
}
.foot {
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.foot > span {
    margin: 0 10px;
}