.ot-login {
    position: relative;
}

@keyframes opacity {
    from {
        opacity: 0;
        top: 80px;
    }
    to {
        opacity: 1;
        top: 50px;
    }
}
.login-wid {
    position: relative;
    padding: 20px 30px;
    width: 304px;
    border-radius: 2px;
    border: 1px solid rgb(235, 235, 235);
}
.login-wid h1 {
    font-size: 20px;
    padding: 20px 0 30px;
    text-align: center;
}
.login-input {
    padding-top: 10px;
}
.login-input input {
    margin: 10px 0;
    height: 30px;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(235, 235, 235);
    outline: none;
}
.login-input div input {
    height: auto;
    margin-top: 20px;
    width: auto;
    border: 1px slid rgb(235, 235, 235);
}
.login-input div span {
    font-size: 14px;
}
.login-btn {
    position: relative;
    padding-top: 40px;
}
.login-btn button {
    padding: 14px;
    cursor: pointer;
    background: rgb(244, 13, 13);
    width: 100%;
    color: white;
    border-radius: 50px;
    border: none;
}
.login-btn a {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-top: 30px;
    color: black;
}
.login-text {
    font-size: 13px;
    text-align: center;
    padding-top: 30px;
    font-weight: 500;
}
.login-text p:first-child {
    padding-bottom: 10px;
    font-weight: 600;
}


.login-list {
    position: relative;
    width: 304px;
    border-radius: 2px;
    border: 1px solid rgb(235, 235, 235);
}
.login-name {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: rgb(250, 250, 250);
    border-bottom: 1px solid rgb(235, 235, 235);
}
.login-image {
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.login-name-p {
    flex: 1;
}
.login-name .login-name-p h1 {
    float: none;
    padding: 0;
    font-size: 20px;
    padding-bottom: 4px;
}
.login-name-p p {
    font-size: 13px;
    font-weight: 500;
}
.logoin-listt {
    padding: 0 20px;
}
.logoin-listt a {
    display: block;
    font-weight: 600;
    color: rgb(34, 34, 34);
    padding: 16px 0;
    font-size: 14px;
    border-bottom: 1px solid rgb(235, 235, 235);
}
.logoin-listt button {
    text-align: left;
    width: 100%;
    padding: 16px 0;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.lo-bt-cg {
    padding-top: 20px;
}
.lo-bt-cg button:last-child {
    margin-top: 20px;
    background-color: white;
    border: 1px solid rgb(235, 235, 235);
    color: rgb(34, 34, 34);
}
.login-wid h3 {
    padding: 30px 0;
}
.login-img-cg {
    position: relative;
    display: flex;
    /* margin: 30px 0; */
    /* justify-content: center; */
    align-items: center;
}
.login-img-cg input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}
.login-img-cg img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.login-img-cg p {
    padding-left: 10px;
}


.oot-register {
    position: relative;
    padding: 20px 0;
    background-color: #fafafa;
}
.regi-width {
    margin: 0 auto;
    padding: 0 60px 40px;
    background: white;
    width: 410px;
}
.regi-int-a {
    position: relative;
    padding-top: 60px;
}
.regi-int-a h4,
.regi-int-b h4,
.regi-int-c h4 {
    font-size: 15px;
    padding: 10px 0;
}
.int-a-a,
.int-a-b {
    padding: 10px 0;
}
.int-a-a input,
.int-a-b input,
.regi-int-b input,
.int-b-a input {
    width: 100%;
    height: 40px;
    outline: none;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.m-sex-wrap {
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 14px;
}

.m-sex-wrap input {
    display: none;
}

.m-sex-wrap label {
    height: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-left: 20px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    background-image: url("../image/icon-check.png");
}

.m-sex-wrap input:checked + label {
    background-image: url("../image/icon-check-active.png");
}

.oot-register {
    background: #fafafa;
    padding: 40px 0 40px 0;
}

.oot-register h4 {
    font-weight: bold;
}

.int-a-a p,
.int-b-a p,
.int-b-b p,
.int-c-b p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 8px;
    color: rgb(112, 112, 112);
}
.regi-int-b,
.regi-int-c {
    padding: 20px 0;
}
.regi-int-b h4 {
    padding-bottom: 20px;
}
.int-c-a {
    padding: 20px 0;
}
.int-c-a h5,
.int-c-b h5 {
    padding-bottom: 6px;
}
.int-c-a span,
.int-c-b span {
    font-size: 14px;
    padding-left: 4px;
    vertical-align: top;
}
.regi-int-d {
    position: relative;
    padding: 10px 0;
}
.regi-int-d button {
    width: 100%;
    background: rgb(244, 13, 13);
    border: none;
    border-radius: 46px;
    padding: 14px 0;
    color: white;
    margin: 8px 0;
    cursor: pointer;
    font-weight: bold;
}
.regi-int-d button:last-child {
    background: white;
    border: 1px solid rgb(235, 235, 235);
    color: rgb(34, 34, 34);
}


.regi-cg {
    padding: 30px 0;
    position: relative;
    text-align: center;
}
.regi-cg-tt {
    text-align: center;
}
.regi-cg-tt h1 {
    padding-bottom: 20px;
}
.regi-cg-tt a {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-radius: 50px;
    border: 1px solid rgb(235, 235, 235);
    color: rgb(34, 34, 34);
    font-weight: bold;
}
.oot-re-height {
    min-height: 560px;
}

/* my book */
.my-book {
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 30px 0 0;
}
.my-book::after {
    content: "";
    display: block;
    clear: both;
}
.my-book button {
    font-weight: bold;
    font-size: 15px;
    background: none;
    border: none;
    margin-right: 20px;
    cursor: pointer;
}

.my-book button:last-child {
    position: absolute;
    right: 0;
    top: 34px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    margin-right: 0;
}
.my-book button:last-child svg {
    margin-right: 8px;
}
.my-bk-on {
    position: relative;
}
.my-bk-dt {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 22px;
}
.my-bk-dt span {
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}
.my-bk-dt p {
    padding-right: 24px;
    font-weight: 500;
}
.my-bk-dt p font {
    color: rgb(244, 13, 13);
    font-weight: bold;
}
.my-bk-dt span:nth-child(2) {
    padding: 10px 20px;
    background-color: rgb(244, 13, 13);
    color: white;
    margin-right: 10px;
    border-radius: 50px;
}
.my-bk-dt span:nth-child(3) {
    padding: 10px 20px;
    border: 1px solid rgb(235, 235, 235);
    color: rgb(34, 34, 34);
    background: white;
    border-radius: 50px;
}
.lt-tp-tt {
    position: relative;
}
.lt-tp-tt input {
    position: absolute;
    right: -9px;
    top: 0;
}
.lt-tp-tt p:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 130px;
}
.lt-tp-tt p:nth-child(2) {
    font-size: 13px;
}

