/*
 * @Author: yinpengfei
 * @Date: 2020-06-11 09:14:14
 * @Last Modified by: yinpengfei
 * @Last Modified time: 2020-06-11 17:09:32
 */
body, .tooltip {
    font-family: proxima-nova,"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    background: #F4F6F9;

}
body::-webkit-scrollbar{
    display: none;
}
 a{
     color: black;
 }
 a:hover{
     text-decoration: none;
     color: black;
 }
 .mb-3, .my-3 {
    margin-bottom: 1.6rem !important;
}
.login-top {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
}

.head {
    width: 880px;
    height: 80px;
    margin-left:15%;
}

.head img {
    max-width: 200px;
    height: 55px;
    margin-top: 17px;
    margin-left: 50px;
}

.head span {
    display: block;
    float: right;
    width: 380px;
    height: 80px;
    line-height: 80px;
    margin-right: 28%;
    font-size: 1.2rem;
    font-weight: 700;
    color: #004ea2;
}
.head span h1{
    display: block;
    padding: 0;
    float: left;
    height: 80px;
    line-height: 72px;
    padding: 0px 3px;
    font-size: 3rem;
}

.login-box {
    margin-top: 58px;
    width: 100%;
    height: 600px;
    background-color: #004ea2;
}

.tree {
    position: relative;
    width: 300px;
    top: 468px;
    left: 120px;
}

.tree img {
    width: 300px;
    height: 132px;
}

.slogan {
    position: relative;
    width: 500px;
    left: 200px;
    font-size: 4.5rem;
    color: white;
    letter-spacing: 10px;
    animation: slogan 1s;
    -webkit-animation: slogan 1s;
    /* Safari and Chrome */
}

