@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei UI';
}

@font-face {
    font-family: element-icons;
    src: url(fonts/element-icons.woff) format("woff"), url(fonts/element-icons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" xs-icon-"], [class^=xs-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    overflow: auto;
    height: 100%;
}

/*基础属性*/
input[type="checkbox"] + span {
    font-size: 13px;
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="password"]::-ms-reveal {
    display: none;
}

input[type="password"]::-ms-clear {
    display: none;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

.shut_eye,
.open_eye {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 20px;
    right: 5px;
    cursor: pointer;
    pointer-events: all;

    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.shut_eye {
    background-image: url(../images/eyeShut.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 16px;
}

.open_eye {
    background-image: url(../images/eye.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 16px;
}

.img_validateCode {
    cursor: pointer;
}

.back_ground {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/background.jpg) no-repeat 0px 0px;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
    -o-background-size: cover; /* 兼容Opera */
}

.outer {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute; /* 很重要 */
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.language {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
    z-index: 1;
}

.language span {
    color: black;
    /*opacity: .6;*/
}

.language_a {
    margin-right: 5px;
    margin-left: 5px;
    color: rgb(48, 48, 248);;
    /*opacity: .6;*/
}

.language:hover {
    cursor: pointer;
}

.language a:hover {
    /*opacity: 1;*/
    text-decoration: underline;
}

.language a:active {
    color: grey;
}

.loading {
    background-image: url('../images/loading.gif');
    position: relative;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -3px;
    max-width: 440px;
    width: calc(100% - 40px);
    /*Firefox*/
    width: -moz-calc(100% - 40px);
    /*chrome safari*/
    width: -webkit-calc(100% - 40px);
    background-color: #fff;
    z-index: 200;
}
.inner_content{
	width: 448px;
    margin: 0 auto;
    background-color: #fff;
	/*-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);*/
}
.inner {
    /*margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    width: calc(100% - 40px);
    padding: 44px;
    background-color: #fff;
	width: calc(100% - 40px);*/
    /*Firefox*/
    /*width: -moz-calc(100% - 40px);*/
    /*chrome safari*/
    /*width: -webkit-calc(100% - 40px);*/
	position: relative;
    min-width: 320px;
	padding: 44px 44px 0;
	overflow: hidden;
}

.bottom_notice {
    /*position: absolute;
    bottom: 0px;    
    left: 0;
    right: 0;
    padding-left: 44px;*/
	background: #909399;
	padding-left: 44px;
}

.top {
    display: block;
}

.bottom {
    display: none;
}

.loading_path {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
    z-index: 3;
}

.loading_img {
    text-align: center;
    margin-top: 50%;
    transform: translateY(-30%);
}

.circular {
    height: 94px;
    width: 94px;
    animation: loading-rotate 2s linear infinite;
}

.path {
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #409eff;
    stroke-linecap: round;
}

.content {
    margin: 0 auto;
    display: block;
}

.content_wrap {
    border: 0px solid red;
    width: 100%;
    height: 100%;
    padding: 5px 0;
}

.content_wrap p {
    line-height: 18px;
    font-size: 0.83rem;
    margin-bottom: 5px;
    color: #1b1b1b;
}

.content_wrap .mark {
    color: black;
    font-size: 0.83rem;
}

.content_wrap p a {
    color: rgb(48, 48, 248);
    font-weight: 600;
    cursor: pointer;
}

.content_wrap p a:hover {
    cursor: pointer;
    text-decoration: underline
}

.content_wrap p a:active {
    color: grey;
    text-decoration: underline
}

.logo {
    width: 50px;
    height: 0px;
    border: 0px solid red;
    margin: 1px;
    position: relative;
    left: 0px;
    top: 0px;
}

.productName {
    height: 50px;
    border: 0px solid red;
    margin: 1px;
    display: inline-block;
    position: relative;
    left: 65px;
    font-size: 170%;
    top: 0px;
    line-height: 50px;
}

.fadein_content {
    position: relative;
    animation: mymove 1s infinite;
    animation-iteration-count: 1;
    -webkit-animation: mymove 1s infinite; /* Safari 和 Chrome */
    -webkit-animation-iteration-count: 1;
}

.describe {
    /*margin-left: 3px;*/
    color: #404040;
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 15px;
}

.input_text {
    border: 0;
    border-bottom: #666 solid 1px;
    height: 20px;
    text-align: left;
    width: 100%;
    padding-left: 2px;
    margin-left: -2px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.input_text::-webkit-input-placeholder {
    font-size: 12px;
}

.input_text:-moz-placeholder {
    font-size: 12px;
}

.input_text:-ms-input-placeholder {
    font-size: 12px;
}

.error_message {
    color: red;
    font-size: 12px;
}

.error_input {
    border-bottom: red solid 1px;
}

.input_text:focus {
    border-bottom: #0072c6 solid 1px;
}

.error_input:focus {
    border-bottom: red solid 1px;
}

.btn_default {
    width: 84px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 4px 12px;
    margin-left: 10px;
    border: 0;
}

.btn_default:active {
    /*color: white;*/
    margin-top: 1px;
}

.btn_next {
    background-color: #0067b8;
    color: white;
    border-color: #0078d7;
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn_cancel {
    background-color: #CCCCCC;
    color: #000;
    border-color: #0078d7;
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn_next:hover {
    cursor: pointer;
    background-color: #005DA5;
    border-color: #0078d7;
}

.btn_cancel:hover {
    cursor: pointer;
    background-color: #B2B2B2;
    border-color: #0078d7;
}

.btn_next_disabled {
    background: #CCCCCC;
    color: #444444;
}

.btn_next_disabled:hover {
    background: #CCCCCC;
}

.btn_next_disabled:active {
    margin-top: 0;
}

.btnGetSmsCode {
    width: 130px;
    height: 32px;
    border: 1px solid #0072c6;
    background: #fff;
    margin-right: -15px;
}

.btnGetSmsCode:hover {
    /*font-weight: bold;*/
    cursor: pointer;
}

.change_pwd_rules2,
.change_pwd_rules1,
.change_pwd_rules {
    /*position: absolute;*/
    /*border-right: 1px solid #e4e7ed;*/
    /*border-left: 1px solid #e4e7ed;*/
    /*border-bottom: 1px solid #e4e7ed;*/
    /*-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);*/
    /*box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);*/
    /*left: -2px;*/
    /*right: 0;*/
    /*top: 36px;*/
    background: white;
    color: #f56c6c;
    z-index: 1;
}

.change_pwd_rules2 li,
.change_pwd_rules1 li,
.change_pwd_rules li {
    height: 23px;
    font-size: 12px;
    line-height: 23px;
    width: 100%;
}

.change_pwd_rules2 li span,
.change_pwd_rules1 li span,
.change_pwd_rules li span {
    margin-left: 5px;
}

.change_pwd_rules_primary li {
    color: rgba(255, 255, 255, 0);
}

.change_pwd_rules_primary li span {
    color: #1b1b1b;
}

.error_pwd {
    color: #f56c6c;
}

.greet_input {
    color: #67c23a;
}

.email_back {
    /*margin-right: 5px;*/
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.email_back:hover {
    font-weight: bold;
    cursor: pointer;
    background: #dfe2e4;
}

#lbl_recover3_p2 {
    cursor: no-drop;
}

#lbl_recover3_p4 {
    cursor: pointer;
}

.thisHover {
    border-color: #0e0e0e;
    -webkit-transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
    transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46)
}

.cant_click{
    cursor: not-allowed;
    pointer-events:none;
    color:#C0C4CC;
    /*background: white;*/
    /*filter:alpha(Opacity=30);*/
    /*-moz-opacity:0.3;*/
    /*opacity: 0.3;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.download_app{
    text-align: center;
}
.download_app img{
    padding: 5px;
    margin:0 5px;
    border: 1px solid white;
}

.download_app img:active{
    border:1px solid #005DA5;
}

/*tip*/
.xs-tooltip__popper[Xplacement=top], .xs-tooltip__popper[Xplacement=top-start], .xs-tooltip__popper[Xplacement=top-end] {
    /*margin-bottom: 12px*/
}

.xs-popper[Xplacement=left], .xs-popper[Xplacement=left-start], .xs-popper[Xplacement=left-end], .xs-tooltip__popper[Xplacement=left], .xs-tooltip__popper[Xplacement=left-start], .xs-tooltip__popper[Xplacement=left-end] {
    margin-right: 12px
}

.xs-tooltip__popper {
    position: absolute;
    border-radius: 4px;
    padding: 10px;
    z-index: 2000;
    font-size: 12px;
    line-height: 1.2;
    min-width: 10px
}

.xs-tooltip__popper .popper__arrow, .xs-tooltip__popper .popper__arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.xs-tooltip__popper .popper__arrow {
    border-width: 6px
}

.xs-tooltip__popper .popper__arrow::after {
    content: " ";
    border-width: 5px
}

.xs-tooltip__popper[Xplacement=top] .popper__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=top] .popper__arrow::after {
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=top-start] .popper__arrow {
    left: 27px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=top-start] .popper__arrow::after {
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=top-end] .popper__arrow {
    right: 15px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=top-end] .popper__arrow::after {
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.xs-tooltip__popper[Xplacement=bottom] {
    /*margin-top: 12px*/
    margin-top: -12px;
}

.xs-tooltip__popper[Xplacement=bottom] .popper__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=bottom] .popper__arrow::after {
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=bottom-end] {
    margin-top: 12px
}

.xs-tooltip__popper[Xplacement=bottom-end] .popper__arrow {
    right: 15px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=bottom-end] .popper__arrow::after {
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=bottom-start] {
    margin-top: 12px
}

.xs-tooltip__popper[Xplacement=bottom-start] .popper__arrow {
    left: 27px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=bottom-start] .popper__arrow::after {
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.xs-tooltip__popper[Xplacement=right], .xs-tooltip__popper[Xplacement=right-start], .xs-tooltip__popper[Xplacement=right-end] {
    margin-left: 12px
}

.xs-tooltip__popper[Xplacement=right] .popper__arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=right] .popper__arrow::after {
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=right-start] .popper__arrow {
    top: 13px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=right-start] .popper__arrow::after {
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=right-end] .popper__arrow {
    bottom: 2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=right-end] .popper__arrow::after {
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0
}

.xs-tooltip__popper[Xplacement=left] .popper__arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper[Xplacement=left] .popper__arrow::after {
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper[Xplacement=left-start] .popper__arrow {
    top: 13px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper[Xplacement=left-start] .popper__arrow::after {
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper[Xplacement=left-end] .popper__arrow {
    bottom: 2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper[Xplacement=left-end] .popper__arrow::after {
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133
}

.xs-tooltip__popper.is-dark {
    background: #303133;
    color: #fff
}

.xs-table, .xs-table__expanded-cell {
    background-color: #fff
}

.xs-tooltip__popper.is-light {
    background: #fff;
    border: 1px solid #303133
}

.xs-tooltip__popper.is-light[Xplacement^=top] .popper__arrow {
    border-top-color: #303133
}

.xs-tooltip__popper.is-light[Xplacement^=top] .popper__arrow::after {
    border-top-color: #fff
}

.xs-tooltip__popper.is-light[Xplacement^=bottom] .popper__arrow {
    border-bottom-color: #303133
}

.xs-tooltip__popper.is-light[Xplacement^=bottom] .popper__arrow::after {
    border-bottom-color: #fff
}

.xs-tooltip__popper.is-light[Xplacement^=left] .popper__arrow {
    border-left-color: #303133
}

.xs-tooltip__popper.is-light[Xplacement^=left] .popper__arrow::after {
    border-left-color: #fff
}

.xs-tooltip__popper.is-light[Xplacement^=right] .popper__arrow {
    border-right-color: #303133
}

.xs-tooltip__popper.is-light[Xplacement^=right] .popper__arrow::after {
    border-right-color: #fff
}

/*其他*/

@media (max-width: 600px), (max-height: 366px) {
    body {
        /*overflow-x: hidden;*/
        /*overflow-y: auto;*/
        height: 100%;
        overflow: auto;
    }

    .back_ground {
        background: white;
    }

    .middle {
        vertical-align: top;
    }

    .inner {
        background-color: #fff;
        padding: 20px;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
        min-width: 260px;
        /*margin-bottom: 40px;*/
    }

    .bottom_notice {
        padding-left: 20px;
    }

    .top {
        display: none;
    }

    .bottom {
        display: block;
    }

    .language span {
        color: black;
    }

    .language_a {
        margin-right: 5px;
        margin-left: 5px;
    }

    .language:hover {
        cursor: pointer;
    }

}

.xs-icon-back::before {
    content: "\e606"
}

@media (max-width: 320px), (max-height: 366px) {
    body {
        /*overflow-x: hidden;*/
        /*overflow-y: auto;*/
        height: 100%;
        overflow: auto;
    }

    .back_ground {
        background: #fff;
    }

    .middle {
        vertical-align: top;
    }

    .inner {
        background-color: #fff;
        padding: 20px;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
        min-width: 260px;
        /*margin-bottom: 40px;*/
    }

    .bottom_notice {
        padding-left: 20px;
    }

    .top {
        display: none;
    }

    .bottom {
        display: block;
    }

    .productName {
        font-size: 135%;
    }

    .describe {
        font-size: 1.0rem;
    }

    .validatecdode_text {
        width: 45%;
    }

    .language span {
        color: black;
        /*opacity: .6;*/
    }

    .language_a {
        margin-right: 5px;
        margin-left: 5px;
        /*opacity: .6;*/
    }

    .language_pick {
        opacity: 1;
    }

    .language:hover {
        cursor: pointer;
    }

}

@keyframes mymove {
    from {
        right: -40px;
    }
    to {
        right: 0px;
    }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {
        right: -40px;
    }
    to {
        right: 0px;
    }
}