body {
    margin: 0;
    padding: 0;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0069d9;
}

.btn-disabled,
.btn-disabled:hover {
    border-color: #eee !important;
    background-color: #fbfbfb !important;
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
    opacity: 1;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0069d9;
    text-decoration: underline #0069d9;
}

/* .p-3 {
    padding: 1rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.bg-white {
    background-color: #fff !important;
} */

body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#conBox {
    display: flex;
    width: 100vw;
    height: 100vh;
}

.bodyL {
    width: 58vw;
    height: 100vh;
    overflow: hidden;
}

.bodyLtit {
    font-size: 40px;
    color: white;
    margin-top: 16vh;
    margin-left: 5vw;
    position: absolute;
}

.bodyL img {
    height: 100vh;
    width: 58vw;
}

.bodyR {
    flex: 1;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.bodyR_head {
    display: flex;
    justify-content: flex-end;
}

#logo {
    width: auto;
    height: 55px;
    margin-top: 15px;
    margin-right: 60px;
}

.login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
}

.login--icon {
    display: inline-block;
    width: 450px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 17%);
    padding: 30px 0;
}

@keyframes box-spin {

    form {
        transform: rotate(0deg);
    }

    to {
        transform: rotateY(180deg);
    }
}

@media (prefers-reduced-motion:no-preference) {
    .boxFanzhuan {
        /* ease 规定慢速开始，然后变快，然后慢速结束的过渡效果（cubic-bezier(0.25,0.1,0.25,1)）。 */
        animation: box-spin 1 0.5s ease;
    }
}

.login--icon__top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333333;
}

.top {
    width: 24px;
    height: 24px;
    margin-left: 30%;
    vertical-align: middle;
}

.icon-top {
    margin-left: 25px;
}

.icon--right {
    display: inline-block;
    /*padding-top: 10px;*/
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 80px;
}

.login_h,
.login_b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login_h {
    margin-bottom: 30px;
}

.login_h>div {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 24px;
    color: #333;
}

.login_b>div {
    width: 80%;
}

.hang {
    display: flex;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    height: 60px;
    margin: 20px auto;
}

.left {
    width: 80px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left img {
    width: auto;
    height: 21px;
}

.num {
    width: 100%;
    font-size: 18px;
    border: none;
    outline: none;
}

.icon-right {
    width: 100%;
    height: 100%;
    font-size: 18px;
    border: none;
    outline: none;
}

.gain {
    width: 142px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background-color: #0069d9;
    margin-left: 2%;
    border-radius: 5px;
    border: none;
}

#denglu1 {
    /* display: none; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

#denglu2 {
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
}

#denglu3 {
    /* display: flex; */
    display: none;
    flex-direction: column;
    align-items: center;
}

.register {
    cursor: pointer;
    width: 80%;
    margin-left: 10%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    border-radius: 3px;
}

.forget_box,
.return_box {
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;

    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forget1,
.forget2,
.return {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #007bff;
    font-size: 14px;
}

.forget1:hover,
.forget2:hover,
.return:hover {
    color: #0069d9;
    text-decoration: underline #0069d9;
}

#yzmjpg {
    width: 100px;
    margin-left: 13px;
    cursor: pointer;
    height: 60px;
    display: flex;
    align-items: center;
}

.yzm_box {
    width: 100%;
    /* position: relative; */
    display: flex;
    align-items: center;

}

#yzmjpg>img {
    height: 26px;
}

/* 遮罩层-重置页面 */
.popup {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, .6);
}

.resetBlock {
    width: 100%;
    height: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    display: none;
}

.reset {
    display: inline-block;
    width: 450px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 17%);
    padding: 30px 0;
}

#wjmm {
    /* display: flex; */
    display: none;
}

#wjmm2 {
    display: none;
    /* display: flex; */
}

.resets {
    padding: 30px 0
}

.reset-reset {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: 30px;
    margin: 10px 0 0 0;

}

.reset .num {
    width: 100%;
    height: 58px;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 13px;
}

.reset .icon-right {
    width: 66%;
    height: 30px;
    padding-left: 10px;
    font-size: 13px;
}

.reset .gains {
    cursor: pointer;
    display: inline-block;
    width: 32%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background-color: #0069d9;
    margin-left: 2%;
    border-radius: 5px;
    border: none;
}

.confirm,
.sendConfirm {
    cursor: pointer;
    width: 80%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: 10px 0 10px 10%;
    border: 1px solid transparent;
    border-radius: 3px;
}

.returnBox span {
    font-size: 12px;
    margin-left: 80%;
    width: 50px;
    color: rgb(134, 134, 134);
    cursor: pointer;
    text-decoration: underline;
}

.returnBox span:hover {
    color: #333;
}

.bottom {
    display: flex;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    text-align: center;
    color: darkgrey;
}

a {
    padding-left: 5px;
    font-size: 14px;
}