@keyframes slogan {
    0% {
        left: -40%;
        top: 0px;
        opacity: 0;
    }

    100% {
        left: 200px;
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes slogan

/* Safari and Chrome */
    {
    0% {
        left: 40%;
        top: 0px;
        opacity: 0;
    }

    100% {
        left: 40%;
        top: -280px;
        opacity: 1;
    }
}

.yellow {
    color: #fdef34;
}

.earth {
    position: relative;
    width: 400px;
    height: 350px;
    top: -280px;
    left: 40%;
    animation: earth 1s;
    -webkit-animation: earth 1s;
    /* Safari and Chrome */
}

@keyframes earth {
    0% {
        left: 40%;
        top: 0px;
    }

    100% {
        left: 40%;
        top: -280px;
    }
}

@-webkit-keyframes earth

/* Safari and Chrome */
    {
    0% {
        left: 40%;
        top: 0px;
    }

    100% {
        left: 40%;
        top: -280px;
    }
}

.earth img {
    width: 400px;
    height: 350px;
}

.login {
    position: absolute;
    width: 400px;
    height: 350px;
    top: 190px;
    right: 10%;
    border-radius: 5px;
    background-color: white;
    /*box-shadow: 3px 3px 10px 2px #0b9243;*/
    /*animation: login 1s;*/
    /*-webkit-animation: login 1s;*/
    display: block;

    /* Safari and Chrome */
}
.login-card-body{
    border-radius: 2px;
}
@keyframes login {
    0% {
        right: 0%;
        top: 140px;
    }

    100% {
        right: 12%;
        top: 140px;
    }
}

@-webkit-keyframes login

/* Safari and Chrome */
    {
    0% {
        right: 0%;
        top: 140px;
    }

    100% {
        right: 12%;
        top: 140px;
    }
}

.login-footer {
    width: 100%;
    height: 200px;
    box-shadow: 0 -10px 10px -10px #888;
}

.login-nav {
    width: 50%;
    height: 30px;
    margin: 50px auto;
}

.login-nav .foot {
    margin-top: 10px;
}

.login-nav ul {
    width: 100%;
    height: 25px;
    margin: 0 auto;
    padding: 0px;
    display: block;
    list-style: none;
}

.border {
    width: 3px;
    height: 19px;
    float: right;
    margin: 3px 5px;
    background-color: black;
}

.login-nav ul li {
    display: block;
    /*float: left;*/
    font-weight:400;
    line-height: 25px;
}

.login-logo {
    width: 130px;
    height: 60px;
    margin: 20px auto;
}

.login-logo img {
    height: 60px;
}

.login-other {
    width: 70%;
    height: 40px;
    margin: 20px auto;
}

.login-other div:first-child {
    padding-left: 12px;
}

.login-other div {
    padding: 5px 5px;
    float: left;
}

.login-other div img {
    height: 30px;
}

.login-form {
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
}



.btn-success {
    background-color: #10c35b;
}

.btn-success:hover {
    background-color: #0da74d;
}

.hr {
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: #888;
}

.hr span {
    display: block;
    position: absolute;
    top: 146px;
    left: 45%;
    background-color: white;
    width: 30px;
    height: 20px;
    text-align: center;
    color: #888;
}

.login-regist {
    width: 70%;
    margin: 30px auto;
    text-align: right;
    font-size: 0.9rem;
    color: #888;
}

.login-regist span {
    color: #10c55c;
    font-size: 1rem;
    cursor: pointer;
}

.move {
    position: relative;
    width: 400px;
    height: 350px;
    top: -240px;
    left: 40%;
    /*animation-name: move;*/
    /*animation-duration: 1s;*/
    /*animation-timing-function: linear;*/
    /*animation-iteration-count: infinite;*/
    /*animation-direction: alternate;*/
    /*!*animation-play-state: running;*!*/
    /*!* Safari and Chrome: *!*/
    /*!*-webkit-animation-name: move;*!*/
    /*-webkit-animation-duration: 1s;*/
    /*-webkit-animation-timing-function: linear;*/
    /*-webkit-animation-iteration-count: infinite;*/
    /*-webkit-animation-direction: alternate;*/
    /*-webkit-animation-play-state: running;*/
}

@keyframes move {
    0% {
        left: 40%;
        top: -280px;
    }

    100% {
        left: 40%;
        top: -270px;
    }
}

@-webkit-keyframes move

/* Safari and Chrome */
    {
    0% {
        left: 40%;
        top: -280px;
    }

    100% {
        left: 40%;
        top: -270px;
    }
}

/* 注册 */
.input-group-text{
    cursor: pointer;
}
.regist {
    position: absolute;
    width: 400px;
    height: 460px;
    top: 140px;
    right: 12%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 3px 3px 10px 2px #0b9243;
    animation: regist 1s;
    -webkit-animation: login 1s;
    display: none;
    /* Safari and Chrome */
}

.regist-title{
    width: 100%;
    height: 40px;
    font-size: 1.5rem;
    padding-left: 10px;
    margin-top: 30px;
    line-height: 40px;
    font-weight: 400;
    border-left: 5px solid #0b9243;
}
.regist-title span{
    float: right;
    margin-right: 15%;
}

@keyframes regist {
    0% {
        right: 0%;
        top: 140px;
    }

    100% {
        right: 12%;
        top: 140px;
    }
}

@-webkit-keyframes regist

/* Safari and Chrome */
    {
    0% {
        right: 0%;
        top: 140px;
    }

    100% {
        right: 12%;
        top: 140px;
    }
}

.login-login {
    position: absolute;
    bottom: 30px;
    right: 15%;
    width: 70%;
    text-align: right;
    font-size: 0.9rem;
    color: #888;
}

#ToLogin {
    color: #10c55c;
    font-size: 1rem;
    cursor: pointer;
}
#otherLogin{
    float: left;
    cursor: pointer;
}
#phoneLogin{
    float: left;
    cursor: pointer;
    display: none;
}
.regist-form {
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
    display: block;
}
.phone-form {
    width: 70%;
    margin: 20px auto;
    padding-top: 20px;
    display: block;
}
.otherLogin{
    width: 70%;
    margin: 30px auto;
    display: none;
}
.qq{
    width: 50%;
    padding-left: 10%;
    padding-top: 20%;
    float: left;

}
.wx{
    width: 50%;
    padding-left: 10%;
    padding-top: 20%;
    float: left;
}
.qq img{
    width: 80%;
}
.wx img{
    width: 80%;
}


/* 验证弹框 */
.box {
    margin: 0 auto;
    position: absolute;
    left: 49.5%;
    top: 40%;
    height: 420px;
    width: 300px;
    margin-left: -150px;
    margin-top: -210px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 25px;
    z-index: 99;
 }

 .box-bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1080px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
 }

 .top-s {
    font-size: 12px;
    color: #ccc;
    display: block;
    text-align: center;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 5px;
 }

 .top-x {
    font-size: 18px;
    color: black;
    display: block;
    text-align: center;
    margin-bottom: 45px;
 }

 .cuo {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
 } .form-control-feedback {
       width: 42px;
       height: 42px;
       line-height: 42px;
       color: #777;
   }
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-control-radius0{
    border-radius: 0;
    border:1px solid #f0ecec;

}

.btn-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


.btn-primary {
    color: #fff;
    background-color: #004ea2;
    border-color: #004ea2;
}

.login_container{
    width: 100%;
    height: 600px;
    background: url(/static/image/login_bg.png) center/cover no-repeat;
}
.form-control {
    font-size: 12px;
}
.btn {
    font-size: 12px;
}

/*bootstrap聚焦样式start*/
.form-control:not(:disabled):not(.disabled):not(:read-only):not(.read-only):focus, select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(130 138 145 / 50%);
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(72 180 97 / 50%);
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(225 83 97 / 50%);
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(222 170 12 / 50%);
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(58 176 195 / 50%);
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(216 217 219 / 50%);
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(82 88 93 / 50%);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
/*bootstrap聚焦样式end*/
