.stui-page__item li.active a,
.stui-page__item li.active span {
    background-color: #ffbf99;
}

.stui-page__item li.active a:hover {
    background-color: #ffbf99;
}
.stui-pannel__ft .clearfix{
    display: flex;
    justify-content: center;
}
.paginationjs-page.active{
    background-color: #ffbf99;
}

.stui-page__item li a:hover {
    color: #ffbf99;
}
.pagination .paginationjs.active a:hover {
    color: #fff;
}
.paginationjs li:hover {
    color: #ffbf99;
}

.pagination li a {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
    border: 1px solid #eee;
    color: #333
}
.pagination li a:hover{
    color: #ffbf99;
}
.pagination li span {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
    border: 1px solid #eee;
    color: #333
}

.pagination{
    text-align: center;;
}
.pagination li{
    display: inline-block;
    margin: 0 1px;
}

.stui_header__user > a i {
    font-size: 24px;
}

.stui-header__menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stui_header__user > a {
    margin-left: 10px;
}

.stui-header__menu li a:hover,
.stui-header__menu li.active a {
    color: #2a638d;
}

.stui-header__menu li.active a::before {
    content: "";
    background-color: #ffbf99;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    left: auto;
    bottom: auto;
}
/* 小說版 */
.stui-header__menu li.active.story a::before {
    background: #76c5cc;;
}

.stui_header__user > a:hover {
    color: #ffbf99;
}

.stui-screen.head .item ul li.active a {
    color: #2a638d;
}

.stui-screen.head .item ul li a:hover {
    color: #2a638d;
}

.stui-screen .item ul li.active a,
.stui-screen .item ul li a:hover {
    background-color: #ffbf99;
    color: #2a638d;
}

.stui-vodlist__head p a i {
    margin-left: 5px;
}


