﻿html,
body {
    height: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    font-family: sans-serif
}

#space {
    width: 100%
}

.bottomBackground {
    width: 100%;
    height: 80%;
    position: fixed;
    bottom: 0px;
    background-image: url(../images/sunBackground.png);
    background-position: center;
    opacity: 0.8;
    background-repeat: no-repeat;
}

@media only screen and (max-width:1400px) {
    .bottomBackground {
        opacity: 0.3;
    }
}

#stars {
    margin: 0 auto;
    max-width: 30%;
    height: 50px;
    position: fixed;
    top: -60%;
    right: 20%;
    z-index: 2;
}

#stars01 {
    margin: 0 auto;
    max-width: 30%;
    height: 50px;
    position: fixed;
    top: -60%;
    right: 15%;
    z-index: 2;
}

#stars02 {
    margin: 0 auto;
    max-width: 30%;
    height: 50px;
    position: fixed;
    top: -60%;
    right: 10%;
    z-index: 2;
}

#stars03 {
    margin: 0 auto;
    max-width: 30%;
    height: 50px;
    position: fixed;
    top: -60%;
    right: 5%;
    z-index: 2;
}

#stars04 {
    margin: 0 auto;
    max-width: 30%;
    height: 50px;
    position: fixed;
    top: -60%;
    right: 0%;
    z-index: 2;
}

#stars05 {
    margin: 0 auto;
    max-width: 30%;
    height: 50px;
    position: fixed;
    top: -60%;
    right: -5%;
    z-index: 2;
}

.star {
    display: block;
    width: 1px;
    background: transparent;
    position: relative;
    opacity: 0;
    /*过渡动画*/
    animation: star-fall 3s linear infinite;
    -webkit-animation: star-fall 3s linear infinite;
    -moz-animation: star-fall 3s linear infinite;
}

.star01 {
    display: block;
    width: 1px;
    background: transparent;
    position: relative;
    opacity: 0;
    /*过渡动画*/
    animation: star-fall 3.2s linear infinite;
    -webkit-animation: star-fall 3.2s linear infinite;
    -moz-animation: star-fall 3.2s linear infinite;
}

.star02 {
    display: block;
    width: 1px;
    background: transparent;
    position: relative;
    opacity: 0;
    /*过渡动画*/
    animation: star-fall 3.4s linear infinite;
    -webkit-animation: star-fall 3.4s linear infinite;
    -moz-animation: star-fall 3.4s linear infinite;
}

.star03 {
    display: block;
    width: 1px;
    background: transparent;
    position: relative;
    opacity: 0;
    /*过渡动画*/
    animation: star-fall 3.6s linear infinite;
    -webkit-animation: star-fall 3.6s linear infinite;
    -moz-animation: star-fall 3.6s linear infinite;
}

.star04 {
    display: block;
    width: 1px;
    background: transparent;
    position: relative;
    opacity: 0;
    /*过渡动画*/
    animation: star-fall 3.8s linear infinite;
    -webkit-animation: star-fall 3.8s linear infinite;
    -moz-animation: star-fall 3.8s linear infinite;
}

.star05 {
    display: block;
    width: 1px;
    background: transparent;
    position: relative;
    opacity: 0;
    /*过渡动画*/
    animation: star-fall 4s linear infinite;
    -webkit-animation: star-fall 4s linear infinite;
    -moz-animation: star-fall 4s linear infinite;
}

.star:after {
    content: '';
    display: block;
    border: 1px solid #0058FF;
    border-width: 0px 10px 5px 300px;
    border-color: transparent transparent transparent rgba(209, 255, 255, .5);
    /*变形*/
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -webkit-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -moz-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 0.8
}

.star01:after {
    content: '';
    display: block;
    border: 1px solid #0058FF;
    border-width: 0px 10px 5px 300px;
    border-color: transparent transparent transparent rgba(209, 255, 255, .5);
    /*变形*/
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -webkit-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -moz-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 0.8
}

.star02:after {
    content: '';
    display: block;
    border: 1px solid #0058FF;
    border-width: 0px 10px 5px 200px;
    border-color: transparent transparent transparent rgba(209, 255, 255, .5);
    /*变形*/
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -webkit-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -moz-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 0.8
}

.star03:after {
    content: '';
    display: block;
    border: 1px solid #0058FF;
    border-width: 0px 10px 5px 100px;
    border-color: transparent transparent transparent rgba(209, 255, 255, .5);
    /*变形*/
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -webkit-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -moz-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 0.8
}

.star04:after {
    content: '';
    display: block;
    border: 1px solid #0058FF;
    border-width: 0px 10px 5px 350px;
    border-color: transparent transparent transparent rgba(209, 255, 255, .5);
    /*变形*/
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -webkit-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -moz-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 0.8
}

