.book-check-border{
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    background-color: #11232de1;
    z-index: 1031;
    display: none;
}
.book-check-data{
    display: none;
}
.book-notice-border{
    display: block;
}
.book-notice-title{
    margin-top:15px;
    color:#11232d;
    font-size: 32px;
    font-family: 'Noto Sans TC', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.book-notice-data p{
    font-family: 'Noto Sans TC', sans-serif;
    margin-bottom: 8px;
}
.book-notice-button{
    color:#ffc440;
    background-color: #11232d;
    text-align: center;
    font-size: 20px;
    font-family: 'Noto Sans TC', sans-serif;
    padding:5px 5px 5px 55px;
    border-radius: 5px;
    letter-spacing: 50px;
    margin-top:30px;
    margin-bottom:10px;
    cursor: pointer;
}
.book-check-main{
    border-radius: 5px;
    position: absolute;
    width: 320px;
    left: 50%;
    margin-left:-160px;
    top:5%;
    background-color: #ffc440;
    padding:50px 5px 5px 5px;
    max-height: 90%;
    overflow-y: auto;
}
.book-check-data-navbar{
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    background-color: #11232d;
    color:#ffc440;
    display: flex;
    height: 45px;
}
.book-check-data-navbar-title{
    padding-left:15px;
    font-size: 20px;
    padding-top:8px;
    font-weight: 600;
    letter-spacing: 2px;
}
.book-check-data-navbar-close{
    position: absolute;
    right:10px;
    top:10px;
    width: 25px;
    height: 25px;
    background-color: #ffc440;
}
.book-check-data-navbar-close::after{
    content: "";
    position: absolute;
    right:1px;
    top:1px;
    width: 23px;
    height: 23px;
    background-color: #11232d;
    clip-path: polygon(5% 0, 0 5%, 45% 49%, 0 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0, 50% 45%);
}
.book-check-data-title{
    position: relative;
    align-items: center; /* 垂直居中内容 */
    color:#ffc440;
    font-size: 9px;
    font-weight: 900;
    width: 100%;
    letter-spacing: 3px;
}
.book-check-data-title span {
    position: relative;
    padding: 5px 10px; /* 标题与线之间的空间 */
    background: #11232d; /* 确保文字背景覆盖线条 */
    margin: 0; /* 移除默认的 margin */
    color: #ffc440; /* 文字颜色 */
    border-left:#ffc440 solid 5px;
    border-right:#ffc440 solid 5px;
}
.book-check-data-title::before{
    content: '';
    position: absolute;
    width: 80%;
    flex-grow: 1; /* 使伪元素占据可用空间 */
    background: #333333; /* 线条颜色 */
    height: 2px; /* 线条高度 */
    left:10%;    
    top:50%;
}
.book-check-data-detail{
    width: 100%;
    font-size: 36px;
    font-weight: 900;
    color:#11232d;
    font-family: 'Noto Sans TC', sans-serif;
    margin-bottom: 20px;
    overflow: auto;
	transform:skew(-10deg);
    letter-spacing: -2px;
}
.book-check-data-detail-two-line{
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-weight: 900;
    color:#11232d;
    font-family: 'Noto Sans TC', sans-serif;
    margin-bottom: 20px;
    overflow: auto;
	transform:skew(-10deg);
    letter-spacing: -2px;
}
.book-check-data-detail-line-auto{
    font-size: 16px; 
}
.book-check-data-detail-line{
    font-size: 30px; 

}
.book-check-data-border{
    overflow: hidden;
}
.book-check-data-foot{
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 38px;
    background-color: #11232d;
    color:#ffc440;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 7px;
    cursor: pointer;
}
.book-check-data-navbar-close{
    cursor: pointer;
}

.book-check-finish{
    text-align: center;
    display: none;
}
.checkmark-circle {
    margin-top:50px;
    width: 75px;
    height: 75px;
    border: #11232d solid 5px; /* 橙色背景 */
    border-radius: 50%; /* 圆形 */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 120px;
}
.checkmark {
    width: 40px;
    height: 20px;
    border-top: 6px solid #11232d; /* 勾的下部分 */
    border-right:6px solid #11232d; /* 勾的右部分 */
    transform: rotate(-225deg); /* 旋转勾的角度 */
    margin-bottom: 5px; /* 调整勾的位置 */
}
.checkmark-lab{
    font-size: 40px;
    font-weight: 900;
    color:#11232d;
    font-family: 'Noto Sans TC', sans-serif;
    transform:skew(-10deg);
    margin-bottom: 50px;
}
.book-check-finish-location{
    margin-top: 5px;
    width: 100%;
    font-size: 36px;
    font-weight: 900;
    color:#11232d;
    font-family: 'Noto Sans TC', sans-serif;
    overflow: auto;
    transform:skew(-10deg);
    letter-spacing: -2px;
}
.book-check-finish-location-address{
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 22px;
    margin-top: 5px;
}
.book-check-finish-into-story-border{
    width: 100%;
    margin-top:20px;
    margin-bottom: 30px;
}
.book-check-finish-into-story{
    background-color: #11232d;
    color:#ffc440;
    width:180px;
    height:35px;
    font-size: 20px;
    padding-top: 4px;
    border-radius: 5px;
    font-weight: 900;
    cursor: pointer;
}
.book-notion{
    margin-top:0px;
    font-weight: bold;
    font-size: 20px;
    color:#fff;
    border: #a71e1e solid 2px;
    background-color: #a71e1e;
    margin-bottom: 20px;
}