body {
    /*background-image: url(/www/images/login_bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

.main {
    background-color: #002e66;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    min-height: calc(100vh - 38px);
    align-content: flex-start;
    flex-direction: column;
}

.main_bg {
    /*background-color: #00000042;*/
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-top: 150px;
}


.title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 700px;
}
.title_logo{}
.title_logo>img{
    width: 125px;
}
.title_text{
    margin-left: 12px;
}
.title_text > h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
}
.title_text > p {
    text-align: center;
    color: #cd9557;
    font-size: 16px;
    margin-top: 10px;
}

.warp {
    background-color: #f3fbfe;
    /*max-width: 700px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
    align-items: center;
    padding-top: 50px;
    width: 80%;
}

.container_login {
    display: flex;
    align-items: center;
}


.client_login {
}

.warranty_inquiry {
    background-color: #1e356a;
    padding: 19px 0;
    margin-top: 100px;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.warranty_inquiry > h1 {
    line-height: 38px;
    color: #cd9557;
    font-size: 16px;
    font-weight: lighter;
}

.warranty_con {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.warranty_con > label {
    line-height: 38px;
    color: #c6bebe;
    font-size: 13px;
    font-weight: lighter;
    margin-left: 20px;
}

.warranty_con > input {
    padding: 5px;
    width: 260px;
    margin-left: 10px;
}

.warranty_con > button {
    background-color: #cd9557;
    padding: 5px 20px;
    border-radius: 5px;
    margin-left: 10px;
}

.result {
    margin-top: 10px;
}

.result > p {
    color: #dfdcdc;
    font-size: 12px;
}

.result > p > strong {
    color: #fff;
    font-size: 12px;
    margin-left: 9px;
}

html {
    color: #000;
    background: #e6ecf8;
}

/*登录界面弹框*/
.login_frame {
    /*   z-index: 10000;
       position: absolute;
       top: 0;
       left: 0;
       bottom: 0;
       right: 0;
       background-color: #000000a1;
       display: none;*/
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.login {
    position: relative;
    width: 350px
}

.login_main {
    padding: 30px 0;
}

.login_title {
}

.login_title h1 {
    font-size: 22px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 1.2;
}

.login_cont {
    display: flex;
    flex-direction: column;
}

.login_cont > li {
    margin-bottom: 20px;
}

.login_cont > li > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    border: 1px solid #cacaca;
    border-radius: 5px;
    background-color: #f3fbfe;
}

.login_cont > li > div > span {
    width: 24px;
    color: #ffffff;
    padding: 8px;
    font-size: 15px;
    background-color: #f5e1cb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
}
.login_cont > li > div > span:before{
    font-size: 20px;
    color: #002e66;
    border-radius: 5px 0 0 5px;
}
.login_cont > li > div > div{
    width: calc(100% - 40px);
}
.login_cont > li > div > div > input {
    text-indent: 6px;
    color: #3d3d3e;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
}

.login_cont > li > p {
    color: #e0a800;
    text-align: center;
}

#code {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

#code > input {
    width: calc(100% - 160px);
}

#code > div {
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#code > div > img {
    width: 138px;
}



 .login_cont > li > div > input::-webkit-input-placeholder {
    color: #b4b4b4;
}

 .login_cont > li > div >div > input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b4b4b4;
}

.login_cont > li > div >div > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b4b4b4;
}

.login_cont > li > div >div > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b4b4;
}

.loginFooted {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginFooted button {
    background-color: #cd9557;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.loginFooted button:hover {
    background-color: #ddb283;
}

.register_but{
    margin-top: 30px;
}
.register_but>a{}
