body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    height: 100%;
    background-size: cover;
    overflow: hidden;
    color: #333;
    margin-top: 5px;
    font: normal 14px Helvetica, STHeiti, "Microsoft YaHei", Verdana, Arial, Tahoma, sans-serif;
    background: url("../../90125/img/1.jpg") no-repeat 0px -80px;
}


ul, ol {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:link {
    color: #009;
}

a:visited {
    /*color: #800080;*/
}

a:hover, a:active, a:focus {
    color: #cc0000;
    text-decoration: underline;
}

canvas {
    position: absolute;
    /*z-index: auto;*/
}

.content {
    width: 100%;
    position: relative;
    margin: 200px auto 0;
    text-align: center;
}
.content img {
    width: 600px;
}

.h1 {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    letter-spacing: 3px;
}

.box {
    margin-top: 50px;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.btn {
    width: 170px;
    height: 50px;
    margin: auto 10px;
    padding: auto 10px;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    border: none;
    background: #02a9f1;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
}
.btn:hover {
    background: #33bbee;
}

.btn1:hover {
    height: 100px;
}

#btn1-init {
    font-size: 16px;
    letter-spacing: 1px;
}

.btn1-inner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn1-inner-text span:first-child {
    border-bottom: #b8afaf 1px solid;
}

#user-type {
    font-size: 34px;
}
.btn img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 16px;
    color: #FFF;
}

#popup {
    display: none;
    z-index: 99;
    position: relative;
    bottom: 365px;
    margin: 0 auto;
    width: 614px;
}
#ba {
    display: none;
    z-index: 90;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 950px;
}
.line {
    width:95%;
}
#verify_box {
    position: absolute;
    right: 150px;
}

input:-internal-autofill-selected {
    background: #FFF !important;
}

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

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
}

a {
    text-decoration: none;
    color: gray;
}

img {
    vertical-align: middle;
}

#login {
    height: 365px;
    margin: 0px auto;
    width: 60%;
    border: 2px solid white;
    background: white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 0px 0px 8px 8px;
    padding: 20px 30px;
    _padding-bottom: 0px;
}

#rpwd {
    float: right;
}

#msg p {
    text-align: center;
    margin-bottom: 20px;
    color: white;
    font-size: 40px;
    /*font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;*/
}

#msg div {
    text-align: center;
    color: #02a9f1;
    font-size: 34px;
    margin: 0px auto;
    width: 60%;
    border: 2px solid #FFF;
    background: #FFF;
    border-radius: 8px 8px 0px 0px;
    padding: 30px 30px 0px 30px;
}

#login p {
    margin-bottom: 30px;
    height: 55px;
    line-height: 55px;
}

#form {
    margin: 0px 13px;
}


/*, .p-left */
.form-p
,.p-yzm
{
    border: 1px solid #ccc;
    border-radius: 8px;
}

.form-p label, .p-left label {
    text-align: center;
}

#form input {
    border: none;
    width: 75%;
}

#login label {
    float: left;
    width: 60px;
    /*line-height: 33px;*/
}

#login label img {
    width: 25px;
    height: 25px;
}

.button-m {
    background: #4d9af0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    margin-left: 15px;
    /* background: #459300 url(img/button.gif) top left repeat-x !important; */
    /* border: 1px solid #459300 !important; */
    color: white !important;
    font-size: 12px !important;
    cursor: pointer;
}

.text-input {
    width: 200px;
    border: 1px solid #ccc;
    color: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 6px;
    outline: 0;
    font-size: 16px;
}

#verifyImg {
    cursor: pointer;
    margin-left: 5px;
}

#fleshVerify {
    border-bottom: 1px dashed gray;
    padding-bottom: 1px;
    color: #174B73;
    text-decoration: none;
    margin-left: 5px;
}

#login p.btn_p {
    margin-bottom: 0px;
    text-align: right;
}

.button {
    width: auto;
    background: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #02a9f1 top left repeat-x !important;
    border: 1px solid #02a9f1 !important;
    padding: 4px 7px 4px 7px !important;
    color: white !important;
    font-size: 24px !important;
    cursor: pointer;
    float:left;
    width: 524px;
    padding: 5px;
    height: 57px;
    margin-top: 60px;
}

.notice {
    position: absolute;
    z-index: 1000;
    letter-spacing: 2px;
    top: 5px;
    left: 50%;
    margin-left: -90px;
    padding: 5px 20px 5px 10px;
    font-weight: bold;
    border: 1px solid gray;
    color: blue;
    background: #FFF;
    background-position: 3px 40%;
    font-family: 微软雅黑, Tahoma, Helvetica, sans;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.bottom {
    height: 380px;
}

.record a {
    color: #1484c3;
}