@charset "UTF-8";
:root {
    --ci1: #ffca3a;
    --ci2: #a40000;
    --ci3: #898989;
    --ci4: #0e791b;
    --ci5: #efefef;
    --ci6: #171717;
    --ci7: #a0a0a0;
}
.cjk-ideographic{list-style: cjk-ideographic}
.f-button:not(.is-next) {
    display: none;
}

.f-button:nth-last-child(1) {
    display: flex;
}

* {
    /*font-size: 1rem;*/
    line-height: 1.625;
    letter-spacing: 1px;
    font-family: '微軟正黑體';
    box-sizing: border-box;
}

header *, main * {
    color: #313131;
}

html {
    font-size: 16px;
    width: 100%;
    height: 100vh;
}

html, body {
    margin: 0; width:100%;
    overflow-x: hidden;
}

body {
    width: 100%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex.jcc {
    justify-content: center;
}

.flex:has(.txt-vertical) {
    align-items: start;
}

.line {
    border-bottom: 1px #888 solid;
    margin: 20px 0;
}

.line.dashed {
    border-bottom: 1px #888 dashed;
}

select {
    min-width: 100px;
}
.ui-datepicker .ui-datepicker-title select{min-width:auto;}
select.nooption option {
    display: none;
}

select.multiple {
    width: 100px;
    position: absolute;
    z-index: 1;
    left: 0;
    transform: translateY(25px);
}

select.multiple option {
    font-size: 12px;
}

#mask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    content: '';
    display: none;
}

body.mask {
    overflow: hidden;
    widht: 100vw;
    height: 100vh;
}

body.mask #mask {
    display: block;
}

iframe {
    border: none;
}

a {
    text-decoration: none;
}

input, textarea {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

[type=text], [type=password], textarea {
    width: 100%;
}

[type=text], [type=password], textarea, select {
    border: 1px #666 solid;
}

.invisible {
    border: none;
    background: none;
    margin: 0;
}

.clear, .clearup:after {
    content: '';
    display: block;
    clear: both;
}

ul {
    margin: 0;
}

.hide {
    display: none;
}

select {
    background: #fff;
    border-radius: 0;
    border: 1px #888 solid;
    font-size: 13px;
}

section {
    max-width: 1400px; padding:0 20px;
    margin: 0 auto;
    position: relative;
}

header section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.marqueebox{background: url('../img/icon_01.png') no-repeat 15px center #26aec4; padding: 5px 30px 5px 60px; border-radius: 30px; width:96%; max-width:520px;}
header .marqueebox{position: absolute; left:350px; top:35px;}
body#index header .marqueebox{top:10px;}
.marquee a{color:#fff; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

header .tools {
    position: absolute;
    right: 10px;
    top: 10px;
}

header .tools a {
    color:#141414; margin-left:15px;
    display: inline-block;
    line-height: 1;
}

header .tools a:nth-child(1) {
    border: none;
}

#logo_index,#logo {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

#logo_index.index,#logo.index {
    position: absolute;
    z-index: 10;
    left: 10%;
    top: 10px;
}

nav a {
    background: var(--ci3);
    color: #fff;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 1rem 5px 0;
}

nav a:hover, nav a.active {
    background: var(--ci2);
}

#tags {
    width: calc(100% - 400px); display: none;
    height: 26px;
    overflow: hidden;
    position: relative;
}

#tags .inner {
    display: flex; gap:20px;
    white-space: nowrap;
    position: absolute;
}

#tags_nav {
    display: none;
}
body#index #tags{display: inline-block;}
body#index #tags_nav{display: flex;}

#tags_nav a {
    margin: 0 2.5px;
    cursor: pointer;
}

