header .fastRegister {
    display: inline-block;
    right: .8rem;
    top: .5rem;
    border: 2px solid var(--primary-color);
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    border-radius: .2rem;
    padding: 0 .6rem;
    line-height: 1.6rem;
    font-size: .8rem
}

.tabs {
    position: relative
}

.tabs>input,
.tabs>label {
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.tabs>input {
    opacity: 0;
    line-height: 3rem
}

.tabs>label {
    border-bottom: 1px solid var(--border-color)
}

.tabs>input#normal,
.tabs>input#normal+label {
    left: 0;
    border-right: 1px solid var(--border-color)
}

.tabs>input#dynamic,
.tabs>input#dynamic+label {
    left: 50%
}

.tabs>input:checked+label {
    background-color: #fff;
    color: var(--primary-color)
}

.tabs .panels {
    padding-top: 4rem
}

.tabs .panels .panel {
    display: none
}

.tabs .panels .panel .input {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background-color: #fff
}

.tabs .panels .panel .input input {
    text-indent: 1rem;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border-color)
}

.tabs .panels .panel .input input:last-child {
    border: none
}

.tabs .panels .panel button {
    display: block;
    width: 90%;
    margin: 1.1rem auto .8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: var(--primary-color);
    color: #fff;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    border-radius: .2rem
}

.tabs .panels .panel a {
    display: inline-block;
    float: right;
    margin-right: 1rem;
    font-size: .8rem;
    color: #909090;
    text-decoration: underline
}

.tabs .panels .panel .tip {
    top: 2.8rem
}

.tabs .panels .panel .dynamic .dynamicCode {
    position: relative
}

.tabs .panels .panel .dynamic .dynamicCode input,
.tabs .panels .panel .dynamic .dynamicCode span {
    display: inline-block
}

.tabs .panels .panel .dynamic .dynamicCode input {
    width: 60%
}

.tabs .panels .panel .dynamic .dynamicCode span {
    position: absolute;
    right: .6rem;
    top: .6rem;
    background-color: #b1b1b1;
    font-size: .8rem;
    color: #fff;
    line-height: 2.1rem;
    padding: 0 .67rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    border-radius: .2rem
}

.tabs .panels .panel .dynamic p {
    padding-left: 1rem;
    height: 3.3rem;
    line-height: 3.3rem;
    font-size: .7rem;
    color: #666666
}

.tabs input#normal:checked~.panels .panel:first-child,
.tabs input#dynamic:checked~.panels .panel:nth-child(2) {
    display: block
}

.forFH .panels {
    padding-top: 0
}

.forFH .panels .panel {
    display: block
}

.thirdPart {
    margin-top: 1rem;
    padding-bottom: 6rem
}

.thirdPart p {
    text-align: center;
    font-size: .8rem;
    color: #746b61
}

.thirdPart div {
    text-align: center;
    margin-top: .7rem
}

.thirdPart div a {
    display: inline-block;
    width: 3.3rem;
    height: 3.3rem;
    line-height: 3.3rem;
    font-size: 1.5rem;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.thirdPart div a.weixin {
    background-color: #1abf00
}

.thirdPart div a.weibo {
    background-color: #e64c33;
    margin: 0 1.5rem
}

.thirdPart div a.QQ {
    background-color: #1eb8e4
}

.line-title {
    text-indent: 1rem;
    margin: 1rem 0 .4rem;
    color: #ccc
}

.logos {
    margin-top: 2.3rem;
    text-align: center
}

.logos img {
    display: inline-block;
    vertical-align: middle;
    width: 35%
}

.logos img:first-child {
    margin-right: 8%
}

.i-agree {
    width: 90%;
    margin: 0 auto;
    font-size: .8rem
}

.i-agree a {
    color: #2440B3
}

.i-agree input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

/*# sourceMappingURL=login.css.map */