@charset "utf-8";
body, div, ul, li, p, section, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    color: #188EEE;
}

a:hover {
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    text-decoration: none;
}

a:focus {
    outline: none;
}

textarea:focus, input:focus {
    outline: none;
}

/*基类*/
.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px
}

.fs-24 {
    font-size: 24px
}

.fs-36 {
    font-size: 36px
}

.fc-99 {
    color: #999
}

.img-wrap {
    font-size: 0
}

.img-wrap img {
    display: inline-block
}

.ellipsis {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

.ellipsis-two {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.pos-rel {
    position: relative
}

.pos-ab {
    position: absolute
}

.inline-block {
    display: inline-block
}

.block {
    display: block
}

/*表单*/
html, body {
    height: 100%;
}

.main {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.form-logo {
    margin-bottom: 30px;
    height: 84px;
}

.form-wrap {
    width: 420px;
    border-radius: 4px;
    margin: 0px auto;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.form-tab-nav {
    height: 90px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    position: relative;
}

.form-tab-nav a {
    display: inline-block;
    line-height: 90px;
    font-size: 16px;
    color: #999999;
    padding-left: 15px;
    padding-right: 15px;
}

/*.form-tab-nav a:first-child{
	padding-right: 32px;
}
.form-tab-nav a:last-child{
	padding-left: 32px;
}*/
.form-tab-nav a:hover, .form-tab-nav a.active {
    color: #188eee;
}

.form-tab-nav .nav-line {
    position: absolute;
    width: 122px;
    height: 2px;
    background-color: #188EEE;
    bottom: -1px;
    left: 100px;
    -webkit-transition: left .15s ease-in;
    transition: left .15s ease-in;
}

.form-tab-nav[data-active-index="1"] .nav-line {
    left: 213px;
}

.form-tab-content {
    width: 420px;
    position: relative;
    overflow: hidden;
}

.tab-content-wrapper .tab {
    transition: transform .5s;
    width: 500px;
    background: #fff;
}

.qrcode-login {
    padding-top: 34px;
    padding-bottom: 40px;
}

.qrcode-login > dt {
    width: 200px;
    margin: 0 auto;
}

.qrcode-login .qrcode-passed {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    padding-top: 58px;
}

.qrcode-passed h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

.qrcode-passed a {
    display: inline-block;
    color: #fff;
    width: 90px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: solid 1px #ffffff;
    font-weight: normal;
}

.qrcode-login .qrcode-desc {
    margin-top: 25px;
}

.qrcode-desc .qrcode-welcome {
    margin-bottom: 5px;
}

.passport-form {
    width: 350px;
    margin: 28px auto;
}

.form-field {
    border: 1px solid #dadada;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.form-field .input-icon {
    position: relative;
}

.form-field .input-icon .passport-txt {
    background: 0 0;
    border: 0;
    height: 51px;
    width: 100%;
}

.form-field .input-icon:last-child .passport-txt {
    border-bottom: none;
}

.passport-txt-wrap {
    position: relative;
}

.passport-txt-wrap .help-block {
    position: absolute;
    left: 0;
    right: 0;
    line-height: 51px;
    top: 0;
    background-color: #fff
}

.input-icon > i {
    color: #ccc;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}

.form-field .input-icon .forgetpwd,
.form-field .input-icon .get-msg-code {
    position: absolute;
    right: 0px;
    height: 32px;
    line-height: 32px;
    top: 9px;
    z-index: 10;
}

.form-field .input-icon .forgetpwd {
    color: #188EEE;
}

.form-field .input-icon .form-code {
    width: 94px;
    top: 4px;
    position: absolute;
    right: 0px;
}

.form-field .input-icon .get-msg-code {
    width: 84px;
    text-align: center;
    background-color: #188EEE;
    color: #fff;
    border-radius: 5px;
    border: 0px none;
}

.form-field .input-icon .get-msg-code.disabled,
.form-field .input-icon .get-msg-code[disabled] {
    opacity: 0.7;
}

.m-unlogin {
    margin-top: 10px;
}

.remember .u-checkbox {
    float: left;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border: solid 1px #aaa;
    border-radius: 3px;
    margin-top: 3px;
    margin-right: 5px;
}

.remember .u-checkbox.u-checkbox-select {
    background: url(../images/icon_checked.png) center center no-repeat #188eee;
    border-color: #7fcd03;
}

.remember .auto-login {
    width: 16px;
    height: 16px;
    display: none;
}

.remember label {
    font-weight: normal;
    color: #666;
}

.help-block {
    color: #f00;
    margin-top: 0;
    margin-bottom: 0;
}

.step-line {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-col {
    text-align: center;
    padding: 17px 0;
    width: 115px;
}

.step-line .step-number {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #cdcdcd;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: auto auto 5px;
    position: relative;
    z-index: 5;
}

.step-line .step-title {
    font-size: 12px;
    position: relative;
}

.step-col.done .step-number {
    background-color: #188EEE;
}

.step-col.done .step-title {
    color: #188EEE;
}

.step-col .step-title:after, .step-col .step-title:before {
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    background-color: #cdcdcd;
    bottom: 33px;
    z-index: 4;
    transform: translateY(-100%);
}

.step-col.done .step-title:after, .step-col.done .step-title:before {
    background-color: #188EEE;
}

.step-col .step-title:before {
    right: 50%;
}

.step-col .step-title:after {
    left: 50%;
}

.step-col.first .step-title:before, .step-col.last .step-title:after {
    content: none
}

.success-text > span {
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    border-radius: 50%;
    background-color: #188EEE;
}

.success-text .ssfont-right {
    font-size: 50px;
}

.success-text p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-wrap .input-group {
    width: 100%;
    margin-bottom: 20px;
}

.form-wrap .tel-area-code {
    position: absolute;
    left: 0;
    top: 1px;
    width: 58px;
    text-align: center;
    line-height: 44px;
    border-right: 1px solid #eeeeee;
    color: #a9a9a9;
    z-index: 10;
}

.form-wrap .tel-area-code + .form-control {
    padding-left: 70px;
}

.form-wrap .input-group .form-control {
    height: 46px;
    border-radius: 4px;
}

.form-wrap .action-btn-group {
    margin-top: 18px;
    margin-bottom: 18px;
}

.regist-success {
    padding: 40px 30px 20px;
}

.regist-success .action-btn-group {
    margin-top: 40px;
}

.form-wrap .action-btn {
    display: block;
    background-color: #188eee;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
}

.btn-primary {
    background-color: rgba(24, 142, 238, .9);
    border-color: #188eee;
    font-size: 16px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    background-color: rgba(24, 142, 238, 1);
    border-color: #188eee;
}

.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #adadad;
    border-color: #adadad;
}

.form-field .input-icon {
    border-bottom: 1px solid rgb(218, 218, 218);
    padding-left: 28px;
}

.form-field .input-icon:last-child {
    border-bottom: none;
}

.form-field .input-icon .area-sel + .passport-txt {
    width: auto;
}

.area-sel {
    padding-right: 6px;
    margin-right: 6px;
    position: relative;
}

.area-sel select {
    outline: none;
    height: 50px;
    border: 0;
    color: #333;
    width: 90px;
}

.area-sel::after {
    position: absolute;
    content: "";
    right: 0;
    width: 1px;
    height: 30px;
    top: 10px;
    background-color: rgb(218, 218, 218);
}


/* ---- particles ---- */
canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}