.dest_copytext{font-size: 12px; color: #5e5e5e; text-align: center; margin-top:10px;}

.copyright_box{
    margin: 50px auto 50px auto;
    width:90%;
    border: 1px #ffca3a solid;
    border-radius: 15px;
    padding: 15px 20px 10px 20px; color:#fff;
}
.copyright_box section, .copyright_box section a{color:#fff;}
.copyright_box .copy_text{
    text-align: left;
}
.copyright_box .copy_text p{
    color:#fff;
    font-weight:500;
}

/*to top*/
.top_menu {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width:40px;
    z-index: 900;
}
.top_menu .ai{display: inline-block; transform: translateX(-25%); margin-bottom: 20px;}
.top_menu .ai_store{text-align: center; margin-bottom: 10px; display: flex; flex-wrap: wrap; justify-content: center; width:80px;}
.top_menu .ai_store .pic{background: no-repeat center; background-size: cover; width:80px; height: 80px; border-radius: 50%; border:2px #fff solid;}
.top_menu .ai_store .txt{width:30px; background: #d4a3a7; line-height: 1.4; padding:5px; color:#000; font-weight: 500; }
.top_menu a.gotop {
    position: relative; text-decoration: none; padding-top:10px;
    background: rgba(125,206,220,0.7);
    font-size: 16px;
    color: #000;
    border-radius:30%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_menu a.gotop:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000 transparent;
}

footer {
    background: #26aec4;
}
footer .shares a{margin-right: 5px;}
.linebox{width:100%; max-width:200px; background: rgba(255,255,255,0.7); text-align: center; color:#000; margin:0 auto;}
.linebox .title{padding:10px;}
.linebox .info{padding:10px;}
.linebox .info img{margin-top:5px;}
form {
    line-height: 2;
}

.heart {
    background: url('../img/icon_heart.png') no-repeat center;
    background-size: contain;
    width: 27px;
    height: 26px;
    display: inline-flex;
}

.heart img {
    margin: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
}

.heart.active img {
    display: flex;
    margin: 0;
}

.star {
    background: url('../img/icon_star1.png') no-repeat center;
    background-size: contain;
    width: 19px;
    height: 19px;
    display: flex;
    margin: 0 5px;
}

.star img {
    margin: 0;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
}

.star.active img {
    display: flex;
    margin: 0;
}

#copyright { background: #7d7d7d;
    color: #fff;
    text-align: center;
    margin-top: 2rem;
    padding: 5px;
}
#copyright a{color:#fff;}

.floatbox {
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 800px;
}

.floatbox, .floatbox iframe {
    width: 100%;
    max-height: calc(100vh - 60px);
}

.forms {
    margin: 20px 20px;
    position: relative;
}

.header1 {
    background: var(--ci7);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
    font-weight: 600;
}

.header1 .close {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 10px;
}

.header1.style1 {
    background: none;
    color: #000;
}

.header1.style1 .close {
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.tag, .tags a {
    display: inline-block;
    position: relative;
    color: #462f13;
    line-height: 1;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 5px;
}
#tags a{padding:5px 0;}
.tag.active, .tags a.active, .tag:hover, .tags a:hover {
}

.box2:has(.tags1) {
    margin-top: 70px;
}

.tags1 {
    margin-left: 30px;
    position: absolute;
    top: -48px;
}

.tags1 a {
    width: 204px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px #eee solid;
    color: #313131;
    font-size: 20px;
    border: 1px #cecece solid;
    border-bottom: none;
    background: #fff;
    transform: translateX(-10px);
    line-height: 1;
}

.tags1 a:nth-child(1) {
    transform: translateX(0px);
}

.tags1 a:hover, .tags1 a.active {
    background: #fdca3d;
    border-color: #fdca3d;
}

.btn1 {
    background: var(--ci1);
    line-height: 1;
    padding: 8px 16px;
    border: 1px var(--ci1) solid;
    cursor: pointer;
}

.btn1:hover {
    background: #fff;
}
.btn_type_obj{display: inline-flex; color:#fff; background: #26aec4; padding: 5px 10px; border-radius: 15px; font-size: 14px; line-height: 1;}
.type_obj_color1{background: #638c0b;}
.type_obj_color2{background: #eb7a00;}
.type_obj_color3{background: #e56565;}

.box1 {
    margin: 2rem auto;
    display: inline-block;
    border: 1px var(--ci3) solid;
    cursor: pointer;
}

.box1 .title {
    background: var(--ci3);
    color: #fff;
    text-align: center;
    position: relative;
    padding: 5px 10px;
    font-size: 1.2rem;
}

.box1 .content {
    margin: 2rem 3rem;
}

.box2 {
    background: #efefef;
    width: calc(100% - 20px);
    max-width: 1460px;
    margin: 20px auto;
    position: relative
}

.box2 .search {
    text-align: center;
    position: relative;
    padding: 20px 10px 10px 10px;
    border-bottom: 1px var(--ci7) solid;
    margin-bottom: 20px;
}

.box2 .search [name=k] {
    max-width: 300px;
}

.box2 .tools {
    position: absolute;
    right: 20px;
    top: 20px;
}

.btn2 {
    background: #000;
    border: 1px #000 solid;
    line-height: 1;
    padding: 2px 5px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.btn2:hover {
    background: #fff;
    color: #000;
}

.btn2.green {
    background: var(--ci4);
    color: #fff;
}

.btn3 {
    background: var(--ci3);
    border: 1px var(--ci3) solid;
    color: #fff;
    line-height: 1;
    padding: 5px 1rem;
}

.btn3:hover {
    background: #fff;
    color: var(--ci3);
}

.btn3.small {
    font-size: 13px;
    border-radius: 5px;
}

.btn3.green {
    background: #5cb85d;
    color: #fff;
}

.btn3.blue {
    background: #3080bb;
    color: #fff;
}

.btn3.yellow {
    background: #f7af5d;
    color: #fff;
}

.btn3.red {
    background: #a30000;
    color: #fff;
}

.btn4 {
    background: #bbb;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    border-radius: 5px;
    margin-right: 5px;
    padding: 5px 20px 5px 10px;
    position: relative;
}

.btn4 .del {
    position: absolute;
    right: 5px;
    top: -3px;
    color: #fff;
    font-size: 15px;
}

.btn5 {
    background: var(--ci7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5px 0;
    width: 100%;
    border: 1px var(--ci7) solid;
}
.btn6{background: #2badc5; line-height: 1; padding:5px 8px;}

.green {
    color: var(--ci4);
}

.txt_red {
    color: #a30000 !important;
}

.txt_small {
    font-size: 0.7rem;
    line-height: 1;
}

#modflyBox {
    position: absolute;
    z-index: 1;
    width: 400px;
    border: 1px var(--ci3) solid;
    background: #fff;
    padding: 1rem 1.5rem;
    padding-top: 30px;
}

#modflyBox [name=email], #modflyBox [name=password] {
    width: calc(100% - 2.5rem);
}

#modflyBox .close {
    width: 25px;
    height: 25px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.twzipcode {
    display: inline-block;
}

.twzipcode [name=zipcode] {
    display: none;
}

.twzipcode select {
    margin-right: 10px;
}
.twzipcode.nodist [name=dist]{display: none;}
[name=addr] {
    width: calc(100% - 170px);
}

.page_title {
    background: var(--ci5);
    margin: 1rem auto;
    padding: 5px 10px;
}

.down {
    margin-left: -10px;
}
td{padding:5px 10px;}
tr.title td {
    font-size: 14px;
}

.txt_left {
    text-align: left;
}

.txt_row2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.links {
    text-align: center;
    margin-bottom: 30px;
}

.list_tools {
    margin: 0 20px;
    text-align: right;
}

.list_tools a {
    display: inline-flex;
}

.links a {
    display: inline-block;
    margin: 0 10px;
}

.box_border {
    border: 1px #888 solid;
    padding: 10px 5px;
}

.imgs_list {
    margin: 20px 0;
    padding: 0;
}

.imgs_list li {
    list-style: none;
    width: calc(25% - 20px);
    float: left;
    display: inline-block;
    position: relative;
    margin: 10px 5px;
}

.imgs_list li .img {
    display: block;
    background: no-repeat center;
    background-size: cover;
    padding-bottom: 68%;
}

.imgs_list li .del {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
}

.notice {
    font-size: 13px;
    color: #6d292b;
    text-align: center;
}

#searchbox {
    display: flex;
    align-items: center;
    margin-left: 30px;
    z-index: 3;
}
body#index #searchbox{display: none;}

#searchbox .header {
    display: flex;
    flex-wrap: wrap;
}

#searchbox .btn {
    background: #959595;
    padding: 8px 10px;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

#searchbox .btn > .txt {
    color: #fff;
    line-height: 1;
}

#searchbox .box {
    background: #eee;
    padding: 10px;
    border: 1px #bcbcbc solid;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 38px;
    width: 140px;
}

#searchbox .btn:nth-last-child(1) .box {
    left: 0;
    right: auto;
}

#searchbox .box a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px #b9b9b9 solid;
    margin-bottom: 10px;
}

#searchbox .box select {
    width: 100%;
    height: 28px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    text-align: center;
}

.twzipcode option:nth-child(1), .twzipcode input {
    display: none;
}

.bar { background: var(--ci5); padding: 5px 0; margin-bottom: 30px; position: relative;}

.bar > span:nth-child(1) {
    margin-left: 50px;
}

.bar a {
    display: inline-block;
    margin-left: 5px;
}

.bar .tools {
    display: flex;
    position: absolute;
    right: 50px; top:5px;
}

.bar img {
    margin: 0 5px;
}

.bar:has(.channel) {
    margin: 30px auto;
    padding-left: 100px;
    width: calc(100%);
    transform: translateX(0);
}

.bar img.channel {
    position: absolute;
    left: 5px;
}
.bar .shares img{height: 30px; margin:0;}
.section1{width:calc(100% - 60px); margin:0 auto;}
main {
    width: 100%;
    margin: 0 auto;
}
#title{font-size: 22px; font-weight: 600; color:#a40000; line-height: 1; margin:0;}
body#search article{max-width: calc(100% - 451px);}
aside {
    width: 100%;
    max-width: 431px;
}

.main {
    margin: 0 auto;
    border: 1px #afaeae solid;
    border-radius: 15px;
    padding: 15px 0px 20px 0px;
}

.noborder {
    border-color: #fff;
    width: calc(100% - 22px);
    padding: 15px 10px 10px 10px;
}

.main .tools {
    color: #7d7d7d;
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px 0;
}

.main .tools .change_name {
    display: flex;
    position: absolute;
    right: 0;
    text-decoration: underline;
}

.media_title {
    font-size: 1.625rem;
    color: #1b1b1b;
    padding: 10px 5px;
    line-height: 1.4;
}
#store_info{display: flex; gap:40px; flex-wrap: wrap;}
#store_info >div{width:calc(50% - 20px); border:1px #e4e4e4 solid; border-radius: 20px; overflow: hidden; box-shadow: 1px 1px 5px rgba(0,0,0,0.1);}
#store_info > div:has(.nodata){display: flex; flex-wrap: wrap; align-items: center; justify-content: center; min-height: 100px;}
#store_info > div:has(.nodata) > .nodata{min-height: 100px; display: flex; align-items: center; justify-content: center; width:100%;}
#store_info > div:nth-child(1):has(.nodata) .mx-4{width:100%;}
#store_info .movie_title{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; font-weight: 500;}
#store_info > div .detail{-webkit-line-clamp:3;}
#store_info > div .detail.show{-webkit-line-clamp:unset;}
#store_info .moviebox .arrow{top:32%;}
.hasicon{padding-left:10px;}
.hasicon > img:nth-child(1){transform: translateX(-10px);}
.infobox {
    margin-top: 30px;
}

.infobox .title {
    display: inline-block;
    background: var(--ci1);
    font-size: 14px; font-weight: 600;
    line-height: 1;
    width: 108px;
    text-align: center;
    padding: 10px 0;
}

.detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.prev_show {
    text-align: center; width:100%;  margin: 20px 0; justify-content: center;;
}

.prev_show a {
    cursor: pointer;
}

.detail.row2 {
    -webkit-line-clamp: 2;
}

.detail.row3 {
    -webkit-line-clamp: 3;
}

.detail.row5 {
    -webkit-line-clamp: 5;
}

.detail.show {
    -webkit-line-clamp: unset;
}

.side {
    width: calc(100% - 20px);
    border-radius: 8px;
    padding: 10px;
    border: 1px #b5b4b4 solid;
    margin-bottom: 20px;
}

.side .inner {
    background: #f2f2f2;
    border-radius: 8px;
    padding-bottom: 20px;
}

.side .inner .bar {
    border-radius: 8px 8px 0 0;
    background: #7d7d7d;
    width: 100%;
    justify-content: center;
    color: #fff;
    transform: translateX(0);
    padding: 5px 0;
}

.side .inner .bar.red {
    background: var(--ci2);
}

.side .prev_show {
    margin: 10px 0;
}

.thumbs {
    margin: 10px 5px 0px 5px;
    position: relative;
}

.thumbs .mediabox {
    width: calc(50% - 10px);
    padding-bottom: 27%;
    float: left;
    border-radius: 8px;
}

.thumbs .info {
    width: 50%;
    float: right;
}

.thumbs .info .title {
    margin: 0;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.thumbs .info .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
}

.thumbs .link_mask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.mapbox {
    position: relative;
    width: 100%;
    padding-bottom: 37%;
}

.mapbox iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mediabox {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover;
}

.mediabox lite-youtube {
    width: 100%;
    height: 100%;
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
}

.mediabox .arrow {
    position: absolute;
    left: 10px;
    top: calc(50% - 45.5px);
    z-index: 2;
    cursor: pointer;
}

.mediabox .arrow.r {
    left: auto;
    right: 10px;
}

.mediabox .arrow.r img {
    transform: rotateZ(180deg);
}

.mediabox.borderradius {
    border-radius: 10px;
}

.mediabox.img {
    border: 1px #a7a8a8 solid;
}

.mediabox.img.nopic:before {
    content: '圖片準備中';
    color: #aeaeae;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.media_info {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 10px 20px;
    position: relative;
}

.media_info .tags {
    display: inline-flex;
    float: left;
    margin: 0 30px 10px 0;
}

.media_info .tags a {
    background: #d2d2d2;
    color: #7d7d7d;
}

.media_info .type, .media_info .type a {
    color: #7d7d7d;
}

.media_info .views {
    color: #7d7d7d;
    position: absolute;
    right: 20px;
    top: 10px;
}

.more {
    color: #fff;
    line-height: 1;
    width: 82px;
    padding: 5px;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.more img {
    margin-left: 5px;
}

.more:before {
    content: '展開';
    color: #fff;
}

.more.index {
    margin: 20px auto;
    flex-direction: column;
    font-size: 1.2rem;
    border-radius: 8px;
    width: 120px;
    background: #434343;
}

.more.index img {
    margin-top: 5px;
}

.detail.show + .prev_show .more:before {
    content: '縮起';
}

.detail.show + .prev_show .more img {
    transform: rotateZ(180deg);
}

#channel_list {
    text-align: center;
    margin-top: 1rem;
}

#channel_list a {
    margin: 5px 10px;
    display: inline-flex;
    text-decoration: underline;
}

.swiperBox {
    position: relative;
}

.products {
    position: relative;
    margin: 2rem 0;
    overflow: hidden;
}

.swiper5 {
    margin: 10px auto 30px auto;
    position: relative;
    overflow: hidden;
}

.swiper5 h5 {
    color: #0592ce;
    margin: 10px 0 5px 0;
}

.swiper5 .box {
    position: relative;
    margin: 0 10px;
}
.swiper5 .box .views{display: none;}
.swiper5 .more {
    background: #0592ce;
    color: #fff;
    line-height: 1;
    padding: 5px;
    display: inline-flex;
}

.swiper5 .more::before {
    display: none;
}

.swiper5 .box .link_mask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.swiperBox .arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.swiperBox .arrow.swiper5-prev {
    left: -25px;
}

.swiperBox .arrow.swiper5-next {
    right: -25px;
}

.media_list {
    margin-bottom: 20px;
}

.media_list li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag_cloud {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.4;
}

.tag_cloud a[data-weight="1"] {
    --size: 1;
}

.tag_cloud a[data-weight="2"] {
    --size: 1.2;
}

.tag_cloud a[data-weight="4"] {
    --size: 1.4;
}

.tag_cloud a[data-weight="5"] {
    --size: 1.6;
}

.tag_cloud a {
    display: inline-flex;
    --size: 1.4;
    font-size: calc(var(--size) * 1rem);
    padding: 0.125rem 0.25rem;
}

.list {
    border: 1px #efefef solid;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 15px 10px;
}

.list .photobox {
    width: 45%;
    text-align: center;
}

.list .infobox {
    width: calc(55% - 20px);
    margin: 0;
    position: relative;
}

.list .infobox .tools {
    display: flex;
    position: relative;
}

.list .infobox .tools .views {
    position: absolute;
    right: 0;
}

.list .infobox .media_title {
    font-size: 1.25rem;
}

.list .infobox .subtitle, .list .infobox .subtitle a {
    color: #959595;
}

.subtitle a {
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    display: inline-block;
}

.list .infobox .tags {
    margin: 5px 0;
}

.list .infobox .tags a {
    background: #d2d2d2;
    color: #7d7d7d;
    margin: 5px 5px 5px 0;
}

.list .infobox .prev_show {
    text-align: right;
}

.scrollbox {
    overflow-x: auto;
    margin: 0 20px;
}

.scrollbox table {
    min-width: 1000px;
}

#login_info {
    padding: 25px 0 15px 0;
    font-size: 0.9rem;
    position: relative;
    display: inline-flex;
    margin-right: 20px;
}

.filed {
    display: flex;
    justify-content: space-between;
}

.filed.txt input {
    width: calc(100% - 60px);
}

.between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#tools {
    width: calc(100% - 0px);
    display: flex;
    position: absolute; right: 0px; top:40px;
    flex-wrap: wrap; justify-content: end;
}
body#index #tools{top:60px; right: auto; left:350px; justify-content: start;}

