        
        .search-view,.history-view{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #212a3c;
    height: 100%;
    right: -100%; 
    opacity: 0; 
    transition: transform 0.5s ease, opacity 0.5s ease; 
        overflow-y: auto;
}
        
        
        .search-view.show,.history-view.show {
    transform: translateX(-100%);
    opacity: 1; 
}
        
        .close-search,.close-history{
    display: inline-block;
    width: 1.9rem;
    height: 1.9rem;
    vertical-align: middle;
    background: url(/static/images/close.png) no-repeat center center;
    background-size: contain;
    margin: .7rem;
}
        
        
        
        .search-head,.history-head {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 可选：垂直居中对齐 */
    width: 100%;
    height: 2.9rem; /* 设置容器高度 */
    border-bottom: 1px solid #ebebeb;
    position: sticky;
    top: 0;
    z-index: 6;
    background-color: #fff;
}


.btn-search{
    background-color: transparent;
    border: none;
    font-size: 15px;
    color: #ff7830;
    margin: .7rem;
}

.history-box,.collec-box {
    background-color: #212a3c;
}

.middle-element {
    flex-grow: 1; /* 第二个元素占据剩余空间 */
    padding: 10px;
    background-color: #008CBA;
    color: white;
}
    .search-box,.history-title{
    flex-grow: 1;
}
        
.history-title {
    text-align: center;
        font-size: 20px;
}
        .search-box .search-input {
width: 100%;
    height: 2.1rem;
    padding-left: 2.2rem;
    border: 1px solid #ccc;
    border-radius: .46rem;
    font-size: 14px;
    background: url(/static/images/s2.png) no-repeat .66667rem center;
    background-size: 1rem;
}
        
        .hot-search {
    padding: 0 .62rem;
    display: flow-root
    
}

.title-tip {
    color: #b4b4b4;
    line-height: 2.9rem;
    font-size: 18px;
}
.hot-search-list a {
    float: left;
    padding: 0 .91rem;
    margin-right: .93rem;
    margin-bottom: .72rem;
    background: #f5f5f5;
    line-height: 2.14667rem;
    text-align: center;
    border-radius: .6667rem;
    font-size: 14px;
}

.hot-history {
    padding: 0 .62rem;
    display: flow-root
}


.ql-his{
    float: right;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    background: url(/static/images/ql.png) no-repeat center center;
    background-size: contain;
    margin: .7rem;
}


.dell-his{
    display: inline-block;
    width: 1.9rem;
    height: 1.9rem;
    vertical-align: middle;
    background: url(/static/images/ql.png) no-repeat center center;
    background-size: contain;
    margin: .7rem;
}




.his-list p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #3696dd;
    margin: .4rem .6rem;
}

.seacss{
    width: 100%;
    border-radius: 0;
    background-color: #fff;
        border-bottom: 0px;
}

.seacss .detail-title{
    
    color: #5aef40;
}

.seacss h3 {
    font-size: 20px;
}
.seacss h3 span{
    color: #e1720f;
}
.sea-nulls,.comment-nulls{
    text-align: center;
    padding: 3rem;
}

.comment-nulls{
    display: none;
}


.sea-nulls p,.comment-nulls p{
    color: #17cd38;
}

.sea-nulls img,.comment-nulls img{
    width: 50%;
    color: #46cee5;
    font-size: 22px;
}