.star05:after {
    content: '';
    display: block;
    border: 1px solid #0058FF;
    border-width: 0px 10px 5px 250px;
    border-color: transparent transparent transparent rgba(209, 255, 255, .5);
    /*变形*/
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -webkit-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    -moz-transform: rotate(-45deg) translate3d(1px, 3px, 0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    opacity: 0.8
}

@keyframes star-fall {
    0% {
        opacity: 0;
        transform: scale(0.1) translate3d(0, 0, 0);
        -webkit-transform: scale(0.1) translate3d(0, 0, 0);
        -moz-transform: scale(0.1) translate3d(0, 0, 0);
    }

    10% {
        opacity: 0.6;
        transform: scale(0.2) translate3d(-200px, 200px, 0);
        -webkit-transform: scale(0.2) translate3d(-200px, 200px, 0);
        -moz-transform: scale(0.2) translate3d(-200px, 200px, 0);
    }

    20% {
        opacity: 0.6;
        transform: scale(0.3) translate3d(-300px, 300px, 0);
        -webkit-transform: scale(0.3) translate3d(-300px, 300px, 0);
        -moz-transform: scale(0.3) translate3d(-300px, 300px, 0);
    }

    30% {
        opacity: 0.6;
        transform: scale(0.4) translate3d(-400px, 400px, 0);
        -webkit-transform: scale(0.4) translate3d(-400px, 400px, 0);
        -moz-transform: scale(0.4)translate3d(-400px, 400px, 0);
    }

    40% {
        opacity: 0.6;
        transform: scale(0.5) translate3d(-500px, 500px, 0);
        -webkit-transform: scale(0.5) translate3d(-500px, 500px, 0);
        -moz-transform: scale(0.5) translate3d(-500px, 500px, 0);
    }

    50% {
        opacity: 0.6;
        transform: scale(0.6) translate3d(-600px, 600px, 0);
        -webkit-transform: scale(0.6) translate3d(-600px, 600px, 0);
        -moz-transform: scale(0.6) translate3d(-600px, 600px, 0);
    }

    60% {
        opacity: 0.6;
        transform: scale(0.7) translate3d(-700px, 700px, 0);
        -webkit-transform: scale(0.7) translate3d(-700px, 700px, 0);
        -moz-transform: scale(0.7) translate3d(-700px, 700px, 0);
    }

    70% {
        opacity: 0.6;
        transform: scale(0.8) translate3d(-800px, 800px, 0);
        -webkit-transform: scale(0.8) translate3d(-800px, 800px, 0);
        -moz-transform: scale(0.8) translate3d(-800px, 800px, 0);
    }

    80% {
        opacity: 0.6;
        transform: scale(0.9) translate3d(-900px, 900px, 0);
        -webkit-transform: scale(0.9) translate3d(-900px, 900px, 0);
        -moz-transform: scale(0.9) translate3d(-900px, 900px, 0);
    }

    90% {
        opacity: 0.2;
        transform: scale(1) translate3d(-1000px, 1000px, 0);
        -webkit-transform: scale(1) translate3d(-1000px, 1000px, 0);
        -moz-transform: scale(1) translate3d(-1000px, 1000px, 0);
    }

    100% {
        opacity: 0;
        transform: scale(1.1) translate3d(-1300px, 1300px, 0);
        -webkit-transform: scale(1.1) translate3d(-1300px, 1300px, 0);
        -moz-transform: scale(1.1) translate3d(-1300px, 1300px, 0);
    }
}

.loginBox {
    width: 420px;
    height: 518px;
    background-image: url(../images/loginBox.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 90%;
    position: fixed;
    z-index: 999;
    top: 22%;
    left: 39%;
}

.bodyBottom {
    position: fixed;
    bottom: 0px;
    background-image: url(../images/bodyBottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 9;
    width: 100%;
    height: 50%;
    opacity: 0.3
}

.bodyTop {
    position: fixed;
    top: 0px;
    background-image: url(../images/bodyBottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 8;
    width: 100%;
    height: 50%;
    opacity: 0.3;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.loginContont {
    width: 85%;
    height: 85%;
    background-image: url(../images/loginBoxCont.png);
    background-size: 100% 100%;
    margin: 38px auto;
    opacity: 0.45;
    position: relative;
}

.loginBox .solidLeft, .loginBox .solidRight {
    width: 6px;
    height: 30%;
    display: block;
    position: absolute;
}

.loginBox .solidRight {
    background-image: url('../images/solidRight.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    right: 30px;
    top: 177px;
    animation: mymove 8s;
    animation-iteration-count: 300000000;
    /* Safari and Chrome */
    -webkit-animation: mymove 8s;
    -webkit-animation-iteration-count: 300000000;
}

@keyframes mymove {
    0% {
        top: 92px;
    }

    10% {
        top: 108.8px;
    }

    20% {
        top: 125.6px;
    }

    30% {
        top: 142.4px;
    }

    40% {
        top: 176px;
    }

    50% {
        top: 192.8px;
    }

    60% {
        top: 209.6px;
    }

    70% {
        top: 226.4px;
    }

    80% {
        top: 243.2px;
    }

    90% {
        top: 260px;
    }

    100% {
        display: none;
    }
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
    0% {
        top: 92px;
    }

    10% {
        top: 108.8px;
    }

    20% {
        top: 125.6px;
    }

    30% {
        top: 142.4px;
    }

    40% {
        top: 176px;
    }

    50% {
        top: 192.8px;
    }

    60% {
        top: 209.6px;
    }

    70% {
        top: 226.4px;
    }

    80% {
        top: 243.2px;
    }

    90% {
        top: 260px;
    }

    100% {
       display:none;
    }
}

.loginBox .solidLeft {
    background-image: url('../images/solidLeft.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 30px;
    top: 177px;
    animation: mymove 8s;
    animation-iteration-count: 300000000;
    /* Safari and Chrome */
    -webkit-animation: mymoves 8s;
    -webkit-animation-iteration-count: 300000000;
}
.solidTop {
    background-image: url(../images/solidLeft.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 198px;
    top: -38px;
    -webkit-animation: mymovesa 5s;
    -webkit-animation-iteration-count: 300000000;
    width: 6px;
    height: 30%;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.solidBottom {
    background-image: url(../images/solidLeft.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 212px;
    bottom: -38px;
    animation: mymoveb 5s;
    animation-iteration-count: 300000000;
    -webkit-animation: mymoveb 5s;
    -webkit-animation-iteration-count: 300000000;
    width: 6px;
    height: 30%;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
@keyframes mymoves {
    100% {
        top: 92px;
    }

    90% {
        top: 125.6px;
    }

    80% {
        top: 185.6px;
    }

    70% {
        top: 226.4px;
    }

    60% {
        top: 243.2px;
    }

    50% {
        top: 260px;
    }

    40% {
        top: 243.2px;
    }

    30% {
        top: 226.4px;
    }

    20% {
        top: 125.6px;
    }

    10% {
        top: 108px;
    }

    0% {
        top: 92px;
    }
}

@-webkit-keyframes mymoves /* Safari and Chrome */
{
    100% {
        top: 92px;
    }

    90% {
        top: 125.6px;
    }

    80% {
        top: 185.6px;
    }

    70% {
        top: 226.4px;
    }

    60% {
        top: 243.2px;
    }

    50% {
        top: 260px;
    }

    40% {
        top: 243.2px;
    }

    30% {
        top: 226.4px;
    }

    20% {
        top: 125.6px;
    }

    10% {
        top: 108px;
    }

    0% {
        top: 92px;
    }
}

.lineStyle:first-child {
    margin-top: 10%;
}

.loginCon {
    width: 75%;
    position: absolute;
    left: 18%;
    top: 20%;
}
    .loginCon .lineStyle {
        background-image: url(../images/loginInput.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        width: 85%;
        height: 55px;
        margin-top: 15px;
    }
        .loginCon .lineStyle input {
            width: 90%;
            height: 75%;
            background-color: #4688AB;
            border: none;
            margin: 8px 0px 0px 13px;
            color: #6BD1FA;
            text-indent: 60px;
            padding-top: 3px;
        }
        *:focus{outline:none;}
.loginCon .lineStyle span {
    position: absolute;
    color: #0acfe8;
    font-size: 13px;
}
.loginCon .lineStyle .nameTitle {
    top: 35px;
    left: 30px;
}
.loginCon .lineStyle .passwordTitle {
    top: 105px;
    left: 30px;
}
.bottomStyle {
    width: 84%;
    height: 50px;
    margin-top: 25px;
   position:relative;
}
    .bottomStyle i {
        display: block;
        width: 20px;
        height: 20px;
        background-image: url('../images/check.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        margin: 10px 0px 0px 60px;
    }
    .bottomStyle span {
        color: #FFF;
        font-size: 12px;
        margin: 10px 0px 0px 8px;
    }
    .bottomStyle .submit {
        display: block;
        width: 100px;
        height: 35px;
        border: 1px solid #C29700;
        background-color: #FDCA0F;
        border-radius: 5px;
        color: #B36D00;
        text-align: center;
        line-height: 35px;
        float: right;
    }
        .bottomStyle i, .bottomStyle span {
            float: left;
        }
.containBox{width:1200px; margin:0px auto;position:relative;}
@media only screen and (max-width:1400px) {
    .loginBox {
        left: 32%;
    }
}
@media only screen and (max-width:1366px) {
    .loginBox {
        left: 35%;
        top: 10%;
    }
}
@media only screen and (max-width:1200px) {
    .loginBox {
        left: 30%;
        top: 25%;
    }
}
@media only screen and (max-width:768px) {
    .loginBox {
        left: 22%;
        top: 25%;
    }
}
    @media only screen and (max-width:765px) {
        .loginLogo {
            display: none;
        }
        .moblidHide {
            display: none;
        }

        .loginBox {
            width: 100%;
            height: 445px;
            background-image: url(../images/loginBox.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            position: fixed;
            z-index: 999;
            top: 10%;
            left: 0%;
        }

        .loginContont {
            width: 95%;
            height: 95%;
            background-image: url(../images/loginBoxCont.png);
            background-size: 100% 100%;
            margin: 10px auto;
            opacity: 0.45;
            position: relative;
        }

        .bottomStyle i {
            display: block;
            width: 20px;
            height: 20px;
            background-image: url(../images/check.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            margin: 10px 0px 0px 10px;
        }

        .loginCon {
            width: 75%;
            position: absolute;
            left: 15%;
            top: 15%;
        }

            .loginCon .lineStyle {
                background-image: url(../images/loginInput.png);
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100% 100%;
                width: 95%;
                height: 55px;
                margin-top: 15px;
            }

        .loginBox .solidLeft {
            left: 10px;
        }

        .loginBox .solidRight {
            right: 10px;
        }
    }

    footer {
        color: #FFF;
        text-align: center;
        position: fixed;
        bottom: 0px;
        height: 30px;
        width: 100%;
        line-height: 30px;
        font-size: 12px;
    }
.loginLogo {
    position: fixed;
    left: 10%;
    width: 400px;
    top: 5%;
    z-index: 999;
}
.loginLogo {
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important;
}
footer {
    -webkit-animation-delay: 3s !important;
    animation-delay: 3s !important;
}
.inpuCheck1, .inpuCheck2 {
    height: 60px;
    position: absolute;
    display: none;
    transition: all 2s;
    -moz-transition: all 2s; /* Firefox 4 */
    -webkit-transition: all 2s; /* Safari 和 Chrome */
    -o-transition: all 2s; /* Opera */
}
.inpuCheck1 {
    left: -5%;
}
.loginCon .lineStyle:nth-child(1) .inpuCheck2 {
    right: 10%;
    top: 5%;
}
.loginCon .lineStyle:nth-child(2) .inpuCheck2 {
    top: 30%;
    right: 10%;
}
.submit:hover {
    background-color: #fbd95d;
    cursor:pointer;
}
.error {
    font-size: 12px;
    color: #27C586;
    display: -webkit-box;
    clear: both;
    margin-left: 10px;
    margin-top: 3px;
}
.checkBox{cursor:pointer;}
#wait {
     color: #FFF;
     width: 80%;
     text-align: center;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 0px 12px;
 }
.loadLogin {
    margin: 5px 14px -6px 0px;
    width: 20px;
}
/*验证码*/

/*验证码*/
#wait {
    color: #FFF;
    width: 80%;
    text-align: center;
}
#embed-captcha .geetest_holder{    width:85%!important;
    width: 80%!important;
    margin-top: 20px;
    position: absolute!important;
    top: 142px!important;
    left: 8px;
}
.geetest_holder.geetest_wind .geetest_radar_btn {
    left: 0;
    background-color: #4688AB;
}

.geetest_holder.geetest_wind .geetest_radar_btn, .geetest_holder.geetest_wind .geetest_success_btn{border:none!important;border-radius: 60px!important;    background: #4688ab!important;}
.geetest_holder.geetest_wind .geetest_radar_btn {
    background-image:none!important;
    background-color: #4688AB!important;
}
.geetest_holder.geetest_wind .geetest_radar_btn:hover {
    background-image:none!important;
    background-color: #4688AB!important;
}
.geetest_holder.geetest_wind .geetest_radar .geetest_sector {
    box-shadow: inset 0 0 0 0px #4688AB!important;
}
#embed-captcha .geetest_radar_tip_content{color:#fff;}
.loadLogin {
    margin: 6px 14px -6px 0px;
    width: 20px;
}
.geetest_holder.geetest_wind {

    min-width:inherit!important;

}
@media only screen and (max-width:778px){ #embed-captcha .geetest_holder{width: 100%!important;
    margin-top: 20px;}
    .geetest_holder.geetest_wind .geetest_btn {
        width: 88%!important;
    }
}
.geetest_logo,.geetest_success_logo{display: none!important;}
.geetest_holder.geetest_wind .geetest_success_btn .geetest_success_box .geetest_success_show {
    background-color: #4688ab!important;
}