/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/

/* particleground demo */

html, body {
    width: 100%;
    height: 100%;
}

body {
    background: url("../images/login-bg.png") no-repeat top center #53bcff;
    background-size: cover;

}

/********登录********/

/* CSS Document */

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    padding: 0px;
    margin: 0px;
}

body, button, input, select, textarea {
    color: #000;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

d
h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

ol, ul, li {
    list-style-type: none;
}

img, fieldset, abbr, acronym {
    border: 0 none;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

i {
    font-style: normal;
}

a:hover {
    color: #0085f5;
}

table {
    border-collapse: collapse;
    ¡¡border-spacing: 0;
}

input[type="button"] {
    -webkit-appearance: none;
}

textarea, input[type="text"], input[type="password"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="tel"] {
    text-indent: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="time"]:focus {
    border-color: #fff;
}

/* login start */

.new-fc-body {
    width: 100%;
}

.fc-body {
    overflow: hidden;

}

.head {
    height: 55px;
    background: rgba(255, 255, 255, .8)
}

.head .header {
    width: 1200px;
    height: 55px;
    margin: 0 auto
}

.head .my-logo {
    padding: 13px 0;
    margin: 0;
    float: left;
}

.head .my-logo a {
    display: block;
    margin: 0;
    width: 248px;
    height: 32px;
    background: url(../images/login_logo.png) no-repeat;
    background-size: contain;
    position: relative
}

.head .my-logo a .text {
    text-align: center;
    text-indent: -9999em;
    overflow: hidden;
    display: block
}

.pull-right {
    float: right
}

.head .my-nav {
    height: 55px;
    margin: 0
}

.head .my-nav .my-nav-list {
    float: left;
    list-style: none;
    padding: 0 5px
}

.head .my-nav .my-nav-list .link {
    display: block;
    padding: 15px 18px 8px;
    line-height: 32px;
    height: 55px;
    font-size: 14px;
    text-align: center;
    color: #38B8F2;
    position: relative;
    cursor: pointer
}

.ant-menu-inline .ant-menu-item, .ant-menu-vertical .ant-menu-item {
    border-right: 1px solid #e9e9e9;
    margin-left: 0px;
    left: 0px;
    position: relative;
    z-index: 1;
}

.head .my-nav .my-nav-list .link .act {
    color: transparent;
    -webkit-transition: color ease-out .3s;
    transition: color ease-out .3s
}

.head .my-nav .my-nav-list .link .hov {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    color: #666;
    overflow: hidden;
    -webkit-transition: height ease-out .3s;
    transition: height ease-out .3s
}

.head .my-nav .my-nav-list .link:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    background: #38B8F2;
    height: 2px;
    width: 0;
    transition: all ease-out .3s
}

.head .my-nav .my-nav-list .link:hover .act {
    color: #38B8F2
}

.head .my-nav .my-nav-list .link:hover .hov {
    height: 0
}

.head .my-nav .my-nav-list .link:hover:after {
    left: 0;
    width: 100%
}

.head .my-nav .my-nav-list .link-user {
    display: none;
    position: absolute;
    width: 190px;
    top: 65px;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    z-index: 10
}

.head .my-nav .my-nav-list .link-user:before {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #1CACE7;
    top: -9px;
    right: 42px
}

.head .my-nav .my-nav-list .link-user:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 12px;
    background: 0 0;
    top: -10px;
    left: 0;
    right: 0
}

.head .my-nav .my-nav-list .link-user .link-user-name {
    padding: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    background-size: cover;
    border-radius: 6px 6px 0 0;
    color: #fff
}

.head .my-nav .my-nav-list .link-user .link-user-action {
    overflow: hidden
}

.head .my-nav .my-nav-list .link-user .link-user-action .action {
    padding: 5px 15px;
    text-align: left;
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #666
}

.head .my-nav .my-nav-list .link-user .link-user-action .action [icon] {
    padding-right: 10px;
    color: #999
}

.head .my-nav .my-nav-list .link-user .link-user-action .action:hover {
    background: #e4f5fd
}

.head .my-nav .my-nav-list .link-user .link-user-action .action:last-child {
    border-radius: 0 0 6px 6px
}

.head .my-nav .my-nav-list .link-login:hover .link-user {
    display: block
}

.head .my-nav .my-nav-list .link-login:hover:after {
    width: 0
}

.head .my-nav .my-nav-list .link-translate {
    color: #666
}

.head .my-nav .my-nav-list .link-translate [translate-list] {
    display: none;
    position: absolute;
    width: 100%;
    top: 65px;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    z-index: 10
}

.head .my-nav .my-nav-list .link-translate [translate-list] > li > a {
    padding: 5px 15px;
    text-align: left;
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #666
}

.head .my-nav .my-nav-list .link-translate [translate-list] > li > a:hover {
    background: #e4f5fd
}

.head .my-nav .my-nav-list .link-translate [translate-list]:before {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f0f0f0;
    top: -9px;
    right: 50%;
    margin-right: -12px
}

.head .my-nav .my-nav-list .link-translate [translate-list]:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 12px;
    background: 0 0;
    top: -10px;
    left: 0;
    right: 0
}

.head .my-nav .my-nav-list .link-translate:hover:after {
    width: 0
}

.head .my-nav .my-nav-list .link-translate:hover [translate-list] {
    display: block
}

.head .my-nav .my-nav-list-active .link .act {
    color: #38B8F2
}

.head .my-nav .my-nav-list-active .link .hov {
    height: 0
}