.history-box li,.collec-box li  {
    padding: 15px 15px 0 138.5px;
    position: relative;
}
.history-box li .poster-box ,.collec-box li .poster-box {
    position: absolute;
    top: 15px;
    left: 15px;
}
.history-box li .cartoon-poster ,.collec-box li .cartoon-poster {
    border-radius: 3px;
    display: block;
    width: 108.5px;
    height: 152px;
    -o-object-fit: cover;
    object-fit: cover;
}
.history-box li  .cartoon-info,.collec-box li  .cartoon-info  {
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: center;    
}
.history-box li .cartoon-info .simple-info,.collec-box li .cartoon-info .simple-info {
    flex: 1;
    overflow: hidden;
}
.history-box li .cartoon-info .simple-info h2,.collec-box li .cartoon-info .simple-info h2 {
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.history-box li .cartoon-info .simple-info p ,.collec-box li .cartoon-info .simple-info p {
    width: 100%;
    font-size: 16px;
    line-height: 44px;
        color: hsla(0, 0%, 100%, .6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-box li .cartoon-info button ,.collec-box li .cartoon-info button {
    width: 80px;
    height: 32px;
}

.history-box li .cartoon-introduction,.collec-box li .cartoon-introduction  {
    min-height: 92px;
    padding: 0;

}
.history-box li .cartoon-introduction p,.collec-box li .cartoon-introduction p{
line-height: 44px;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-box li .cartoon-introduction p:nth-child(1),.collec-box li .cartoon-introduction p:nth-child(1) {
    color: #06e16d;        
}

.history-box li .cartoon-introduction p:nth-child(2),.collec-box li .cartoon-introduction p:nth-child(2)  {
    color: #0666e1;     
}

.but-keep {
              border: none;
              outline: none;
              color: rgb(255, 255, 255);
              background: #111;
              cursor: pointer;
              position: relative;
              z-index: 0;
              border-radius: 10px;
              user-select: none;
              -webkit-user-select: none;
              touch-action: manipulation;
            }
  
            .but-keep:before {
              content: "";
              background: linear-gradient(
                45deg,
                #ff0000,
                #ff7300,
                #fffb00,
                #48ff00,
                #00ffd5,
                #002bff,
                #7a00ff,
                #ff00c8,
                #ff0000
              );
              position: absolute;
              top: -2px;
              left: -2px;
              background-size: 400%;
              z-index: -1;
              filter: blur(5px);
              -webkit-filter: blur(5px);
              width: calc(100% + 4px);
              height: calc(100% + 4px);
              animation: glowing-button-85 20s linear infinite;
              transition: opacity 0.3s ease-in-out;
              border-radius: 10px;
            }
  
            @keyframes glowing-button-85 {
              0% {
                background-position: 0 0;
              }
              50% {
                background-position: 400% 0;
              }
              100% {
                background-position: 0 0;
              }
            }
  
            .but-keep:after {
              z-index: -1;
              content: "";
              position: absolute;
              width: 100%;
              height: 100%;
              background: #222;
              left: 0;
              top: 0;
              border-radius: 10px;
            }
            
            
            
            
       .container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #ffffff25;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
  border: 0.1px solid rgba(128, 128, 128, 0.178);
}

.left {
  width: 66%;
  height: 100%;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  left: 0;
  backdrop-filter: blur(20px);
  position: relative;
}

.form::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 40%;
  right: 1%;
  z-index: -1;
  background: radial-gradient(
    circle,
    rgb(194, 13, 170) 20%,
    rgb(26, 186, 235) 60%,

    rgb(26, 186, 235) 100%
  );
  filter: blur(70px);
  border-radius: 50%;
}

.right {
  width: 34%;
  height: 100%;
}

.img {
  width: 100%;
  height: 100%;
}

.container::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  right: -40%;
  background: rgb(157, 173, 203);
  background: radial-gradient(
    circle,
    rgba(157, 173, 203, 1) 61%,
    rgba(99, 122, 159, 1) 100%
  );
  border-radius: 50%;
  z-index: -1;
}

.input,
.log-btn,.req-btn {
  background: rgba(253, 253, 253, 0);
  outline: none;
  border: 1px solid rgba(255, 0, 0, 0);
  border-radius: 0.5rem;
  padding: 10px;
  margin: 10px auto;
  width: 80%;
  display: block;
  color: #425981;
  font-weight: 500;
  font-size: 1.1em;
}

.input-block {
  position: relative;
}

label {
  position: absolute;
  left: 15%;
  top: 37%;
  pointer-events: none;
  color: gray;
}

.forgot {
  display: block;
  margin: 5px 0 10px 0;
  margin-left: 35px;
  color: #5e7eb6;
  font-size: 0.9em;
}

.input:focus + label,
.input:valid + label {
  transform: translateY(-120%) scale(0.9);
  transition: all 0.4s;
}

.log-btn,.req-btn {
  background-color: #5e7eb6;
  color: white;
  font-size: medium;
  box-shadow: 2px 4px 8px rgba(70, 70, 70, 0.178);
}
/*
a {
  color: #5e7eb6;
}
*/
.input {
  box-shadow: inset 4px 4px 4px rgba(165, 163, 163, 0.315),
    4px 4px 4px rgba(218, 218, 218, 0.13);
}

.svgimg{
        display: flex;
    align-items: center;
    height: 100%;
}

.svgimg img{
width: 100%;
}


.req-p{
    text-align: right;
    margin-right: 1.6rem;
    color: #db6a25;
}
            .user-header {
    width: 100%;
    height: 6.2rem;
    background: url(/user/static/images/bg_me_top.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}


.c-btn{
    background-color: transparent;
    border: none;
    position: absolute;
    top: .7rem;
    right: .7rem;
    color: white;
        font-size: 16px;
}
.user-header-box{
    width: 100%;
    text-align: center;
}

.user-header-box img {
    width: 4.6rem;
        border-radius: 50%;
}
.user-header-avatar{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 5.3rem;
        padding-left: .6rem;
}

.user-det{
color: #fff;
    padding-left: .6rem;
}

.user-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 2.3rem;
        color: #5febd9;
}


.user-sj span{
    padding: 0 .33rem;
    color: #18ed2a;
}



.mine-account{
    width: 100%;
    background-color: #354259;
    box-sizing: border-box;
    padding-top: .9rem;
    margin-top: -.6667rem;
    border-radius: .67rem .67rem 0 0;
}



.account-nav {
    width: 100%;
    height: 2.0rem;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: .0003rem solid #bfaeae;
    border-radius: .59rem .59rem 0 0;
}


.account-nav li.active {
    color: #f32a2a;
    font-size: 20px;
    font-weight: 400;
}
.account-nav li {
    float: left;
    width: 50%;
    text-align: center;
    color: #48d8b5;
    font-size: 16px;
    font-weight: 700;
}

.account-nav .account-un {
position: absolute;
    left: 15.5%;
    margin-top: 1.8rem;
    width: 4.6rem;
    height: .21rem;
    background: #f32a2a;
    border-radius: .34rem;
}


.float-sign{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
        display: none;
}

 .sign-box{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 70vh;
    z-index: 55;
    background-color: white;
 }
 .close-sign,.close-xpl,.close-chappl{
display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    vertical-align: middle;
    background: url(/user/static/images/close.png) no-repeat center center;
    background-size: contain;
    margin: .7rem;
    position: fixed;
    top: 7vh;
    right: 0;
}
.close-chappl{
    z-index: 51;
    top: 12vh;
}
.close-xpl{
    bottom: 13rem;
        top: auto;
    z-index: 99;
}
.chap-comment{
display:none
}
.gender-container{
    margin: 0 auto;
    padding: 10px;
}

.gender-container span{
    padding: 0 20px;
}
 .sign-in,.sign-up{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto
}
.hide {
    display: none;
}
					    
					    .comment-head{
    text-align: center;
    margin: .6rem;
        color: #fff;

        font-size: 18px;
}
.comment-head p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cartoon-comment {
    display: none;
}
.comment-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem 0;
    border-top: 1px solid #515050;
}