.obj_comment_box {
    display: inline-flex;
    position: relative;
    align-items: center;
}

#obj_comment {
    background: #fff;
    position: absolute; z-index: 5;
    top: 0; right:80px;
    padding: 20px;
    border: 2px #d2d2d2 solid;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
    transform: translate(95px, -10px);
    width: calc(100vw - 20px);
    max-width: 350px;
    display: none;
    text-align: center;
}

#obj_comment .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #1b1b1b;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#obj_comment.active {
    display: block;
}

#obj_comment .name, .obj_comment {
    margin: 0;
    line-height: 1.4;
    color: #222;
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    margin: 5px 0 0 0;
}

#obj_comment .total, .obj_comment .total {
    display: flex;
    justify-content: center;
    align-items: center;
}

#obj_comment .login {
    text-align: center;
}

#obj_comment .login a {
    text-decoration: underline;
    font-size: 0.9rem;
}

#obj_comment ul, .obj_comment ul {
    margin: 20px 0;
    padding: 0;
    max-height: 500px;
    overflow-y: auto;
}

#obj_comment ul li, .obj_comment ul li {
    list-style: none;
    margin: 10px 0;
    text-align: left;
    font-size: 0.75rem;
    color: #626262;
}

#obj_comment ul li .name, .obj_comment ul li .name {
    width: calc(100% - 80px);
    color: #1b1b1b;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    margin: 0;
}