/* 20210824新增 本日最新調整 */
.stui-list {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stui-list li {
    text-align : center;
    flex: 1;
}

.stui-list li a {
    position: relative;
    display: flex;
    justify-content: center;
}

.stui-list li.active a,
.stui-list li a:hover {
    color: #2a638d;
}


.stui-list li a::before {
    content: "";
    width: 0;
    height: 5px;
    border-radius: 2.5px;
    background: #ffba47;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}

.stui-list li a:hover::before {
    width: 50%;
}

.stui-list li.active a::before {
    width:50%;
}

.stui-list-title {
    display: flex;
    padding: 15px;
}

/* 商店頁樣式 */
.stui-flex {
    display: flex;
    flex-wrap: wrap;
}

.stui-store li {
    width: 25%;
    padding: 15px;
}

.stui-store .store_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.stui-store .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1rem;
}

.stui-store .price {
    color: #ffba47;
}

/* 遊戲頁樣式 */
.stui-game li {
    width: 25%;
    padding: 15px;
}

.stui-game .store_img img {
    width: 100%;
    height: 140px;
    display: block;
    object-fit: cover;
    object-position: top;
}

.stui-game .name {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 漫畫介紹頁樣式 */
.stui-content__detail .title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.stui-content__detail a:hover,
.stui-content__detail a:hover i {
    color: #2a638d;
}

.stui-content__detail .title .opinion {
    margin-left: 10px;
}

.stui-content__thumb .pic {
    width: 280px;
}

.stui-content__thumb .user_favs {
    background-color: #ffbf99;
}

.stui-content__detail .data .taga {
    display: inline-block;
    margin-bottom: 6px;
}

.stui-content__detail .data .add-tag {
    border: gray dashed 1px;
    background-color: #ffffff00;
    color: #6f6f6f;
    cursor: pointer;
}

.stui-content__detail .add-tag-block {
    display: none;
}

.stui-content__detail .add-tag-group {
    display: flex;
}

.stui-content__detail .add-tag-group input {
    border: gray 1px solid;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.stui-content__detail .add-tag-group .add-tag-btn {
    background: #2a638d;
    color: white;
    padding: 6px 13px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.stui-content__detail .data .grtaga {
    background: #8e8e93;
    color: white;
}

.stui-content__detail .data .add-tag-submit {
    background-color: #2a638d;
    cursor: pointer;
}

.stui-content__detail .add-tag-info {
    color: #aaaaaa;
}

.stui-content__detail .btn-block {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.stui-content__detail .btn-block .reading {
    background-color: #2a638d;
    color: white;
    padding: 8px 23px;
    border-radius: 2px;
}

.stui-content__detail .btn-block .uncollected-icon {
    background-color: #dddddd;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 9px;
    font-size: 16px;
    margin-right: 10px;
}
.collect-icon {
    background-color: #ffbf99 !important;
}

.btn-block a:hover,
.btn-block a:hover i {
    color: #2a638d;
}

/* 會員頁樣式 */
.user-maim {
    background-color: #ffbf99!important;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.user-maim .user-block {
    display: flex;
    align-items: center;
}

.user-maim .user-block .avatar {
    width: 80px;
    height: 80px;
    border-radius: 67px;
    object-fit: cover;
    border: 2px solid #fff;
}

.user-maim .user-block .user {
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.user-maim .user-block .user li {
    margin-bottom: 5px;
}

.user-maim .user-block .user .name {
    font-size: 18px;
}

.user-maim .user-block .edit-block i {
    background-color: #5c5c5c;
    padding: 6px;
    border-radius: 50px;
    color: white;
    margin-right: 5px;
}

.tab-bottm {
    margin-bottom: 1rem;
}

.mo-tab_title li.active {
    border-bottom: 2px solid #ffbf99;
}

.mo-tab_title .item ul li.active a,
.mo-tab_title .item ul li a:hover {
    color: #ffbf99;
}

/* 意見反饋樣式 */
.comment-main {
    display: flex;
}

.comment-main .comment-radio {
    width: 15%;
}

.comment-main .comment-radio li {
    padding: 5px;
}

.comment-main .comment-radio label {
    padding: 5px;
}

.comment-main .comment-text {
    width: 40%;
}

.comment-main .comment-text .comment-box {
    padding-bottom: 10px;
}

.comment-main .comment-text .comment-out {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-main .comment-text .comment-out .ch {
    color: #8d8d8d;
}

.comment-main .comment-text .comment-out a {
    border: 1px solid #299af4;
    padding: 3px 18px;
    color: #299af4;
    border-radius: 2px;
    cursor: pointer;
}

.comment-main .comment-box input[type="text"] {
    resize: none;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 2px;
    padding: 2% 3%;
    border: 1px solid #dcdcde;
    width: 100%;
}

.comment-main .comment-box textarea {
    resize: none;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 2px;
    padding: 2% 3%;
    border: 1px solid #dcdcde;
    width: 100%;
}

.comment-main .user-reaction {
    background-color: #f5f5f5;
    padding: 10px;
    margin-left: 2rem;
    width: 40%;
    color: #4a4a4a;
}

.comment-main .user-reaction .user-reaction-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 5px;
}

.comment-main .user-reaction .com_num {
    font-size: 12px;
    color: #8d8d8d;
}

.comment-main .user-reaction ul {
    padding: 20px 0;
    border-bottom: 1px solid #d4d2d2;
    font-size: 12px;
    color: #6f6f6f;
}

.comment-main .user-reaction .user-com {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}

.revise-main {
    margin-top: 2rem;
}

.revise-main .form-group {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.revise-main .form-group .form-name {
    padding-right: 10px;
    width: 100px;
    text-align: right;
}

.revise-main .form-group input {
    border: 1px solid #aaa;
    padding: 7px;
    width: 300px;
}

.revise-main .form-group .ver-block {
    width: 150px;
}

.revise-main .form-group input:focus {
    border-color: #ffbf99;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.041), 0 0 8px #ffbe99c9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.041), 0 0 8px #ffbe99c9;
}

.revise-main .btn-submit {
    width: 100px;
    margin-left: 19rem;
    margin-top: 1rem;
    padding: 5px 14px;
    background-color: #ffbf99;
    border-radius: 2px;
    cursor: pointer;
}

.revise-main .form-group img {
    width: 7rem;
}

.mo-tab_title .back {
    margin-left: auto;
}

.avatar-main {
    text-align: center;
}

.avatar-main .preview-block {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.avatar-main .preview-block .avatar {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 0.02rem solid #fff;
    object-fit: cover;
    margin: auto;
}

.avatar-main input[type="file"] {
    display: none;
}

.avatar-main .custom-file-upload {
    background-color: #ffbf99;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 2rem;
}

.avatar-main input {
    background-color: white;
    color: #2a638d;
    font-size: 18px;
    cursor: pointer;
}

/* 簽到頁樣式 */
.sign-main {
    display: flex;
    background-color: white;
    box-shadow: 2px 2px 7px 4px #cccccc75;
    border-radius: 10px;
    padding: 2.5rem 2rem;
    margin-top: 3rem;
    justify-content: space-around;
    margin-bottom: 3rem;
}

.sign-main .sign-exp {
    width: 350px;
    margin-right: 10px;
}

.sign-main .sign-exp ol {
    padding-left: 1rem;
    text-align: justify;
    line-height: 1.5;
}

.sign-main .sign-exp li {
    margin-bottom: 1rem;
    list-style-type: decimal;
}

.sign-main .sign-block {
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    width: 50%;
}

.sign-main .sign-block .sign-top {
    background-color: #ffbf99;
    padding: 10px;
}

.sign-main .sign-block .sign-top .line {
    padding-right: 14px;
    margin-right: 8px;
    border-right: 1px solid;
}

.signin-form .touch {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.signed i {
    color: #2a638d;
    background-color: #ffbf99;
    border-radius: 50%;
    padding: 8px;
    animation: stampStar 0.2s;
    padding-bottom: 10px;
}

.singin-vip i {
    color: #ffbf99;
    background-color: #eae7e7;
    border-radius: 50%;
    padding: 8px;
    padding-bottom: 10px;
}

/*評論按讚*/
.fas.fa-thumbs-up.liked, .fas.fa-thumbs-down.liked{
    color: #ffbf99;
}
/*看過的章節*/
.chapter-btn.seen>a{
    background-color: #dddddd;
    color: black;
    /* border: 1px solid #dddddd; */
}