.head .my-nav .my-nav-list-active .link:after {
    left: 0;
    width: 100%
}

.form-error {
    background: #ffeeed;
    padding: 7px 9px 7px 32px;
    margin: 0 0 10px;
    border-radius: 2px;
    line-height: 1.5;
    color: #ff6a61;
    font-size: 12px;
}

.form-item {
    line-height: 1.5;
    margin-bottom: 17px;
    position: relative;
}

.form-item .form-explain {
    font-size: 12px;
    color: #999;
    padding-top: 10px;
    margin-bottom: -12px;
    position: relative;
}

.form-item .form-explain a {
    font-size: 12px;
    color: #2db7f5;
    padding-top: 10px;
    margin-bottom: -12px;
    position: relative;
}

.form-item .form-explain.form-explain-right {
    text-align: right;
}

.form-item input[type=password], .form-item input[type=text] {
    background: #fff;
    height: 39px;
    padding: 0px;
    font-size: 14px;
    width: 100%;
    color: #333;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ebebeb;
}

.form-item input[type=password]:focus, .form-item input[type=password]:hover, .form-item input[type=text]:focus, .form-item input[type=text]:hover {
    border-bottom: 1px solid #6bbbff;
    outline: none;
    box-shadow: none;
}

.form-item input.input-slime {
    width: 73%;
}

.form-item img {
    position: relative;
    top: 10px;
    left: 8px;
}

.form-item-error input[type=password], .form-item-error input[type=text] {
    border-color: #f60;
}

.login-main {
    background: #fff;
    font-size: 14px;
    width: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 3px 22px 1px #3d79d2;
    margin-top: 15%;

}

.login-main .login-title {
    margin: 0;
    padding: 30px 20px 26px;
    text-align: center;
    font-size: 18px;
    color: #666;
    font-weight: 100;
}

.login-main .login-title .logo-img {
    display: inline-block;
    width: 250px;
    height: 50px;
    background: url(../images/login_logo.png) no-repeat center center;
    background-size: contain;
}

.login-main .login-cnt {
    padding: 30px 80px 10px 80px;
    position: relative;
}

.fn-hide {
    position: absolute;
    width: 59%;
    top: 0;
}

.link-con {
    padding: 0px 25px;
    background: #fff;
    height: 15px;
    text-align: right;
    font-size: 12px;
}

.link-con a {
    color: #0085f5
}

.link-con a:hover {
    color: #529bff;
    text-decoration: underline;
}

.link-con .link-item {
    line-height: 12px;
    display: inline-block;
    padding: 0 10px;

}

.login-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;

}

.btn-login {
    width: 80%;
    background: #0085f5;
    color: #fff;
    padding: 0 16px;
    height: 40px;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    border: none;
    box-shadow: 0px 8px 26px 1px #bfdcff;
    margin-top: 10px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.form-item-bt {
    text-align: center;
    margin-top: 40px;
}

input:focus {
    outline: none;
    box-shadow: none;
}

.btn-login:hover {
    background-color: #0077dc;
    box-shadow: 0px 8px 18px 0px #bfdcff;
}

.login-form {
    width: 960px;
    margin: 0 auto;
}

.content .content-main {
    margin: 0 auto;
}

.content {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 101;

}

.foot {
    width: 100%;
    height: 30px;
    float: left;
    position: fixed;
    bottom: 3px;
    z-index: 100;

}

.foot .footer {
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0
}

.foot .footer .copyright {
    font-size: 14px;
    color: #ffffff;
    text-align: center
}

.login {
    width: 100%;
    height: 100%;
    position: relative;
}

/********  注册  *********/

.register-main {
    width: 730px;
    background: #fff;
    box-shadow: 6px 0px 34px 1px #2e82ff;
    font-size: 14px;
    display: inline-block;
    border-radius: 10px;
}

.register-main .title {
    padding: 18px 0;
    text-align: center;
    border-bottom: 1px solid #f9f9f9;
    font-size: 18px;
    color: #0085f5;
}

.register-form {
    position: absolute;
    top: 80px;
    left: 45%;
    margin-left: -225px;
}

.ant-col-8 {
    display: block;
    width: 33.33333333%;
}

.ant-form-item-required:before {
    display: inline-block;
    margin-right: 4px;
    content: "*";
    font-family: SimSun;
    font-size: 12px;
    color: #f50;
}

.ant-form-item-label {
    text-align: right;
    vertical-align: middle;
    padding: 7px 0;
    float: left;
}

.ant-col-8 {
    float: left;
}

.has-error .ant-input, .has-error .ant-input:focus, .has-error .ant-input:hover {
    border-color: #f50;
    box-shadow: 0 0 0 2px rgba(255, 85, 0, .2)
}

.ant-form-explain {
    position: absolute
}

.form-item img.ant-form-text {
    display: inline-block;
    padding-right: 8px;
    width: 83px;
    height: 38px;
    margin-left: 10px;
    cursor: pointer;
    position: absolute;
    left: 175px;
    bottom: 0px;
    top: 0;

}

.basic-top {
    margin-top: 30px;
}

.login-add-button {
    width: 128px;
    margin: 0 auto;
    padding-top: 40px;

}

.register-main .basic-con {
    overflow: visible
}

.login-add {
    padding: 60px;
    float: initial;
    width: 700px;
    margin-top: 7%;
}

.ant-form-item {
    font-size: 12px;
    margin-bottom: 24px;
    color: #666;
    float: left;
    width: 100%;
}

.ant-form-item :not(.ant-form) > .ant-form-item, .ant-form-item > .ant-form-item {
    margin-bottom: -24px
}

.ant-form-item-control {
    line-height: 32px;
    position: relative;
    zoom: 1
}

.ant-form-item-control:after, .ant-form-item-control:before {
    content: " ";
    display: table
}

.ant-form-item-control:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.ant-form-item-with-help {
    margin-bottom: 3px
}

.ant-form-item-label {
    text-align: right;
    vertical-align: middle;
    padding: 7px 0;
    display: inline-block
}

.ant-form-item-label label {
    color: #666
}

.ant-form-item-label label:after {
    content: ":";
    margin: 0 8px 0 2px;
    position: relative;
    top: -.5px
}

.ant-form-item .ant-switch {
    margin: 4px 0
}

.ant-form-explain {
    line-height: 1.5;
}

.ant-form-explain, .ant-form-extra {
    color: #999
}

.ant-form-text {
    display: inline-block;
    padding-right: 8px
}

.ant-form-split {
    display: block;
    text-align: center
}

form .has-feedback .ant-input {
    padding-right: 24px
}

form textarea.ant-input {
    height: auto
}

form .ant-upload {
    background: transparent
}

form input[type=checkbox], form input[type=radio] {
    width: 14px;
    height: 14px
}

form .ant-checkbox-inline, form .ant-radio-inline {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
    margin-left: 8px
}

.ant-checkbox-inline a {
    color: #2db7f5
}

form .ant-checkbox-inline:first-child, form .ant-radio-inline:first-child {
    margin-left: 0
}

form .ant-checkbox-vertical, form .ant-radio-vertical {
    display: block
}

form .ant-checkbox-vertical + .ant-checkbox-vertical, form .ant-radio-vertical + .ant-radio-vertical {
    margin-left: 0
}

form .ant-input-number {
    margin-top: -1px;
    margin-right: 8px
}

form .ant-cascader-picker, form .ant-select {
    width: 100%
}

.ant-input-group-wrap .ant-select-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.ant-input-group-wrap .ant-select-selection:hover {
    border-color: #d9d9d9
}

.ant-input-group-wrap .ant-select-selection--single {
    margin-left: -1px;
    height: 32px;
    background-color: #eee
}

.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
    padding-left: 8px;
    padding-right: 25px;
    line-height: 30px
}

