@charset "UTF-8";
:root {
    --ci1: #ffca3a;
    --ci2: #a40000;
    --ci3: #898989;
    --ci4: #0e791b;
    --ci5: #efefef;
    --ci6: #171717;
    --ci7: #a0a0a0;
}

.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 *, footer * {
    color: #313131;
}

html {
    font-size: 16px;
    width: 100vw;
    height: 100vh;
}

html, body {
    margin: 0;
    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;
}

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: 1700px;
    margin: 0 auto;
    position: relative;
}

header section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .tools {
    position: absolute;
    right: 0;
    top: 0;
}

header .tools a {
    color: var(--ci2);
    padding: 0 5px 0 10px;
    display: inline-block;
    line-height: 1;
    border-left: 1px var(--ci2) solid;
}

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% - 500px);
    height: 26px;
    overflow: hidden;
    position: relative;
}

#tags .inner {
    display: block;
    white-space: nowrap;
    position: absolute;
}

#tags_nav {
    display: flex;
}

#tags_nav a {
    margin: 0 2.5px;
    cursor: pointer;
}

.dest_copytext{
    font-size: 12px;
    color: #5e5e5e;
    text-align: right;
}

.copyright_box{
    margin: 50px auto 50px auto;
    width:90%;
    border: 1px #ffca3a solid;
    border-radius: 15px;
    padding: 15px 20px 10px 20px;
}
.copyright_box .copy_text{
    text-align: left;
}
.copyright_box .copy_text p{
    color:#a40000;
    font-weight:500;
}

/*to top*/
.top_menu {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width:40px;
    z-index: 10000;
}

.top_menu a {
    position: relative;
    background: #535353;
    font-size: 16px;
    color: white;
    border-radius: 99%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_menu a:after {
    content: "";
    position: absolute;
    top: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent white transparent;
}

footer {
    background: #222;
}

footer .c4 li {
    list-style: none;
    width: 25%;
    display: inline-block;
    float: left;
}

footer .c4 .title {
    font-size: 1.25rem;
    color: var(--ci1);
    margin-bottom: 1rem;
}

footer .c4 a {
    display: block;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 2rem 0 1rem;
}


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 {
    color: var(--ci1);
    text-align: center;
    border-top: 1px #424242 solid;
    margin-top: 2rem;
    padding: 5px;
}

.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;
    background: var(--ci3);
    color: #fff;
    line-height: 1;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 5px;
}

.tag.active, .tags a.active, .tag:hover, .tags a:hover {
    background: var(--ci6);
}

.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;
}

.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;
}

.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;
}

[name=addr] {
    width: calc(100% - 170px);
}

.page_title {
    background: var(--ci5);
    margin: 1rem auto;
    padding: 5px 10px;
}

.down {
    margin-left: -10px;
}

table {
    width: calc(100% - 40px);
    margin: 20px auto;
    border-collapse: collapse;
    border-color: #aaa;
}

td {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    border-color: #aaa;
    position: relative;
}

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;
}

#search {
    display: flex;
    align-items: center;
    margin-left: 30px;
    z-index: 3;
}

#search .header {
    display: flex;
    flex-wrap: wrap;
}

#search .btn {
    background: #959595;
    padding: 8px 10px;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

#search .btn > .txt {
    color: #fff;
    line-height: 1;
}

#search .box {
    background: #eee;
    padding: 10px;
    border: 1px #bcbcbc solid;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 38px;
    width: 140px;
}

#search .btn:nth-last-child(1) .box {
    left: 0;
    right: auto;
}

#search .box a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px #b9b9b9 solid;
    margin-bottom: 10px;
}

#search .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 {
    display: flex;
    align-items: center;
    background: var(--ci5);
    padding: 5px 0;
    width: calc(100% + 30px);
    transform: translateX(-15px);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.bar > span:nth-child(1) {
    margin-left: 50px;
}

.bar a {
    display: inline-flex;
    margin-left: 5px;
}

.bar .tools {
    display: flex;
    position: absolute;
    right: 50px;
}

.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;
}

main {
    width: calc(100% - 20px);
    margin: 0 auto;
}

article {
    width: calc(100% - 440px);
    max-width: 1249px;
}

aside {
    width: 100%;
    max-width: 431px;
}

.main {
    width: calc(100% - 40px);
    margin: 0 auto;
    border: 1px #afaeae solid;
    border-radius: 15px;
    padding: 15px 20px 20px 20px;
}

.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 {
    width: 100%;
    max-width: 393px;
    float: left;
}

.store_info .title {
    background: var(--ci2);
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    font-size: 1.75rem;
    letter-spacing: 3px;
}

.store_info .box {
    margin: 10px;
    text-align: center;
}

.store_info .type {
    text-align: center;
    color: #222;
}

.store_info .name {
    font-size: 1.5rem;
    line-height: 1.2;
    color: var(--ci2);
    font-weight: 400;
    margin: 10px 0;
}

.store_info .price {
    text-align: center;
    margin-bottom: 10px;
}

.store_info .btns {
    margin: 10px 0;
}



