@CHARSET "UTF-8";
body{
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 875px;
    background: url("../image/srkbj.png")no-repeat top center;
}
a, a:hover{text-decoration: none;}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus {
    outline: none;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}
.title{
    width: 875px;
    margin: 376px auto 0 auto;
    text-align: center;
}
.title h2{
    color: #ccb181;
    margin: 0;
}
#verifyAccount{
    width: 340px;
    margin: 190px auto 0 auto;
}
#verifyAccount label{
    color: #ffffff;
    float: left;
    width: 54px;
    line-height: 31px;
    margin: 10px;
}
#accName, #checkCode{
    border: 1px solid #928d8d;
    padding: 7px;
    border-radius: 4px;
    margin: 10px;
}
#checkCode {
    width: 70px;
    float: left;
}
#verify_code{
    color: #ffffff;
    margin: 10px;
}
#submit_button{
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    width: 80px;
    height: 40px;
    border-radius: 5px;
    color: #ffffff;
    border: 1px solid #265a88;
    margin-left: 120px;
    margin-top: 10px;
}
