html {
    height: 100%
}

a,button,input,object,select,textarea {
    outline: 0!important
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
    color: #89a;
    font-size: 14px;
    background: #f1f4f8;
    background-size: cover;
    /* animation:bg-color 10s infinite; */
    background: url(./img/bg.jpg) no-repeat 50%;
    background-size: cover;
    /* -webkit-animation:bg-color 10s infinite; */
}

@-webkit-keyframes bg-color {
    0% {
        background-color: #f1f4f8
    }

    20% {
        background-color: #1381f5
    }

    40% {
        background-color: #1abc9c
    }

    60% {
        background-color: #e63868
    }

    80% {
        background-color: #9b59b6
    }

    100% {
        background-color: #f1f4f8
    }
}

@keyframes bg-color {
    0% {
        background-color: #f1f4f8
    }

    20% {
        background-color: #1381f5
    }

    40% {
        background-color: #1abc9c
    }

    60% {
        background-color: #e63868
    }

    80% {
        background-color: #9b59b6
    }

    100% {
        background-color: #f1f4f8
    }
}

a {
    color: #337ab7;
    text-decoration: none
}

.clearfix::after {
    content: '';
    display: block;
    clear: both
}

.catlogin {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -220px;
    margin-top: -250px;
}

.login-logo {
    width: 100%;
}

.login-logo img {
    width: 100%;
    height: 60px;
}

.catlogin-tab {
    width: 100%;
    height: 50px
}

.catlogin-frame {
    width: 440px;
    border: 1px solid #e5e9ed;
    background: #fff;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0 2px 10px #999;
    -moz-box-shadow: #999 0 2px 10px;
    -webkit-box-shadow: #999 0 2px 10px;
}

.catlogin-tab .tab-button:last-child {
    border-right: none;
    border-radius: 0 3px 0 0
}

.catlogin-tab .tab-button {
    border-radius: 3px 0 0 0;
    display: inline-block;
    float: left;
    width: 50%;
    line-height: 48px;
    text-align: center;
    border-right: 1px solid #e5e9ed;
    color: #7a8a9a;
    background: #f8f9fb;
    border-bottom: 1px solid #e5e9ed;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

.catlogin-tab .tab-button.cur {
    background: #fff;
    color: #345;
    border-bottom: none
}

.catlogin-tabs {
    padding: 20px 40px
}

.catlogin-tabs .tab-item {
    width: 100%;
    height: 100%;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    display: none
}

.catlogin-tabs .tab-item.active {
    display: block
}

.tab-item-code {
    display: block;
    width: 216px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.tab-item-tips {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 216px;
    line-height: 216px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.6);
    display: none;
}

.tab-item img {
    max-width: 216px;
    width: 100%;
    height: 216px;
    object-fit: scale-down;
}

.tab-item-code-tips {
    text-align: center
}

.catlogin .catlogin-frame .input-group {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    display: table;
    border-collapse: separate
}

.catlogin .input-group .input-group-addon {
    border: 1px solid #e5e9ed;
    background: #f1f4f8;
    border-width: 1px 0 1px 1px
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 4px 0 0 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.catlogin .input-group .form-control {
    height: 38px;
    border: 1px solid #e5e9ed;
    box-shadow: none
}

.input-group .form-control:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-flex{
    display: block;
    position: relative;
}

.input-flex .form-yzm{
    height: 38px;
    margin: 0;
    width: 100px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}

.catlogin .input-group .form-control {
    display: block;
    width: 100%;
    height: 38px;
    border: 1px solid #e5e9ed;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 0 4px 4px 0;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
    border-collapse: separate
}

.catlogin .uesr-icon {
    background: url(../css/img/icon.png) no-repeat 0 -266px;
    width: 14px;
    height: 16px;
    display: inline-block;
}

.catlogin .password-ico {
    background: url(../css/img/icon.png) no-repeat 0 -250px;
    width: 14px;
    height: 16px;
    display: inline-block;
}

.catlogin .yzm-ico {
    background: url(../css/img/icon.png) no-repeat 0 -492px;
    width: 14px;
    height: 16px;
    display: inline-block;
}

.catlogin .account-bar {
    position: relative;
    margin-bottom: 10px
}

.btn-success {
    width: 100%;
    background-color: #46be68;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.catlogin-other {
    position: relative;
    height: 0;
    width: 80%;
    border-bottom: 1px solid #ddd;
    margin: 5px auto 25px
}

.catlogin-other span {
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -75px;
    background-color: #fff;
    padding: 0 20px
}
