@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
    *line-height: 1.5;
    -ms-overflow-style: scrollbar
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

button, input, select, textarea {
    font-size: 100%;
    outline: none;
    border: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*去除IE 虚线框*/
a, input, textarea {
    blr: expression(this.onFocus=this.close());
}

/* 只支持IE，过多使用效率低 */
a, input, textarea {
    blr: expression(this.onFocus=this.blur());
}

/* 只支持IE，过多使用效率低 */
a:focus {
    -moz-outline-style: none;
}

/* IE不支持 */
*:focus {
    outline: none;
}

/* 左右浮动  */
.fl {
    float: left;
}

.rl {
    float: right;
}

/* 清除浮动 */
.ks-clear:after, .clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.ks-clear, .clear {
    *zoom: 1;
}

/* 本页面样式 */
html, body {
    min-width: 1024px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    font-weight: 400;
}

.login-wrap {
    height: 100%;
    background: url(/themes/hero/img/bg@2x-99f6d4c1473620324917e97e0b5344a2.png) top center no-repeat #c2d9ff;
    background-size: cover;
    overflow: auto;
}

.back-box {
    margin: 28px 40px 0;
    height: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.back-box .icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.back-box .text {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.cover-box {
    margin: 6.5vh auto;
    width: 512px;
    height: 660px;
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 0px rgba(25, 110, 237, 0.12);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.regist-form {
    margin: 90px 80px 0;
}

.regist-form .title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    margin-bottom: 14px;
}
.regist-form .tips{
    font-size: 12px;
    color: #DC582A;
    line-height: 1.2;
    margin-bottom: 20px;
}

.regist-form .text {
    color: #999999;
    font-size: 14px;
    margin: 8px 0 20px;
}

.form-box {
    color: #999999;
    line-height: 1;
}

.form-box .input-item {
    width: 310px;
    height: 42px;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    margin-bottom: 24px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.form-box .code-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.form-box .input-last {
    margin-bottom: 12px;
}

.form-box .input-butn {
    margin-top: 13px;
}

.form-box input {
    height: 100%;
    flex-grow: 1;
    color: #333333;
}

.form-box .code-item input {
    margin-right: 20px;
}

.form-box input[type="submit"] {
    width: 352px;
    height: 44px;
    background: #3A89FF;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    color: #FFFFFF;
}

.form-box input[type="submit"][disabled] {
    cursor: no-drop;
    opacity: 0.5;
}

.form-box .error {
    line-height: 1;
    font-size: 12px;
    color: #DC582A;
}

.form-box .margin24 {
    margin-top: 24px;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
.form-box .butn {
    color: #3A89FF;
    cursor: pointer;
}

.form-box .text {
    color: #999999;
}

.form-box .guide-box {
    margin-top: 20px;
    text-align: center;
}

.form-box .link {
    line-height: 1;
    color: #3A89FF;
}

.cover-box .desc {
    position: absolute;
    bottom: 40px;
    color: #999999;
    line-height: 1;
}
.eye-icon{
    width: 18px;
    height: 18px;
    margin-left: 10px;
    cursor: pointer;
}