.loginBtn>span {
    padding: 0 10px;
}

.loginBtn>div {
    width: 2px;
    height: 15px;
    background: #fff;
}

.z_index99_login {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
    background: rgb(10, 10, 10, 0.8);
    display: none;
}

.modal {
    display: none;
    width: 400px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 0 white inset;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #000;
    background-image: linear-gradient(#3d464b, #3d464b);
    color: #fff;
}

.modal>div {
    width: 100%;
}

.modal_title {
    background: #1a2224;
    font-size: 16px;
}

.modal_title>span {
    padding: 13px 0 13px 70px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}

.modal_title>div {
    padding: 12px 18px 16px 18px;
    opacity: .8;
}

.loginDel {
    width: 50px;
    height: 100%;
}

.loginDel img {
    width: 20px;
    height: 20px;
}

.modal_content {
    padding: 40px;
    box-sizing: border-box;
}

.modal_content>img {
    width: 200px;
    height: 200px;
}

.modal_content>div {
    width: 100%;
}

.modal_content>div:nth-child(1) {
    color: #aaa;
}

.modal_content>input {
    margin-top: 20px;
    width: 100%;
    height: 30px;
    background: none;
    border: 1px solid rgb(121, 121, 121);
    color: #fff;
}

.modal_content_btn_login {
    height: 50px;
    border-radius: 5px;
    margin-top: 20px;
    background: #01f186;
    color: #2c3437;
}

.modal_open {
    display: block !important;
}
