/* placeholder */
.ivu-input::-webkit-input-placeholder {
    color: #bec4c9;
}

.ivu-input:-moz-placeholder {
    color: #bec4c9;
}

.ivu-input:-ms-input-placeholder {
    color: #bec4c9;
}

html,
body {
    height: 100%;
}

[v-cloak] {
    display: none;
}
html{
    width: 100vw;
    height: 100vh;
   
}
body {
    width: 100%;
    min-height: 100vh;
    background-image: url("../images/bg.png") ;
    background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;

    font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    text-align: center;
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

.logo {
    padding: 60px 0 50px;
}

.title {
    width: 80%;
    padding: 10px;
    min-width: 800px;
    max-width: 1050px;
    margin: auto;
}

.title img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1367px) {
    .logo {
        padding: 10px 0 0;
    }

    .title {
        width: 60%;
        margin: 0px auto 0;
    }
}

.form {
    width: 470px;
    margin: 0 auto;
    color: #fff;
}

.ivu-input-group {
    width: 470px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    border-radius: 26px;
    background: url(../images/input.png) no-repeat 0 center;
    overflow: hidden;
}

.ivu-form-item .ivu-input {
    height: 52px;
    line-height: 52px;
    border: none;
    font-size: 22px;
    color: #fff;
    background: transparent;
}

.verify-code {
    cursor: pointer;
}

.prependImg {
    width: 40px;
    height: 40px;
    margin-left: 16px;
}

.use.prependImg {
    background: url("../images/use.png") no-repeat center;
}

.psw.prependImg {
    background: url("../images/psw.png") no-repeat center;
}

.ivu-input:focus,
.ivu-input:hover,
.ivu-form-item-error .ivu-input:hover,
.ivu-form-item-error .ivu-input:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ivu-input-group-append,
.ivu-input-group-prepend,
.ivu-form-item-error .ivu-input-group-append,
.ivu-form-item-error .ivu-input-group-prepend {
    text-align: center;
    background-color: transparent;
    border: none;
}

/* 单选框样式 */
.ivu-radio-wrapper {
    font-size: 20px;
    margin: 0 20px;
}

.ivu-radio-wrapper+.ivu-radio-wrapper {
    border-left: 1px solid #fff;
    padding-left: 40px;
}

.ivu-radio-inner {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    background: transparent;

}

.ivu-radio-checked .ivu-radio-inner,
.ivu-radio-checked:hover .ivu-radio-inner {
    border-color: #fff;
}

.ivu-radio-inner:after {
    left: 3px;
    top: 3px;
    background: #fff;
}

/* 错误提示代码样式 */
.ivu-form-item-error-tip {
    padding-left: 60px;
}



/* 登录按钮样式 */
.enter2 {
    display: inline-block;
    width: 220px;
    height: 220px;
    background: url("../images/enter2.png") center/cover;
}

.enter1 {
    display: inline-block;
    width: 180px;
    height: 180px;
    margin-top: 20px;
    background: url("../images/enter2.png") center/cover;
}

.enter {
    cursor: pointer;
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-top: 10px;
    background: url("../images/enter.png") center/cover;
}

.enter:hover {
    transform: scale(1.1);
    transition: transform 0.2s linear;
}

.footer {
    color: #fff;
    font-size: 16px;
}

.pres {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1234;
    text-align: center;
}

.pres img {
    padding-top: 300px;
}

/* 验证码样式 */
.codeBox .verify-change-area {
    display: none;
}

.codeBox  .ivu-input {
    width: 298px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    border: none;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: url(../images/code.png) no-repeat 0 center;

}
#check-code{
    width: 150px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;  
    cursor: pointer;
}

.code {
    font-family: Arial;
    font-style: italic;
    font-size: 30px;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
    font-weight: bolder;
    cursor: pointer;
    width: 150px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    background: #4d6071;
    border: 1px solid  #4d6071;
}