#obj_comment ul li .name .star, .obj_comment ul li .name .star {
    margin: 0;
}

#obj_comment ul li .name .star:nth-child(1), .obj_comment ul li .name .star:nth-child(1) {
    margin-left: 30px;
}

#obj_comment ul li .d, .obj_comment ul li .d {
    width: 80px;
    font-size: 0.625rem;
    color: #626262;
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

#obj_comment ul li hr, .obj_comment ul li hr {
    border: none;
    border-bottom: 1px #bbb dashed;
}

.stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.stars .star:hover img {
    display: flex;
    margin: 0;
}

.orange {
    color: #ea8000;
}

.user_modfly_box {
    position: absolute;
    z-index: 1;
    border: 1px #b1b1b1 solid;
    padding: 10px 20px;
    width: 350px;
    right: 80px;
    bottom: 0;
    background: #fff;
    text-align: left;
    display: none;
}

.user_modfly_box .close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.user_modfly_box input {
    width: calc(100% - 80px);
}

#loadding {
    position: fixed;
    flex-direction: column;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 2;
    font-weight: 400;
}

#loadding.show {
    display: flex !important;
    width: 100%;
    height: 100%;
}

a[data-email] {
    position: relative;
    cursor: pointer;
}

a[data-email] + span {
    content: attr(data-email);
    border: 1px #666 solid;
    padding: 5px;
    line-height: 1;
    position: absolute;
    left: 10px;
    bottom: -23px;
    background: #fff;
    display: none;
}