.store_imgs {
    width: calc(100% - 400px);
    float: right;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.store_imgs a {
    width: calc(33.33333% - 10px);
    padding-bottom: 20%;
    background: no-repeat center;
    background-size: cover;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}



.store_imgs .mask {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: calc(33.33333% - 10px);
}

.store_imgs .mask a {
    width: 100%;
    padding-bottom: 62%;
    display: block;
}

.store_imgs .mask a span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
}

.infobox {
    margin-top: 30px;
}

.infobox .title {
    display: inline-block;
    background: var(--ci1);
    font-size: 14px;
    line-height: 1;
    width: 108px;
    text-align: center;
    margin-bottom: 5px;
    padding: 20px 0;
}

.detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.prev_show {
    text-align: center;
    margin: 20px 0;
}

.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 .more {
    position: absolute;
    right: 0;
    bottom: 0;
    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% - 350px);
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.obj_comment_box {
    display: inline-flex;
    position: relative;
    align-items: center;
}

#obj_comment {
    background: #fff;
    position: absolute;
    top: 0;
    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 {
    height: 880px;
    position: relative;
    margin-bottom: 30px;
}

.banner, .banner_nav {
    overflow: hidden;
}

.banner .swiper-slide {
    position: relative;
    height: 880px;
    overflow: hidden;
}

.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;
}

.products_tools {
    position: absolute;
    right: 2rem;
    top: 0;
    text-align: right;
    width: calc(100% - 250px);
    max-width: 465px;
}

.products_tools * {
    display: inline-block;
}

.products_tools .arrow {
    opacity: 1;
    display: inline-block;
}

.products_tools .swiper-button-lock, .products .tools .swiper-button-disabled {
    opacity: 0.4;
}

.products_tools .swiper-scrollbar {
    width: calc(100% - 100px);
    margin-right: 10px;
    position: relative;
}

.products_tools .swiper-scrollbar .swiper-scrollbar-drag {
    position: absolute;
}

.swiper6_box {
    max-width: 1633px;
    margin: 30px auto 50px auto;
    position: relative;
    background: #141414;
}

.swiper6_box .info {
    width: calc(100% - 800px);
    margin: 30px 0 0px 50px;
    z-index: 2;
}

.swiper6_box .imgbox {
    width: 100%;
    max-width: 700px;
    position: absolute;
    right: 0;
    top: 0;
}

.swiper6 {
    height: 395px;
}

.swiper6_box > div {
    overflow: hidden;
}

.swiper6_nav {
    width: calc(100% - 900px);
    position: absolute;
    z-index: 2;
    margin-top: -110px;
    left: 70px;
}

.swiper6_box .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
}

.swiper6_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;
}

.swiper6_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;
}

.swiper6_box lite-youtube button {
    display: none;
}

.swiper6 .swiper-slide-visible .title, .swiper6 .swiper-slide-visible .txt {
    transform: translateY(0);
    opacity: 1;
}

.swiper6_nav .swiper-slide {
    cursor: pointer;
}

.swiper6_nav_tools {
    transform: translateY(40px);
    display: none;
}

.swiper6_nav_tools .swiper-pagination-bullet {
    margin: 0 10px !important;
}

.swiper6_nav_tools .swiper-pagination-bullet-active {
    background: #000;
}

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;
}

@media screen and (max-width: 1700px) {
    .store_imgs {
        width: 100%;
    }
}

@media screen and (max-width: 1220px) {
    #obj_comment {
        right: 0;
        transform: translate(0, 35px);
    }
}

@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(#search) {
        display: none;
    }

    #tools.open {
        width: 300px;
        height: 300px;
        display: block;
    }

    #tools.open > *:not(#search):not(.tools) {
        display: flex;
    }

    #tools.open #search {
        justify-content: center;
    }

    #tools.open #search .header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    #tools.open #search .header img {
        display: none;
    }

    #tools.open #search .header .close {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 5px;
        color: #fff;
    }

    #tools.open #search .box {
        display: flex;
    }

    #tools.open #search .box form {
        width: 100%;
    }

    #tools.open #search .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 #search .btn {
        transform: translateY(40px);
        display: flex;
    }

    .tags1 {
        top: -30px;
    }

    .tags1 a {
        font-size: 0.9rem;
        width: 40vw;
        height: 30px;
    }

    #search {
        margin: 0;
    }

    #search .header {
        color: #fff;
        text-align: center;
        flex-direction: column-reverse;
        background: var(--ci2);
        padding: 7px;
        font-size:1.2rem;
    }

    #search .header img {
        display: none;
    }

    #search .header img.hide {
        display: inline-block;
        width: 1rem;
        margin-left: 5px;
    }

    #search .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 {
        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: 100%;
    }

    #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_box, .banner .swiper-slide {
        height: calc(100vh - 80px);
    }

    .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%;
    }

    .swiper6_box .info {
        width: calc(100% - 20px);
        margin: 0px;
        position: absolute;
        z-index: 30;
        left: 15px;
        top: 15px;
    }

    .swiper6_box .imgbox {
        top: auto;
        bottom: 0;
    }

    .swiper6_nav_tools {
        display: block;
    }

    #channels {
        padding: 50px 10px;
    }
}

@media screen and (max-width: 480px) {
    .dest_copytext {
        text-align: center;
    }
}