.ant-input-group-wrap .ant-select-open .ant-select-selection {
    border-color: #d9d9d9;
    box-shadow: none
}

.ant-form-horizontal .ant-form-item {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1
}

.ant-form-horizontal .ant-form-item:after, .ant-form-horizontal .ant-form-item:before {
    content: " ";
    display: table
}

.ant-form-horizontal .ant-form-item:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.ant-form-horizontal .ant-checkbox-inline, .ant-form-horizontal .ant-radio-inline {
    vertical-align: baseline
}

.ant-form-inline .ant-form-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0
}

.ant-form-inline .ant-form-item-with-help {
    margin-bottom: 24px
}

.ant-form-inline .ant-form-item > div, .ant-form-inline .ant-form-text, .ant-form-inline .has-feedback {
    display: inline-block
}

.ant-form-inline .ant-form-explain {
    position: absolute
}

.ant-form-horizontal label > input[type=checkbox], .ant-form-horizontal label > input[type=radio], .ant-form-inline label > input[type=checkbox], .ant-form-inline label > input[type=radio] {
    margin-right: 4px
}

.has-error.has-feedback:after, .has-success.has-feedback:after, .has-warning.has-feedback:after, .is-validating.has-feedback:after {
    position: absolute;
    top: 0;
    right: 0;
    visibility: visible;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    -webkit-animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
    animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
    font-family: anticon;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.has-success.has-feedback:after {
    -webkit-animation-name: diffZoomIn1 !important;
    animation-name: diffZoomIn1 !important
}

.has-error.has-feedback:after {
    -webkit-animation-name: diffZoomIn2 !important;
    animation-name: diffZoomIn2 !important
}

.has-warning.has-feedback:after {
    -webkit-animation-name: diffZoomIn3 !important;
    animation-name: diffZoomIn3 !important
}

.has-success .ant-input {
    border-color: #d9d9d9;
    box-shadow: none
}

.has-success.has-feedback:after {
    content: '\E62F';
    color: #87d068
}

.has-warning .ant-form-explain, .has-warning .ant-form-split {
    color: #fa0
}

.has-warning .ant-input, .has-warning .ant-input:focus, .has-warning .ant-input:hover {
    border-color: #fa0;
    box-shadow: 0 0 0 2px rgba(255, 170, 0, .2)
}

.has-warning .ant-input:not([disabled]):hover {
    border-color: #fa0
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
    box-shadow: 0 0 0 2px rgba(255, 170, 0, .2)
}

.has-warning .ant-input-group-addon {
    color: #fa0;
    border-color: #fa0;
    background-color: #fff
}

.has-warning .has-feedback {
    color: #fa0
}

.has-warning.has-feedback:after {
    content: '\E634';
    color: #fa0
}

.has-warning .ant-select-selection {
    border-color: #fa0;
    box-shadow: 0 0 0 2px rgba(255, 170, 0, .2)
}

.has-warning .ant-calendar-picker-icon:after, .has-warning .ant-select-arrow, .has-warning .ant-time-picker-icon:after {
    color: #fa0
}

.has-warning .ant-input-number, .has-warning .ant-time-picker-input {
    border-color: #fa0;
    box-shadow: 0 0 0 2px rgba(255, 170, 0, .2)
}

.has-warning .ant-input-number:not([disabled]):hover, .has-warning .ant-time-picker-input:not([disabled]):hover {
    border-color: #fa0
}

.has-error .ant-form-explain, .has-error .ant-form-split {
    color: #f50
}

.has-error .ant-input, .has-error .ant-input:focus, .has-error .ant-input:hover {
    border-color: #f50;
    box-shadow: 0 0 0 2px rgba(255, 85, 0, .2)
}

.has-error .ant-input:not([disabled]):hover {
    border-color: #f50
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
    box-shadow: 0 0 0 2px rgba(255, 85, 0, .2)
}

.has-error .ant-input-group-addon {
    color: #f50;
    border-color: #f50;
    background-color: #fff
}

.has-error .has-feedback {
    color: #f50
}

.has-error.has-feedback:after {
    content: '\E631';
    color: #f50
}

.has-error .ant-select-selection {
    border-color: #f50;
    box-shadow: 0 0 0 2px rgba(255, 85, 0, .2)
}

.has-error .ant-calendar-picker-icon:after, .has-error .ant-select-arrow, .has-error .ant-time-picker-icon:after {
    color: #f50
}

.has-error .ant-input-number, .has-error .ant-time-picker-input {
    border-color: #f50;
    box-shadow: 0 0 0 2px rgba(255, 85, 0, .2)
}

.has-error .ant-input-number:not([disabled]):hover, .has-error .ant-time-picker-input:not([disabled]):hover {
    border-color: #f50
}

.is-validating.has-feedback:after {
    display: inline-block;
    -webkit-animation: loadingCircle 1s infinite linear;
    animation: loadingCircle 1s infinite linear;
    content: "\E6A1";
    color: #999
}

.ant-advanced-search-form .ant-form-item {
    margin-bottom: 16px
}

.ant-advanced-search-form .ant-input, .ant-advanced-search-form .ant-input-group .ant-input, .ant-advanced-search-form .ant-input-group .ant-input-group-addon {
    height: 28px
}

@-webkit-keyframes diffZoomIn1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes diffZoomIn1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes diffZoomIn2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes diffZoomIn2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes diffZoomIn3 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes diffZoomIn3 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ant-search-input-wrapper {
    display: inline-block;
    vertical-align: middle
}

.ant-search-input.ant-input-group .ant-input:first-child, .ant-search-input.ant-input-group .ant-select:first-child {
    border-radius: 6px;
    position: absolute;
    top: -1px;
    width: 100%
}

.ant-search-input .ant-search-btn {
    color: #666;
    background-color: #f7f7f7;
    border-color: #d9d9d9;
    border-radius: 0 5px 5px 0;
    left: -1px;
    position: relative;
    border-width: 0 0 0 1px;
    z-index: 2;
    padding-left: 8px;
    padding-right: 8px
}

.ant-search-input .ant-search-btn > a:only-child {
    color: currentColor
}

.ant-search-input .ant-search-btn > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-search-input .ant-search-btn:focus, .ant-search-input .ant-search-btn:hover {
    color: #858585;
    background-color: #f9f9f9;
    border-color: #e1e1e1
}

.ant-search-input .ant-search-btn.active, .ant-search-input .ant-search-btn:active {
    color: #616161;
    background-color: #ebebeb;
    border-color: #ebebeb
}

.ant-search-input .ant-search-btn.disabled, .ant-search-input .ant-search-btn.disabled.active, .ant-search-input .ant-search-btn.disabled:active, .ant-search-input .ant-search-btn.disabled:focus, .ant-search-input .ant-search-btn.disabled:hover, .ant-search-input .ant-search-btn[disabled], .ant-search-input .ant-search-btn[disabled].active, .ant-search-input .ant-search-btn[disabled]:active, .ant-search-input .ant-search-btn[disabled]:focus, .ant-search-input .ant-search-btn[disabled]:hover, fieldset[disabled] .ant-search-input .ant-search-btn, fieldset[disabled] .ant-search-input .ant-search-btn.active, fieldset[disabled] .ant-search-input .ant-search-btn:active, fieldset[disabled] .ant-search-input .ant-search-btn:focus, fieldset[disabled] .ant-search-input .ant-search-btn:hover {
    color: #ccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9
}

.ant-search-input .ant-search-btn.disabled.active > a:only-child, .ant-search-input .ant-search-btn.disabled:active > a:only-child, .ant-search-input .ant-search-btn.disabled:focus > a:only-child, .ant-search-input .ant-search-btn.disabled:hover > a:only-child, .ant-search-input .ant-search-btn.disabled > a:only-child, .ant-search-input .ant-search-btn[disabled].active > a:only-child, .ant-search-input .ant-search-btn[disabled]:active > a:only-child, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child, .ant-search-input .ant-search-btn[disabled] > a:only-child, fieldset[disabled] .ant-search-input .ant-search-btn.active > a:only-child, fieldset[disabled] .ant-search-input .ant-search-btn:active > a:only-child, fieldset[disabled] .ant-search-input .ant-search-btn:focus > a:only-child, fieldset[disabled] .ant-search-input .ant-search-btn:hover > a:only-child, fieldset[disabled] .ant-search-input .ant-search-btn > a:only-child {
    color: currentColor
}

.ant-search-input .ant-search-btn.disabled.active > a:only-child:after, .ant-search-input .ant-search-btn.disabled:active > a:only-child:after, .ant-search-input .ant-search-btn.disabled:focus > a:only-child:after, .ant-search-input .ant-search-btn.disabled:hover > a:only-child:after, .ant-search-input .ant-search-btn.disabled > a:only-child:after, .ant-search-input .ant-search-btn[disabled].active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:active > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:focus > a:only-child:after, .ant-search-input .ant-search-btn[disabled]:hover > a:only-child:after, .ant-search-input .ant-search-btn[disabled] > a:only-child:after, fieldset[disabled] .ant-search-input .ant-search-btn.active > a:only-child:after, fieldset[disabled] .ant-search-input .ant-search-btn:active > a:only-child:after, fieldset[disabled] .ant-search-input .ant-search-btn:focus > a:only-child:after, fieldset[disabled] .ant-search-input .ant-search-btn:hover > a:only-child:after, fieldset[disabled] .ant-search-input .ant-search-btn > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-search-input .ant-search-btn:focus, .ant-search-input .ant-search-btn:hover {
    color: #33afff;
    background-color: #fff;
    border-color: #33afff
}

.ant-search-input .ant-search-btn:focus > a:only-child, .ant-search-input .ant-search-btn:hover > a:only-child {
    color: currentColor
}

.ant-search-input .ant-search-btn:focus > a:only-child:after, .ant-search-input .ant-search-btn:hover > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-search-input .ant-search-btn.active, .ant-search-input .ant-search-btn:active {
    color: #0093f2;
    background-color: #fff;
    border-color: #0093f2
}

.ant-search-input .ant-search-btn.active > a:only-child, .ant-search-input .ant-search-btn:active > a:only-child {
    color: currentColor
}

.ant-search-input .ant-search-btn.active > a:only-child:after, .ant-search-input .ant-search-btn:active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-search-input .ant-search-btn:hover {
    border-color: #d9d9d9
}

form .ant-search-input .ant-search-btn {
    padding-top: 6px;
    padding-bottom: 6px
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty, .ant-search-input:hover .ant-search-btn-noempty {
    color: #fff;
    background-color: #009bff;
    border-color: #009bff
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child, .ant-search-input:hover .ant-search-btn-noempty > a:only-child {
    color: currentColor
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover, .ant-search-input:hover .ant-search-btn-noempty:focus, .ant-search-input:hover .ant-search-btn-noempty:hover {
    color: #fff;
    background-color: #33afff;
    border-color: #33afff
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child {
    color: currentColor
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active, .ant-search-input:hover .ant-search-btn-noempty.active, .ant-search-input:hover .ant-search-btn-noempty:active {
    color: #f2f2f2;
    background-color: #0093f2;
    border-color: #0093f2
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty:active > a:only-child {
    color: currentColor
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty:active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled], .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover, .ant-search-input:hover .ant-search-btn-noempty.disabled, .ant-search-input:hover .ant-search-btn-noempty.disabled.active, .ant-search-input:hover .ant-search-btn-noempty.disabled:active, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover, .ant-search-input:hover .ant-search-btn-noempty[disabled], .ant-search-input:hover .ant-search-btn-noempty[disabled].active, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty.active, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty:active, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty:focus, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty:hover {
    color: #ccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty.active > a:only-child, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty:active > a:only-child, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty > a:only-child {
    color: currentColor
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled] > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled.active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty.disabled > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled].active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:active > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:focus > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled]:hover > a:only-child:after, .ant-search-input:hover .ant-search-btn-noempty[disabled] > a:only-child:after, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active > a:only-child:after, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active > a:only-child:after, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus > a:only-child:after, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover > a:only-child:after, fieldset[disabled] .ant-search-input.ant-search-input-focus .ant-search-btn-noempty > a:only-child:after, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty.active > a:only-child:after, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty:active > a:only-child:after, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty:focus > a:only-child:after, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty:hover > a:only-child:after, fieldset[disabled] .ant-search-input:hover .ant-search-btn-noempty > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus, .ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover, .ant-search-input:hover .ant-search-btn-noempty.active, .ant-search-input:hover .ant-search-btn-noempty:active, .ant-search-input:hover .ant-search-btn-noempty:focus, .ant-search-input:hover .ant-search-btn-noempty:hover {
    color: #fff
}

.ant-search-input .ant-select-combobox .ant-select-selection__rendered {
    right: 29px
}

.ant-input {
    position: relative;
    display: inline-block;
    padding: 4px 7px;
    width: 100%;
    height: 24px;
    cursor: text;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    -webkit-transition: border .2s cubic-bezier(.645, .045, .355, 1), background .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
    transition: border .2s cubic-bezier(.645, .045, .355, 1), background .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1)
}

.ant-input::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

.ant-input:-ms-input-placeholder {
    color: #ccc
}

.ant-input::-webkit-input-placeholder {
    color: #ccc
}

.ant-input:focus, .ant-input:hover {
    border-color: #33afff
}

.ant-input:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 155, 255, .2)
}

.ant-input[disabled], fieldset[disabled] .ant-input {
    background-color: #f7f7f7;
    opacity: 1;
    cursor: not-allowed;
    color: #ccc
}

.ant-input[disabled]:hover, fieldset[disabled] .ant-input:hover {
    border-color: #e1e1e1
}

.ant-checkbox {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle
}

.ant-checkbox-focused .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner {
    border-color: #bcbcbc
}

.ant-checkbox-inner {
    margin-right: 10px;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    -webkit-transition: border-color .1s cubic-bezier(.71, -.46, .29, 1.46), background-color .1s cubic-bezier(.71, -.46, .29, 1.46);
    transition: border-color .1s cubic-bezier(.71, -.46, .29, 1.46), background-color .1s cubic-bezier(.71, -.46, .29, 1.46)
}

.ant-checkbox-inner:after {
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    position: absolute;
    left: 4px;
    top: 1px;
    display: table;
    width: 5px;
    height: 8px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: ' ';
    -webkit-transition: all .1s cubic-bezier(.71, -.46, .88, .6);
    transition: all .1s cubic-bezier(.71, -.46, .88, .6)
}

.ant-checkbox-input {
    width: 14px;
    height: 14px;
    margin-right: 7px;
}

.ant-checkbox-indeterminate .ant-checkbox-inner {
    border-color: #009bff;
    background-color: #009bff
}

.ant-checkbox-indeterminate .ant-checkbox-inner:after {
    content: ' ';
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    left: 2px;
    top: 5px;
    width: 8px;
    height: 1px
}

.ant-btn-primary {
    color: #fff;
    background-color: #009bff;
    border-color: #009bff
}

.ant-btn-primary > a:only-child {
    color: currentColor
}

.ant-btn-primary > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-btn-primary:focus, .ant-btn-primary:hover {
    color: #fff;
    background-color: #33afff;
    border-color: #33afff
}

.ant-btn-primary:focus > a:only-child, .ant-btn-primary:hover > a:only-child {
    color: currentColor
}

.ant-btn-primary:focus > a:only-child:after, .ant-btn-primary:hover > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-btn-primary.active, .ant-btn-primary:active {
    color: #f2f2f2;
    background-color: #0093f2;
    border-color: #0093f2
}

.ant-btn-primary.active > a:only-child, .ant-btn-primary:active > a:only-child {
    color: currentColor
}

.ant-btn-primary.active > a:only-child:after, .ant-btn-primary:active > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-btn-primary.disabled, .ant-btn-primary.disabled.active, .ant-btn-primary.disabled:active, .ant-btn-primary.disabled:focus, .ant-btn-primary.disabled:hover, .ant-btn-primary[disabled], .ant-btn-primary[disabled].active, .ant-btn-primary[disabled]:active, .ant-btn-primary[disabled]:focus, .ant-btn-primary[disabled]:hover, fieldset[disabled] .ant-btn-primary, fieldset[disabled] .ant-btn-primary.active, fieldset[disabled] .ant-btn-primary:active, fieldset[disabled] .ant-btn-primary:focus, fieldset[disabled] .ant-btn-primary:hover {
    color: #ccc;
    background-color: #f7f7f7;
    border-color: #d9d9d9
}

.ant-btn-primary.disabled.active > a:only-child, .ant-btn-primary.disabled:active > a:only-child, .ant-btn-primary.disabled:focus > a:only-child, .ant-btn-primary.disabled:hover > a:only-child, .ant-btn-primary.disabled > a:only-child, .ant-btn-primary[disabled].active > a:only-child, .ant-btn-primary[disabled]:active > a:only-child, .ant-btn-primary[disabled]:focus > a:only-child, .ant-btn-primary[disabled]:hover > a:only-child, .ant-btn-primary[disabled] > a:only-child, fieldset[disabled] .ant-btn-primary.active > a:only-child, fieldset[disabled] .ant-btn-primary:active > a:only-child, fieldset[disabled] .ant-btn-primary:focus > a:only-child, fieldset[disabled] .ant-btn-primary:hover > a:only-child, fieldset[disabled] .ant-btn-primary > a:only-child {
    color: currentColor
}

.ant-btn-primary.disabled.active > a:only-child:after, .ant-btn-primary.disabled:active > a:only-child:after, .ant-btn-primary.disabled:focus > a:only-child:after, .ant-btn-primary.disabled:hover > a:only-child:after, .ant-btn-primary.disabled > a:only-child:after, .ant-btn-primary[disabled].active > a:only-child:after, .ant-btn-primary[disabled]:active > a:only-child:after, .ant-btn-primary[disabled]:focus > a:only-child:after, .ant-btn-primary[disabled]:hover > a:only-child:after, .ant-btn-primary[disabled] > a:only-child:after, fieldset[disabled] .ant-btn-primary.active > a:only-child:after, fieldset[disabled] .ant-btn-primary:active > a:only-child:after, fieldset[disabled] .ant-btn-primary:focus > a:only-child:after, fieldset[disabled] .ant-btn-primary:hover > a:only-child:after, fieldset[disabled] .ant-btn-primary > a:only-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent
}

.ant-btn-lg {
    border: none;
    cursor: pointer;
    padding: 4px 15px 5px;
    font-size: 14px;
    border-radius: 6px
}

.ant-steps .ant-steps-item {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.ant-steps .ant-steps-title {
    font-size: 14px;
    margin-bottom: 4px;
    color: #666;
    font-weight: 200;
    background: #fff;
    display: inline-block;
    padding-right: 10px;
    margin-top: 3px;
}

.ant-steps .ant-steps-description {
    font-size: 12px;
    color: #999
}

.ant-steps .ant-steps-tail {
    position: absolute;
    left: 0;
    width: 100%;
    top: 13px;
    padding: 0 10px
}

.ant-steps .ant-steps-tail > i {
    display: inline-block;
    vertical-align: top;
    background: #e9e9e9;
    height: 1px;
    border-radius: 1px;
    width: 100%;
    position: relative
}

.ant-steps .ant-steps-tail > i:after {
    position: absolute;
    content: '';
    top: 0;
    width: 0;
    background: #e9e9e9;
    height: 100%;
    opacity: 0
}

.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner {
    border-color: #009bff;
    background-color: #009bff
}

.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon {
    color: #fff
}

.ant-steps .ant-steps-head-inner {
    float: left;
    display: block;
    border: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 26px;
    font-size: 14px;
    margin-right: 8px;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, border-color .3s ease
}

.ant-steps .ant-steps-head, .ant-steps .ant-steps-main {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.ant-steps .ant-steps-head {
    background: #fff
}

.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-description, .ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-title {
    color: #999
}

.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-description, .ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-title {
    color: #666
}

.ant-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.5;
    padding: 4px 15px;
    font-size: 12px;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    color: #fff;

}

.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner > .ant-steps-icon {
    color: #ccc
}

.en-markup-crop-options {
    top: 18px !important;
    left: 50% !important;
    margin-left: -100px !important;
    width: 200px !important;
    border: 2px rgba(255, 255, 255, .38) solid !important;
    border-radius: 4px !important;
}

.en-markup-crop-options div div:first-of-type {
    margin-left: 0px !important;
}

.form-error em {
    height: 14px;
    width: 14px;
    font-style: normal;
    color: #fff;
    background: #f00;
    line-height: 14px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    float: left;
    position: absolute;
    left: 12px;
    top: 9px;
}

/*锁屏*/
.black_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 100000;
    -moz-opacity: 0.2;
    opacity: .20;
    filter: alpha(opacity=20);
}

.white_content {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -460px;
    width: 920px;
    background-color: none;
    z-index: 10000000;
    overflow: auto;
    background-color: #000;
    height: 498px;
    -moz-opacity: 0.2;
    opacity: .20;
    filter: alpha(opacity=20);
    border: 5px solid #000;
    margin-top: -5px;
    border-radius: 3px;
}

.white_content_box {
    position: absolute;
    width: 920px;
    height: 498px;
    top: 25%;
    left: 50%;
    margin-left: -455px;
    z-index: 100000001;
}

.white_close {
    float: right;
    right: 18px;
    top: 17px;
    display: block;
    position: absolute;
    z-index: 1000000;
    font-weight: 100;
    font-size: 18px;
    font-family: fantasy;
}

.white_con {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    height: 498px;
    background: #fff;
}

.white_title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.white_title span {
    color: #333;
    font-weight: 100;
}

.white_box {
    width: 918px;
    border: 1px solid #ebebeb;
    height: 404px;
    overflow-y: auto;
    overflow-x: hidden;
}

.white_box_contant {
    width: 890px;
    height: auto;
    padding: 20px;
    line-height: 25px;
    color: #333
}

.white_box_btn {
    width: 100%;
    float: left;
    text-align: center
}

.white_box_btn input {
    background: #0085f5;
    border-radius: 3px;
    width: 160px;
    position: relative;
    cursor: pointer;
    height: 30px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.white_box_btn input:hover {
    background: #0070ce;
}

/*锁屏*/

/*加载*/
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
        transform: rotate(180deg) scale(0.6);
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}

.loading {
    animation-fill-mode: both;
    position: absolute;
    left: 176px;
    top: 21px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}

.pass-bubble {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid;
    position: absolute;
    border-color: #bbb #bbb #a8a8a8;
    padding: 16px;
    width: 255px;
    right: -320px;
    top: -35px;
    line-height: 17px
}

.password-strength strong {
    color: #333
}

.password-strength .meter {
    margin: 4px 0;
    height: 5px;
    background: #f5f5f5;
}

.password-strength .meter span {
    height: 5px;
    display: block;
}

.password-strength .meter .short {
    background: #a03;
}

.password-strength .meter .ok {
    background: #fc3;
}

.password-strength .meter .strong {
    background: #76c261;
}

.jfk-bubble-arrow {
    position: absolute;
    height: 0px;
    width: 0px;
    top: 45px;
    left: -8px;
}

.bubble-arrowimplbefore {
    border-top: 8px solid transparent;
    border-right: 8px solid #bbb;
    border-bottom: 8px solid transparent;
}

.bubble-arrowimplafter {
    border-top: 7px solid transparent;
    position: absolute;
    top: 1px;
    left: 1px;
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
}

.verify-code {
    margin: 0 auto;
    width: 640px;
    text-align: center;
    margin-top: 10%;
}

.verify-code b {
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #333
}

.verify-code span a {
    float: left;
    width: 100%;
    text-align: center;
    color: #f00;
    margin-top: 20px;
    text-decoration: underline;
    font-size: 14px;
}

.verify-phone {
    margin: 0 auto;
    width: 400px;
    margin-top: 10%;
}

.verify-phone h2 {
    line-height: 30px;
    font-size: 16px;
    float: left;
    width: 100%;
}

.verify-phone h3 {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 13px;
    color: #939393
}

.verify-phone b {
    float: left;
    margin-top: 20px;
    width: 100%
}

.verify-phone b strong {
    width: 70%;
    color: #333;
    text-align: center;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}

.verify-phone b input {
    float: left;
    margin-right: 10px;
    border: 4px solid #e4e4e4;
    width: 30px;
    height: 38px;
    text-align: center;
    font-size: 18px;
    font-weight: bold
}

.verify-phone b input:focus {
    outline: none;
    box-shadow: none;
}

.verify-phone b input:hover {
    box-shadow: none;
}

.verify-phone b i {
    width: 100%;
    float: left;
}

.verify-phone span a {
    float: left;
    width: 70%;
    text-align: center;
    color: #f00;
    margin-top: 20px;
    text-decoration: underline;
    font-size: 14px;
}

/***二维码弹出***/
.link-app {
    float: left;
    position: relative;
}

.link-app-box {
    width: 300px;
    min-height: 150px;
    box-shadow: 0px 0px 10px #c7c7c7;
    border-radius: 3px;
    position: absolute;
    bottom: 32px;
    left: -98px;
    background: #fff;
}

.link-app-box i {
    width: 0px;
    position: absolute;
    bottom: -7px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF;
    left: 115px;
}

.link-app-box span {
    width: 120px;
    float: left;
    margin: 15px;
}

.link-app-box span img {
    width: 120px;
}

.login-bottom-b {
    width: 260px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #0e6ef1
}

.form-item i.input-name {
    position: absolute;
    left: 3px;
    height: 30px;
    width: 30px;
    bottom: 1px;
}

.form-item i.input-name img {
    top: auto;
    left: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.4;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease;
}

.form-item i.input-name img.this {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.form-item input.login-input {
    padding-left: 35px;
    width: 90%;
    font-weight: 100
}

.form-item input::-webkit-input-placeholder {
    color: #ccc;
}

.form-item input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

.form-item input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

.form-item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

/*响应*/
@media screen and (min-height: 0px) and (max-height: 700px) {
    .login-main {
        margin-top: 5%
    }
}

.login-main-left {
    background: #4d65fd;
    width: 45%;
    float: left;
    border-radius: 9px 0 0 9px;
    position: absolute;
    height: 100%;
    overflow: hidden;
    box-shadow: 6px 0px 34px 1px #2e82ff;
}

.login-main-left span {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    margin-top: 65px;
}

.login-main-left span b {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 15px;
}

.login-main-left span b.login-left-text {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: normal
}

.login-main-left em {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    text-align: left
}

.login-main-left em img {
    float: left;
}

.login-main-right {
    width: 49%;
    float: right;
    padding: 8% 3% 10% 3%;
}

/*** 登录 二维码****/
.login_box_nav {
    height: 20px;
    float: left;
    width: 336px;
    margin-left: 25px;
    margin-top: 18px;
}

.login_box_nav span {
    float: left;
    width: 156px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.login_box_nav span.this a {
    color: #f00;
    height: 25px;
    width: 156px;
    border-bottom: 2px solid #f00;
    display: block
}

.login_box_code {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.login_box_code_top {
    height: 25px;
    float: left;
    width: 100%;;
}

.login_box_code_top b {
    position: relative;
}

.login_box_code_top b i {
    height: 310px;
    width: 198px;
    position: absolute;
    top: 32px;
    left: -120px;
    padding: 10px;
    background: #fff;
    border: 4px solid rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.login_box_code_top b em {
    position: absolute;
    top: 21px;
    left: -22px;
}

.login_box_code_top b i img {
    height: 310px;
    width: 208px;
}

.login_box_code_top b strong img {
    margin-top: 1px;
    float: left;
    margin-left: 5px;
}

.login_box_code_top strong {
    font-weight: 100;
    color: #666;
    font-size: 12px;
}

.login_box_code_top strong a {
    color: #0085f5;
    margin: 0 5px;

}

.login_box_code_center {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    background: url(loader.gif) no-repeat center center;

}

.login_box_code_center span {
    height: 195px;
    position: relative;
    display: flex;
    margin: 0 auto;
	justify-content: center;
	margin-top: -30px;
}

.login_box_code_center span img {
    width: 175px;
    height: 175px;
    padding: 10px;
    box-shadow: 0px 0px 13px 6px #ebebeb
}

.login_box_code_center i {
    height: 451px;
    width: 230px;
    position: absolute;
    top: -67px;
    left: -62px;
    z-index: 2;
}

.login_box_login {
    float: left;
    width: 430px;
    padding-bottom: 30px;
}

.login_box_code_center_b {
    height: 20px;
    width: 100%;
    line-height: 20px;
    float: left;
    text-indent: 64px;
}

.login_bottom_right {
    float: left;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 41px;
    width: 180px;
    z-index: 3
}

.login_bottom_right_b {
    height: 41px;
    width: 41px;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: url(../images/login_computer.png) bottom right no-repeat;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.login_bottom_right_b.this {
    background: url(../images/login_computer.png) top left no-repeat;
    transition: all 0.2s ease 0s;
}

.login_box_code_m {
    text-align: center;
}

.test_triangle_border {
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
}

.test_triangle_border a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.test_triangle_border .popup {
    font-size: 12px;
    background: #33a2ff;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 2px;
    right: 72px;
    border: 1px solid #0085f5;
}

.test_triangle_border .popup span {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #0085f5;
    position: absolute;
    top: 3px;
    right: -10px;
    margin-left: -10px; /* 三角形居中显示 */
}

.test_triangle_border .popup img {
    margin-top: 3px;
    float: left;
    margin-right: 5px;
}

.test_triangle_border .popup em {
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #33a2ff;
    position: absolute;
    right: 2px;
    margin-top: -10px;
}

.login_center {
    min-height: 244px;
}

.login_box_code_center b {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
}

.login_box_code_center b i {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000;
    height: 30px;
    line-height: 30px;
    position: initial;
}

.login_box_code_center b a {
    margin-left: 15%;
    width: 70%;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: initial;
    background: #0085f5;
    border-radius: 15px;
    font-weight: normal
}