a[data-email].show + span {
    display: flex;
}

#tools.index {
    margin: 20px auto;
}

.banner_box {
    position: relative;
}
.banner_box .arrow{position: absolute; z-index: 9; top:50%; transform: translateY(-50%);}
.banner_box .arrow:after{display: none;}
.banner_next{right:40px;}
.banner_prev{left:40px;}
.banner, .banner_nav {
    overflow: hidden;
}

.banner .swiper-slide {
    position: relative; display: flex; opacity: 0.7; background: no-repeat center; background-size: cover;
    width:70vw;
    overflow: hidden;
    &.swiper-slide-active{
         opacity: 1;
     }
}
.swiper1_3 .swiper-slide:after{content:''; position: absolute; z-index: 3; left:0; top:0; width:100%; height: 100%; background: rgba(0,0,0,0.4); display: block;}
.swiper1_3 .swiper-slide {
    position: relative; display: flex; background: no-repeat center; background-size: cover;
    width:70%;
    overflow: hidden;
&.swiper-slide-active::after{
     display: none;
 }
}
.swiper1_3 .swiper-prev{left:11% !important;}
.swiper1_3 .swiper-next{right:11% !important;}

.banner .swiper-slide .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-slide .info {
    position: absolute;
    left: 10%;
    top: 35%;
    max-width: 40%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.banner .swiper-slide .info * {
    color: #fff;
    line-height: 1.2;
}

.banner .swiper-slide .info h1 {
    font-size: 4rem;
    height: 4.3rem;
    overflow: hidden;
    margin: 0;
    font-weight: 600;
}

.banner .swiper-slide .info h2 {
    font-size: 2rem;
    height: 2.5rem;
    overflow: hidden;
    margin: 0;
}

.banner .swiper-slide .info .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.banner .swiper-slide .info a {
    text-decoration: underline;
}

.banner_nav {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 50px;
}

.banner_nav .swiper-slide {
    cursor: pointer;
}

.banner_nav .swiper-slide * {
    color: #fff;
}

.banner_nav .swiper-slide .info {
    margin: 0 10px;
    position: relative;
}

.banner_nav .swiper-slide .info:after {
    content: '';
    display: block;
    width: 3px;
    height: 2.3rem;
    background: #fff;
    position: absolute;
    left: -10px;
    bottom: -1.1rem;
}

.banner_nav .swiper-slide h1, .banner_nav .swiper-slide h2 {
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin: 0;
}

.banner_nav .swiper-slide h1 {
    font-size: 1.6rem;
    font-weight: 400;
}

.banner_nav .swiper-slide .line {
    display: block;
    height: 12px;
    margin: 0;
    transition: 1s;
    width: 0;
}

.banner_nav .swiper-slide.swiper-slide-thumb-active .line {
    width: 100%;
}

#channels {
    background: #eee;
    padding: 50px 80px;
}

.txt-vertical {
    writing-mode: vertical-lr;
    color: #fff;
    position: relative;
    font-size:1.2rem;
    letter-spacing:3px;
}

.txt-vertical.title {
    font-size: 1.5rem;
    letter-spacing:5px;
}

.txt-vertical.title:after {
    content: '';
    display: block;
    width: 3px;
    height: 2rem;
    background: #434343;
    position: absolute;
    left: 1rem;
    bottom: -2.3rem;
}

main:has(.index4_slide) {
    width: 100%;
}

.index4_slide {
    background: #c8a2b2;
    padding: 50px;
}

.index4_slide hr {
    border: none;
    border-bottom: 1px #fff solid;
    width: 100%;
    margin: 20px 50px;
}

.index4_slide.blue {
    background: #005066;
}

.index4_slide.blue .txt-vertical.title:after {
    background: #fff;
}

.swiper4_box {
    margin: 10px auto;
    width: 100%;
    max-width: 90%;
    position: relative;
}

.swiper4_box > div {
    overflow: hidden;
}

.swiper4_box .item {
    width: 45%;
    margin-bottom: 120px;
    cursor: pointer;
}

.swiper4_box .item .imgbox {
    width: 35%;
    position: relative;
}

.swiper4_box .item .imgbox .img {
    display: block;
    background: no-repeat center;
    background-size: cover;
    padding-bottom: 68%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.swiper4_box .item .mediabox {
    padding-bottom: 70%;
}

.swiper4_box .item .info {
    width: calc(65% - 20px);
}

.swiper4_box .item .info .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 10px 0;
}