.m-login-menu {
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    padding-left: 40px;
    font-size: 15px;
    background-position: 4px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.m-login-menu-user {
    background-image: url("../image/icon-login-user.svg");
}

.m-login-menu-book {
    background-image: url("../image/icon-login-book.svg");
}

.m-login-menu-exit {
    background-image: url("../image/icon-login-exit.svg");
    border-bottom: none;
}

@media screen and (max-width: 980px) {
    .my-bk-dt {
        position: relative;
        top: 10px;
    }
    .m-login-success .regi-cg img {
        width: 20vw;
        height: 20vw;
    }

    .my-book button {
        margin-right: 16px;
        font-size: 14px;
    }

    .m-login-success .regi-cg-tt h1 {
        font-size: 18px;
    }

    .m-login-success .regi-cg-tt a {
        width: 60vw;
        height: 14vw;
        display: block;
        margin: 0 auto;
        padding: 0;
        line-height: 14vw;
    }

    .menu-wrap {
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        left: 0;
        width: 82vw;
        background-color: #fff;
        display: none;
        animation: menuShow 0.4s;
    }

    .regi-width {
        width: 100%;
    }

    .oot-register {
        padding: 3vw;
    }

    .regi-int-a {
        padding-top: 4vw;
    }

    .login-wid {
        margin-top: 20px;
        border: none;
        padding: 0 22px;
    }
    .login-wid > .lg-wd-hl {
        padding-left: 0;
        font-size: 24px;
    }

    .login-name {
        padding: 4vw 2vw;
    }
    .login-list {
        width: 100%;
        border: none;
    }
    .login-input input {
        height: 70px;
        font-size: 20px;
    }
    .login-image {
        width: 14vw;
        height: 14vw;
        margin-right: 4vw;
    }
    .login-name .login-name-p h1 {
        font-size: 16px;
        margin-left: 0;
    }
    .login-btn button {
        font-size: 18px;
        font-weight: 600;
    }
    .menuShow {
        display: block;
        animation: menuShow 0.4s;
    }

    @keyframes menuShow {
        from {
            transform: translateX(-100%);
        }
        to {
            transform: translateX(0);
        }
    }
}

@media screen and (min-width: 981px) {
    .menu-wrap {
        display: none;
        z-index: 9;
        position: absolute;
        width: 304px;
        right: 0;
        top: 50px;
        background-color: #fff;
    }
    .menuShow {
        display: block;
        animation: opacity 0.4s;
    }
}

@media screen and (max-width: 980px) {
    .m-media-menu-wrap {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }
}