.comment-user {
    width: 25%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.comment-user img{
    width: 4.3rem;
        height: 4.3rem;
    border-radius: 50%;
}

.comment-user p{
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.8rem;
    width: 5.5rem;
    text-align: center;
        color: #e9c435;
}
.comment-data{
    margin: 0 .6rem;
    background-color: hsla(0, 0%, 100%, .12);
    border-radius: .6rem;
    flex-grow: 1;
    margin-top: -.6rem;
}

.comment-data p:nth-child(1) {
        height: 68px;
    padding: 6px;
    border-radius: 3px;

    
}


.comment-data p:nth-child(2) {
    font-size: 12px;
    color: #bfacac;
    padding: .1rem .6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .18rem;
}

.form-chap{
    color: #06e16d;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 80%;
        word-break: break-word;
}

.comment-data p:nth-child(1) span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    color: #fff;
    font-size: 15px;
}
.folat-xpl{
    position: fixed;
    bottom: 10rem;
    right: 1rem;
    padding: 10px;
    border-radius: 5px;
    color: #1497dc;
    font-weight: 700;
    z-index: 199;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding-bottom: 1.5rem;
}

.folat-xpl img{
    width: 35px;
    height: 35px;
}

.folat-xpl span{
    margin-top: .2rem;
    font-size: 14px;
}

.pl-textarea {
        height: 120px;
    width: 100%;
    border-radius: .9rem;
    padding: .3rem .6rem;
    font-size: 18px;    
}

 .comment-textarea{
    padding: 1rem;
    position: relative;
    z-index: 99;
    text-align: right;
    background-color: #262f40;
    bottom: -100px;
    opacity: 0;
}

 .textarea-box button{
    padding: .6rem 1.2rem;
    background: #ff620e;
    border-radius: .6rem;
    color: #fff;
    border: 0;
    font-size: 18px;
    line-height: 1.2rem;
    margin-top: .6rem;
}

.textarea-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
        display: none;
}

.pl-hide,.chappl-hide{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.history-view .history-box{
    height: 100%;
}
 .view-list {
    width: 100%;
    margin: .1rem auto .12rem;
    border-radius: .59rem;
    overflow: hidden;
    position: relative;
    background-color: #212a3c;
    color: #fff;
    text-shadow: 1px 1px 1px #354259;
    margin-bottom: 1.2rem;
    overflow: hidden;
    padding-left: 0.67rem;
}
    
.view-list h3 {
    color: #48d8b5;
    font-size: 25px;
    position: relative;
    z-index: 1;
    padding: .8rem 0;
}
.view-list .view-ul {
    padding: 0 10px;
    padding-bottom: 5px;
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.view-ul li {
    width: 33.33333333%;
    padding-right: 0.67rem;
    float: left;
}
.detail {
    padding-bottom: 136.6666666%;
    position: relative;
    height: 0;
}
.detail img {
    position: absolute;
    border-radius: 0.52rem;
    width: 100%;
    height: 100%;
}
.account-data{margin-bottom:1.1rem}
.chap-detail {
    border-radius: 0.52rem;
    box-sizing: border-box;
    position: absolute;
    padding: 0 0.33rem 0.33rem;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));
    text-align: center;
    color: #21f3cc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}
.detail-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.2rem 0 0.8rem 0;
    color: #fff;
    font-size: 14px;
}
.chap-comment-view {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #354259;
    color: white;
    z-index: 51;
}

@keyframes shake {
    0%, 90%, 100% {
        transform: translateX(0);
    }
    92% {
        transform: translateX(-5px);
    }
    94% {
        transform: translateX(5px);
    }
    96% {
        transform: translateX(-4px);
    }
    98% {
        transform: translateX(4px);
    }
}

.shake-mimg {
    animation: shake 3s infinite;
}