.swiper4_box .item .info .txt, .swiper4_box .item .info .txt * {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.2;
}

.swiper4_box .item .info .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index4_slide.blue .swiper4_box .item .info .title {
    color: #fdfdb4;
}

.swiper4_box .arrow {
    top: 50%;
    transform: translateY(-50%);
    overflow: visible;
}

.swiper4_box .arrow.l {
    left: -60px;
}

.swiper4_box .arrow.r {
    right: -60px;
}

.swiper4_box .arrow:after {
    display: none;
}

.swiper4_box lite-youtube button {
    display: none;
}

.new_movie {
    overflow: hidden;
    margin: 10px 0;
}

.new_movie .box {
    margin: 0 10px;
    padding: 20px 10px;
    background: #eee;
    position: relative;
    cursor: pointer;
}

.new_movie .box .mediabox {
    border-radius: 8px;
    margin-bottom: 10px;
}

.new_movie .box .mediabox a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.new_movie .box .title {
    line-height: 1.2;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new_movie .box .view, .new_movie .box .go {
    font-size: 0.9rem;
}

.new_movie .box .go {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.products {
    position: relative;
    margin: 2rem 0;
    overflow: hidden;
}

.rt_tools{position: absolute; z-index: 2; right: 0; top: -20px; text-align: right; width: calc(100% - 250px); max-width: 465px;}
.rt_tools .arrow { opacity: 1;  display: inline-block; position: static !important;;}
.rt_tools .swiper-button-lock, .products .tools .swiper-button-disabled { opacity: 0.4;}
.rt_tools .swiper-scrollbar { width: calc(100% - 100px); margin-right: 10px; transform: translateY(-20px);}
.rt_tools .swiper-scrollbar .swiper-scrollbar-drag{background:#e56565;}
.swiperbox{position: relative; overflow: hidden;}
.swiperbox > div{overflow: hidden;}
.swiperbox .arrow{position: absolute; z-index: 2; top:50%; transform: translateY(-50%); left:5px;}
.swiperbox .arrow.swiper-next{right:5px; left:auto;}
.swiperbox .arrow.swiper-button-disabled{opacity: 0.4;}
.swiperbox .arrow img{max-width:40px;}
.index_media_swiper_box {
    max-width: 1633px;
    margin: 30px auto 50px auto;
    position: relative;
    background: #141414;
}

.index_media_swiper_box .info {
    width: calc(100% - 800px);
    margin: 30px 0 0px 50px;
    z-index: 2;
}

.index_media_swiper_box .imgbox {
    width: 100%;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 0;
}

.index_media_swiper {
    height: 395px;
}

.index_media_swiper_box > div {
    overflow: hidden;
}

.index_media_swiper_nav {
    width: calc(100% - 900px);
    position: absolute;
    z-index: 2;
    margin-top: -110px;
    left: 70px;
}

.index_media_swiper_box .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
}

.index_media_swiper_box .title {
    color: #fff;
    font-size: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transform: translateY(-50px);
    transition: 0.8s;
    opacity: 0;
    letter-spacing:5px;
}

.index_media_swiper_box .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #9fdced;
    font-size: 1rem;
    transform: translateY(-50px);
    transition: 1s;
    opacity: 0;
    letter-spacing:5px;
}

.index_media_swiper_box lite-youtube button {
    display: none;
}

.index_media_swiper .swiper-slide-visible .title, .index_media_swiper .swiper-slide-visible .txt {
    transform: translateY(0);
    opacity: 1;
}

index_media_swiper_nav .swiper-slide {
    cursor: pointer;
}

.index_media_swiper_nav_tools {
    transform: translateY(40px);
    display: none;
}

index_media_swiper_nav_tools .swiper-pagination-bullet {
    margin: 0 10px !important;
}

.index_media_swiper_nav_tools .swiper-pagination-bullet-active {
    background: #000;
}
.swiper1 .swiper-slide .img{background: no-repeat center; background-size: cover; display: block; padding-bottom: 58%;}
.swiperbox:has(.swiper45) .swiper-scrollbar{background: url('../img/line01.png') no-repeat center; background-size: 100% auto;}
.swiperbox:has(.swiper45) .swiper-scrollbar-drag{background: url('../img/line02.png') no-repeat center; background-size: 100% auto;}
.swiper45{margin:40px 10px 80px 10px; padding-bottom: 50px;}
.swiper45 .swiper-slide{width:22%; border-radius: 15px; overflow: hidden; border:1px #e4e4e4 solid; box-shadow: 2px 2px 10px rgba(0,0,0,0.2);}
.swiper45 .swiper-slide .img{display: block; background: no-repeat center; background-size: cover; padding-bottom: 86%;}
.swiper45 .swiper-slide .info{margin:15px;}
.swiper45 .swiper-slide .info .title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 18px; color:#2f2f2f; margin-bottom: 15px; font-weight: 600;}
.swiper45 .swiper-slide .txt{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; color:#2f2f2f; font-size: 14px;}
.swiper45 .swiper-slide .qs{display: flex; flex-wrap: wrap; gap:10px;}
.swiper6 .swiper-slide .img, .swiper6_3 .swiper-slide .img{background: no-repeat center; background-size: cover; padding-bottom: 160%; display: block;}
.swiper6 .swiper-slide, .swiper6_3 .swiper-slide{position: relative;}
.swiper6 .swiper-slide .info, .swiper6_3 .swiper-slide .info{width:calc(100% - 0px); padding:10px; position: absolute; left:0; top:0; background: rgba(255,255,255,0.7);}
.swiper6 .swiper-slide .info .title, .swiper6_3 .swiper-slide .info .title{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; font-weight: 600;}
.swiper6 .swiper-slide .info .qs, .swiper6_3 .swiper-slide .info .qs{display: flex;}
.swiper6 .swiper-slide .info .qs div, .swiper6_3 .swiper-slide .info .qs div{width:calc(100% - 50px); text-align: right; font-size: 14px; font-weight: 500;}
.swiperbox:has(.swiper35) .swiper-scrollbar{background: url('../img/line01.png') no-repeat center; background-size: 100% auto;}
.swiperbox:has(.swiper35) .swiper-scrollbar-drag{background: url('../img/line02.png') no-repeat center; background-size: 100% auto;}
.swiper35{margin:40px 10px 10px 10px; padding-bottom: 50px;}
.swiper35 .swiper-slide{width:29%; border-radius: 15px; overflow: hidden; border:1px #e4e4e4 solid; box-shadow: 2px 2px 10px rgba(0,0,0,0.2);}
.swiper35 .swiper-slide .img{display: block; background: no-repeat center; background-size: cover; padding-bottom: 86%;}
.swiper35 .swiper-slide .info{margin:15px; display: flex;}
.swiper35 .swiper-slide .info .title{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; font-size: 18px; color:#2f2f2f; font-weight: 600; width:calc(100% - 110px);}
.swiper35 .swiper-slide .qs{width:95px;}
.swiper35 .city{background: rgba(255,255,255,0.8); padding:10px 10px; line-height: 1; position: absolute; left:0; top:30px; font-size: 14px;}
.swiper8 .swiper-wrapper{max-height: 770px;}
.swiper8 .swiper-slide{padding:15px; background:#eee; }
.swiper8 .swiper-slide .title{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; display: block;}
.line1{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
footer .login {
    display: none;
    justify-content: center;
}

footer .login a {
    color: #fff;
}

footer .login.show {
    display: flex;
}

.backdel {
    position: absolute;
    left: 10px;
    bottom: 0;
    color: #f00;
    cursor: pointer;
}

.area_title{font-size: 33px; font-weight: 600; text-align: center; margin:50px 0 20px 0; line-height: 1;}
.area_title div{font-size: 18px; color:#e56565;}
#footer_float{display: none;}
.ai_talk_box{width:100%; max-width: 410px; border:1px #a0a0a0 solid; border-radius: 15px; overflow: hidden; background: #f6f6f6; padding: 0;}
.ai_talk_box.max{max-width:766px;}
.ai_talk_box .header{background: #fff; padding: 10px 20px;}
.ai_talk_box .header > div{align-items: center; font-weight: 600; line-height: 1.4; display: flex;}
.ai_talk_box .pic{background: #ffcb00 no-repeat center; background-size: contain; border-radius: 50%; width:60px; height: 60px;}
.ai_talk_box .main{position: relative; text-align: center; border:none; padding: 0; font-weight: 600; font-size: 20px; border-radius: 0; width:100%; height: calc(100vh - 240px); max-height:690px; }
.ai_talk_box .main iframe{width:100%; height: 100%;}
.ai_talk_box .main:has(.info) iframe, .ai_talk_box .main:has(.info) .notice{display: none;}
.ai_talk_box .main .notice{position: absolute; left:0; bottom:0px; color:#a0a0a0; width:100%; overflow: hidden;   text-overflow: ellipsis; white-space: nowrap;}
.ai_talk_box .main img{max-width: 100%;}
.ai_talk_box .footer{background: #707070; display: flex;}
.ai_talk_box .footer a{color:#fff; display: block;}
.ai_talk_box .footer > div{position: relative; display: flex; justify-content: center; align-items: center;}
.ai_talk_box .footer > div:nth-child(1){background: #20b2c1; padding: 0; width:120px; color:#fff; flex-wrap: wrap; font-size: 13px;}
.ai_talk_box .footer > div:nth-child(1) div{width:100%; text-align: center;}
.ai_talk_box .footer > div:nth-child(1) div:nth-child(1){margin-top:5px;}
.ai_talk_box .footer > div:nth-child(1) .num{color:#ffc500; font-size: 13px;}
.ai_talk_box .footer > div:nth-child(1) a{background: #ffcb00; color:#343434; display: flex; justify-content: center; align-items: center; width:100%; height: 100%; font-weight: 600;}
.ai_talk_box .footer > div:nth-child(2){width:calc(100% - 90px); padding-left:20px;}
.ai_talk_box .footer .marqueebox{padding: 10px 0; border-radius: 0; background: transparent;}
.ai_talk_box .footer .marqueebox a{background: transparent;}
.ai_talk_box .f-button{display: none;}
.dest_like{cursor: pointer;}
.dest_like:before{content:'加入';}
.dest_like.active:before{content:'移除';}
.bootstrap-tagsinput{width:100%;}
.bootstrap-tagsinput input{min-width:100px;}
.bootstrap-tagsinput .tag{background:#20b2c1; border-radius: 8px; line-height: 1; }

@media screen and (max-width: 1700px) {
    .store_imgs {
        width: 100%;
    }
}

@media screen and (max-width: 1220px) {
    #obj_comment {
        right: 0;
        transform: translate(0, 35px);
    }
    .swiper8 .swiper-wrapper{max-height:570px; }
}

@media screen and (max-width: 890px) {
    html {
        font-size: 13px;
    }

    .floatbox {
        max-width: calc(100vw - 20px);
    }

    /*to top*/
    .top_menu {
        right: 20px;
    }

    footer .c4 li {
        width: 50%;
    }

    footer .login {
        display: flex;
    }

    .main {
        width: calc(100% - 10px);
    }

    #tools {
        position: fixed;
        z-index: 2;
        right: 0;
        top: 150px;
        width: 30px;
        background: #fff;
    }

    #tools > *:not(#searchbox) {
        display: none;
    }

    #tools.open {
        width: 300px;
        height: 300px;
        display: block;
    }

    #tools.open > *:not(#searchbox):not(.tools) {
        display: flex;
    }

    #tools.open #searchbox {
        justify-content: center;
    }

    #tools.open #searchbox .header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    #tools.open #searchbox .header img {
        display: none;
    }

    #tools.open #searchbox .header .close {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 5px;
        color: #fff;
    }

    #tools.open #searchbox .box {
        display: flex;
    }

    #tools.open #searchbox .box form {
        width: 100%;
    }

    #tools.open #searchbox .box a {
        padding: 5px 0;
    }

    #tools.open #tags {
        position: absolute;
        left: 10px;
        bottom: 5px;
        width: calc(100% - 80px);
    }

    #tools.open #tags_nav {
        position: absolute;
        right: 10px;
        bottom: 0px;
    }

    #tools.open #searchbox .btn {
        transform: translateY(40px);
        display: flex;
    }

    .tags1 {
        top: -30px;
    }

    .tags1 a {
        font-size: 0.9rem;
        width: 40vw;
        height: 30px;
    }

    #searchbox {
        margin: 0;
    }

    #searchbox .header {
        color: #fff;
        text-align: center;
        flex-direction: column-reverse;
        background: var(--ci2);
        padding: 7px;
        font-size:1.2rem;
    }

    #searchbox .header img {
        display: none;
    }

    #searchbox .header img.hide {
        display: inline-block;
        width: 1rem;
        margin-left: 5px;
    }

    #searchbox .btn {
        display: none;
    }

    .bar .tools {
        position: static;
        display: block;
        width: 100%;
    }

    .bar .tools .txt {
        margin-left: 5px;
    }

    .bar .tools .txt:has(.heart) {
        display: flex;
        align-items: center;
    }

    .bar .tools .txt:has(.heart) .heart {
        width: 14px;
        height: 13px;
        margin-left: 5px;
    }

    article, aside, .noborder, .list .photobox, .list .infobox, body#search article {
        width: 100%;
        max-width: none;
    }

    #logo_index,#logo {
        display: block;
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #logo_index img {
        width: 80%;
        margin-left:10%;
    }
    #logo img {
        width: 40%;
    }

    #logo_index.index{
        left:0;
    }
    #logo.index {
        left: 0;
        top: 0;
    }

    #tags_nav {
        display: none;
    }

    .bar {
        padding: 5px;
        justify-content: center;
    }

    .bar:has(.tools) {
        justify-content: start;
    }

    .media_info .views {
        position: static;
    }

    body#member nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 5px 1rem;
    }

    body#member nav a {
        margin: 5px 0;
        width: calc(50vw - 20px);
        justify-content: center;
        display: flex;
    }

    #login_info {
        display: block;
        padding: 0px;
        text-align: center;
        width: 100%;
    }

    .between:has(artice), .between:has(.photobox) {
        justify-content: start;
    }

    .box2 .search {
        text-align: left;
    }

    .box2 .search [name=k] {
        width: calc(100% - 260px);
    }

    .box2 .tools {
        right: 10px;
        top: 10px;
    }

    .banner {
        /*手機版banner位置*/
        /*margin-top: 10vh;*/
    }

    .banner .swiper-slide .info {
        max-width: 80%;
    }

    .banner_nav {
        padding: 0;
    }

    .banner_nav .swiper-slide {
        width: 80vw;
    }

    .banner_nav .swiper-slide > * {
        margin: 0 10px;
    }

    .swiper4_box .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .swiper4_box .arrow img {
        height: 20px;
    }

    .swiper4_box .item .info .title {
        margin-top: 0;
        font-size:1.2rem;
    }

    .swiper4_box .item .hot_destimg{
        padding-bottom:30%;
    }

    .index_media_swiper_box .info {
        width: calc(100% - 20px);
        margin: 0px;
        position: absolute;
        z-index: 30;
        left: 15px;
        top: 15px;
    }

    .index_media_swiper_box .imgbox {
        top: auto;
        bottom: 0;
    }

    .index_media_swiper_nav_tools {
        display: block;
    }
    .swiper45 .swiper-slide{width:80%;}
    .swiper35 .swiper-slide{width:80%;}
    .swiper8 .swiper-wrapper{max-height: 570px;}
    #store_info >div{width:100%;}
    header section{padding:0;}
    #logo{margin-left:10px;}
    header .marqueebox{margin:20px auto; position: relative; left:auto; top:auto;}
    body#index header .marqueebox{display: none;}
    header .tools{position:relative; background: #f3f3f3; right: 0; top:0; padding:5px; text-align: center; width:100%;}
    .banner .swiper-slide{width:100%;}
    .banner_box .arrow img{height: 30px;}
    .banner_prev{left:15px;}
    .banner_next{right:15px;}
    body#index #tools{display: none;}
    .top_menu{bottom:80px;}
    footer{margin-bottom: 11.5vw;}
    #footer_float{display: block; position: fixed; z-index: 90; left:0; bottom:0; width:100%; display: flex; align-items: center;}
    #footer_float a{display: inline-block; color:#fff; text-align: center;}
    #footer_float a:nth-child(1){background: #26aec4; width:30%; line-height: 11.5vw; position: absolute; left:0; bottom:0;}
    #footer_float a:nth-last-child(1){width:70%; position: absolute; right:0; bottom:0;}
    #footer_float img{width:100%;}
    .ai_talk_box .main{font-size: 16px;}
    .ai_talk_box.max .main{height: calc(100vh - 122px);}
    #channels {
        padding: 50px 10px;
    }
}

@media screen and (max-width: 730px) {
    .area_title{font-size: 26px;}
    .area_title div{font-size: 14px;}
    .rt_tools{width:100%;}
    .swiper8 .swiper-wrapper{max-height: 450px;}
    .top_menu .ai{display: none;}
    footer .shares img{height: 30px;}
}
    @media screen and (max-width: 480px) {
        .swiper8 .swiper-wrapper{max-height: 350px;}
}