@charset "utf-8";
html {
    font-size: 62.5%
}
body {
    font-size: 14px;
    font-family: "Open Sans",PingFangSC-Light,Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    color: #374051;
    overflow-x: hidden;
    line-height: 1;
    padding-top: 70px;
    word-wrap: break-word
}
input {
    font-family: "Open Sans",PingFangSC-Light,Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif
}
.sign-in {
    background: url(/images/register_bg2.png) no-repeat center center;
    overflow-y: hidden;
    height: 100vh;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0
}
.reveal .slides {
    position: absolute;
    height: 460px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: visible;
    z-index: 1;
    -webkit-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -ms-perspective-origin: 50% 40%;
    -webkit-perspective-origin: 50% 40%;
    perspective-origin: 50% 40%
}
.conve {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform-origin .8s cubic-bezier(.26,.86,.44,.985),-webkit-transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985);
    transition: -ms-transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985);
    transition: transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985);
}
.sign-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0.25);
    border-radius: 3px;
    padding:25px 30px 20px 30px;
    min-height: 450px;
    width:100%;
    max-width:420px;
    display:block;
    margin: 0 auto;
}
.sign-panel .logo {
    margin-bottom: 15px;
}
.sign-panel .logo span:first-child{
    color:#fff;
    transition: all 0.5s;
    font-size: 28px;font-weight:600;
    cursor: pointer;
}

@-webkit-keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #ff00de,
        0 0 70px #ff00de,
        0 0 80px #ff00de,
        0 0 100px #ff00de,
        0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #ff00de,
        0 0 35px #ff00de,
        0 0 40px #ff00de,
        0 0 50px #ff00de,
        0 0 75px #ff00de;
    }
}



@-moz-keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #ff00de,
        0 0 70px #ff00de,
        0 0 80px #ff00de,
        0 0 100px #ff00de,
        0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #ff00de,
        0 0 35px #ff00de,
        0 0 40px #ff00de,
        0 0 50px #ff00de,
        0 0 75px #ff00de;
    }
}


@keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #ff00de,
        0 0 70px #ff00de,
        0 0 80px #ff00de,
        0 0 100px #ff00de,
        0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #ff00de,
        0 0 35px #ff00de,
        0 0 40px #ff00de,
        0 0 50px #ff00de,
        0 0 75px #ff00de;
    }
}


.sign-panel .form-item {
    margin-bottom: 20px;
    position: relative
}

.sign-panel .form-item .register_type{
    float:left;
    width:56%;
    text-align: center;
}
.sign-panel .form-item .register_type span{
    width:40%;
    display:inline-block;
    height:35px;
    line-height: 35px;
    text-align: center;
    margin:0 5px;
    border:1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    color:#fff;
    border-radius: 3px;
}
.sign-panel .form-item .register_type span.on{
    background-color: #EA5C5C;
}
.sign-panel .img-code-label input {
    width: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    border-radius: 3px 0 0 3px
}
.sign-panel .img-code-box {
    padding-left: 220px;
    padding-right: 35px
}
.sign-panel label {
    display: block;
}
.sign-panel .img-code {
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    display: block;
    height: 35px;
    overflow-y: hidden;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    box-sizing: border-box;
}

.sign-panel select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 0 10px;
    width: 26%;
    color: #000;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
}


.sign-panel .domain-input.focus::-webkit-input-placeholder {
    color: #fff
}

.sign-panel .domain-input.focus:-moz-placeholder {
    color: #fff
}

.sign-panel .domain-input.focus::-moz-placeholder {
    color: #fff
}

.sign-panel .domain-input.focus:-ms-input-placeholder {
    color: #fff
}

.sign-panel .hint {
    color: #ff595f;
    padding-top:10px;
}

.sign-panel .info {
    font-size: 12px;
    color: #999;
    margin-top: 8px
}

.sign-panel .placeholder {
    color: #aaa;
    line-height: 1
}

.sign-panel input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0 10px;
    width: 100%;
    color: #000;
    font-size: 14px;
    outline: 0;
    box-sizing: border-box;
}

.sign-panel input:hover {
    border-color: #c5c5c5
}

.sign-panel .msg-code-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    line-height: 33px;
    padding: 0 8px;
    border: 1px solid #fff;
    background: #EA5C5C;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.sign-panel .msg-code-btn:hover {
    border-color: #fff;
}

.sign-panel .conve-next {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 3px;
    background: #EA5C5C;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    outline: 0
}

.sign-panel .conve-next:hover {
    opacity:0.8;
}

.sign-panel .conve-next:active {
    box-shadow: 0 1px 3px rgba(0,0,0,.2) inset
}

.sign-panel h2 {
    font-size: 24px;
    margin-bottom: 10px
}

.sign-panel .success {
    line-height: 1.6em;
    font-size: 16px
}

.sign-panel .success span {
    color: #ff595f;
    margin: 0 5px
}

.conve .terms {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px
}
.conve.future {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0);
    transform: translate3d(100%,0,0) rotateY(90deg) translate3d(100%,0,0)
}

.ie9 .conve.future {
    display: none
}

@-webkit-keyframes shake {
    100%,from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    100%,from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}
.sign-panel .correct:after {
    content: "\e080";
    font-family: 'Simple-Line-Icons';
    position: absolute;
    right: 6px;
    top: 11px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    background: #21d376;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.icon-uniE603:before{content:"\e099"; font-family: 'Simple-Line-Icons';}
.sign-panel .img-code-refresh {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    width: 35px;
    border: 1px solid #d9d9d9;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
}

.sign-panel .img-code-refresh i {
    line-height: 40px
}

.sign-panel .img-code-refresh:hover {
    color: #333
}

#yw0{
    width: 100%;
    height: 100%;
}
.forgeturl {
    padding-top: 0.5rem;
    float: right;
    padding-right: 0.5rem;
    color: #ffffff;
}