html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}

html {
    overflow-x: hidden;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    line-height: 1;
    background-color: #000;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    cursor: pointer;
}

li {
    cursor: pointer;
}

::-webkit-scrollbar {
    display: none;
}

.body {
    margin: 0 auto;
}

section.wide-banner {
  display: grid;
  gap: 0.42rem 0;
}
section.wide-banner img {
  width: 100%;
}
section.wide-banner img.topbanner-img {
  width: 100%;
  height: 5vh;
}
section.wide-banner a:hover img {
  filter: brightness(178%);
}

.line {
    border-left: 4px solid #f7b500;
    margin-left: 5px;
}

.wrap {
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.content {
    max-width: 1280px;
}

.hycgame-areas {
    margin-top: 10px;
    margin-left: 10px;
    overflow: scroll;
    display: flex;
    flex-direction: row;

}

.hycgame-card {
    width: 150px;
    margin: 0px 10px 15px 10px;
}

.hycgame-game img {
    width: 150px;
    height: 95px;
    border-radius: 10px;
}

.hycgame-name p {
    color: white;
    margin-top: 10px;
}

/* 視頻已掉線pop */

.rec-app-all {
    height: auto;

}

.rec-app-card {
    width: auto;
    height: auto;
    padding: 4px;
    margin: 10px 15px 10px 15px;
    border-radius: 5px;
    border: solid 1px #9c9c9c;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: space-around;
    position: relative;

}

.rec-app-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 5px;
    margin-right: 5px;
    margin-left: 2px;
}

.rec-app-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation-name: oxxo;
    animation-duration: .5s;

}

.rec-app-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    animation-name: oxxo;
    animation-duration: 1s;

}

.rec-app-des {
    text-align: left;
    color: #6d7278;
    flex-wrap: wrap;
    font-size: 12px;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    animation-name: oxxo;
    animation-duration: 1.5s;


}

.rec-app-down img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 5px;
    margin-right: 5px;
    margin-left: 2px;
    animation-name: oxxo;
    animation-duration: 2s;
}

.pushicon img {
    position: absolute;
    width: 40px;
    top: -10px;
    right: -10px;
    animation-name: oxxo;
    animation-duration: 2.5s;
}

/* 珍藏好站 */

.goodsite-all {
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 1.75vw;
}

.goodsite-card {
    width: 160px;
    height: auto;
    padding: 4px;
    margin: 5px 5px 10px 5px;
    border-radius: 5px;
    border: solid 1px #9c9c9c;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
}

.goodsite-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 5px;
    margin-right: 5px;
    margin-left: 2px;
}


.goodsite-title {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.goodsite-description {
    color: #6d7278;
    flex-wrap: wrap;
    font-size: 12px;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}


/* 圓圈廣告 */

.circle-section {
    height: auto;
    width: 100%;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    overflow: scroll;
    background-color: #181818;
}

.one-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.circle-ad {
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-img {
    height: 60px;
    width: 60px;
    border-radius: 999em;
    border-style: solid;
    border-width: 2px;
    border-color: #f7b500;
    padding: 3px;

}

.circle-img img {
    height: 60px;
    width: 60px;
    border-radius: 999em;
}
.circle-img img:hover{
    filter: brightness(180%); 
    filter: drop-shadow(0px 0px 8px orange);
    transform: scale3d(1.1, 1.1, 1.1);
}

.circle-ad-text {
    text-align: center;
    font-size: 14px;
    color: white;
    display: block;
    margin-top: 7px;
}

.all-text-ad {
    margin: 10px 0;
    background-color: #181818;
    padding: 10px 0;
}

.text-ad-section {
    height: auto;
    width: 100%;

}

text-ad-section-down {
    height: auto;
    width: 100%;

}

.text-ad-section img {
    max-width: 400px;
    width: 100%;
}

.text-ad-section-down img {
    max-width: 400px;
    width: 100%;
}

.text-ad-word {
    display: flex;
    margin: 10px 10px 20px 10px;
    align-items: center;
    height: auto;
    justify-content: space-evenly;


}

.text-ad-word-down {
    display: flex;
    margin: 10px;
    align-items: center;
    height: auto;
    justify-content: space-evenly;


}

.text-ad-title {
    width: auto;
    height: 35px;
    display: flex;
    align-items: center;
    white-space: nowrap;

}

.text-ad-title p {
    text-align: center;
    color: #f7b500 !important;
    padding: 8px 8px;
    border-radius: 50px;
    box-shadow: 0 0 3px 3px #635800;
    border: solid 1px #f7b500;
    font-size: 14px;

}

.sortout-text-ad {
    display: flex;
    width: 75%;
    height: auto;
}

.text-ad-name {
    width: 75%;
    height: auto;


}

.text-ad-name ul {

    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    column-gap: 0vw;

}

.text-ad-name li {
    margin: 8px;
    font-size: 14px;
}


/* 猜拳 */
.video_list_blurimg {
    filter: blur(5px);
}

.fingerguessing {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.fingerguessing img {
    padding-top: 15px;
}

.choice-video .video-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.choice-video .video-card img {
    height: 100%;
}

.choice-video .fingerguessing img {
    width: 50px;
}

.choice-video .fingerguessing p {
    text-shadow: 0.1em 0.1em 0.2em black;
    margin-bottom: 0px;
}

.fingerguessing button {
    width: 100px;
    height: 30px;
    color: black;
    font-weight: 900;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background: linear-gradient(#fcdb00, #f7b500);
    margin: 7px 0px;
    cursor: pointer;
}

.gray_fingerguessing {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    z-index: 1;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em black;
    width: 100%;
    padding-top: 30px;
}

.gray_fingerguessing button {
    width: 100px;
    height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background: #b0b0b0;
    border: 0px;
    margin: 7px 0px;
    cursor: pointer;
}

.choicehand {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-shadow: 0.1em 0.1em 0.2em black;
    padding-top: 30px;
}

.three-hand {
    display: flex;
    flex-direction: row;
    width: 50px;
    justify-content: center;
    align-items: center;
    animation: fadeIn 2s;

}

.three-hand input {
    width: 50px;
    height: 50px;
    padding: 0px 4px;
    opacity: .4;
}

.choicehand .three-hand input:hover,
.three-hand .selected-hand {
    opacity: 1;
}

.choice_onehand {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-shadow: 0.1em 0.1em 0.2em black;
    padding-top: 30px;
}

.vs_hand img {
    height: 75%;
    width: 100%;
    position: absolute;
    /* transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; */
    z-index: 1;
}

.win_hand {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 1;
}

.win_hand img {
    width: 120px !important;
    height: 70px !important;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.winunlock {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    z-index: 1;
}



/* 註冊css */
.register-popup {
    background: white;
    width: 70%;
    max-width: 290px;
    opacity: 1;
    border-radius: 15px 0px 15px 15px;
    position: absolute;
    right: 25px;
    top: 60px;
    z-index: 7;
    padding: 20px 20px 15px 20px;
    line-height: 30px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    position: fixed;
}

.left1-regtext {
    font-size: 16px;
    font-weight: 900;
}

.left2-regtext {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #6d7278;
    font-size: 14px;
    margin: 5px 0px;
}

.left3-regtext {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #6d7278;
    font-size: 14px;
    margin: 5px 0px;
}

.left2-regtext img {
    width: 25px;
    padding-right: 8px;
}

.left3-regtext img {
    width: 25px;
    padding-right: 8px;
}

.left4-regbtn {
    width: 210px;
    height: 40px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background: linear-gradient(#fcdb00, #f7b500);
    margin: 10px 0px;
    cursor: pointer;

}

.more-btn {
    width: 210px;
    height: 40px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    /* background: linear-gradient(#fcdb00, #f7b500); */
    background: black;
    border: 1px solid #f7b500;
    color: white;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .more-btn:hover{
    width: 215px;
    height: 42px;
    font-size: 14px;
    color: #f7b500;
    
} */
.more-btn[disabled] {
    background: rgb(24, 24, 24);
    border: 1px solid #707070;
    color: rgb(165, 165, 165);
}

.left4-regbtn:hover {
    transform: scale(1.01);
}

.left4-regbtn p {
    color: #000;
    font-weight: 900;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 0.3rem 0.3rem;
}

.left5-regtext {
    display: flex;
    flex-direction: row;
}

.left5-regtext span {
    color: #d99000;
    text-decoration: underline;
    cursor: pointer;
}

.left5-regtext span:hover {
    color: rgb(192, 128, 1);
    text-decoration: #f7b500;

}

.right-reggirl img {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: -1;
}

.registered-popup {
    background: white;
    width: auto;
    min-width: 120px;
    opacity: 1;
    border-radius: 15px 0px 15px 15px;
    position: absolute;
    right: 25px;
    top: 60px;
    z-index: 7;
    padding: 10px 20px 5px 20px;
    line-height: 30px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    position: fixed;
}

.registered-popup p {
    padding-bottom: 5px;
    text-align: center;
    color: black;

}

.registered-popup span {
    padding-bottom: 5px;
    text-align: center;
    display: block;
    color: #6d7278;
    font-size: 14px;
}

.gray-line {
    border-top: 1px solid #c5c5c5;
    width: 100%;
    padding-bottom: 6px;
}

.transparentbg {
    /* 點這個遮罩，pop就可關閉 */
    background-color: rgb(0, 0, 0);
    opacity: .1;
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 6;
}

.login-all {
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.loginpop {
    max-width: 91%;
    width: 390px;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 8;
    position: fixed;

}

.loginpop .closeicon i {
    color: #000;
    font-size: x-large;
}

.switchlogin {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.switchlogin span {
    color: #c5c5c5;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}

.switchlogin p {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.switchlogin p:hover {
    color: #e0a124;
}

.loginpop .login-textword {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 10px 20px;
    position: relative;

}

.loginpop .login-textword input {
    margin-top: 10px;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #979797;
}

.login-textword .redtext-error {
    color: red;
    font-size: 12px;
    padding-top: 5px;
    text-align: left;
    line-height: 20px;
}

.login-textword img {
    position: absolute;
    top: 20px;
    left: 30px;
}

.login-textword i {
    position: absolute;
    top: 20px;
    right: 30px;
}

.loginpop .login-textword2 {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 10px 20px;
    position: relative
}

.loginpop .login-textword2 input {
    margin-top: 10px;
    height: 30px;
    border-radius: 5px;
    border: solid 1px #979797;
}

.login-textword2 .redtext-error {
    color: red;
    font-size: 12px;
    padding-top: 5px;
    text-align: left;
    line-height: 20px;
}

.login-textword2 img {
    position: absolute;
    top: 20px;
    left: 30px;
}

.login-textword2 i {
    position: absolute;
    top: 20px;
    right: 30px;
}

.indent {
    text-indent: 30px;
}

.login-function {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 20px;
}

.loginbtn {
    width: 90%;
    height: 40px;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); */
    border-radius: 5px;
    background: linear-gradient(#fcdb00, #f7b500);
    border: none;
    font-weight: 700;
    margin-bottom: 30px;
    color: black;
}

.loginbtn-s {
    width: 40%;
    height: 40px;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); */
    border-radius: 5px;
    background: linear-gradient(#fcdb00, #f7b500);
    border: none;
    font-weight: 700;
    margin-bottom: 30px;
}

.loginbtn-cancel {
    width: 40%;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #aaaaaa;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(51, 51, 51);
}

.sign-out-btn {
    cursor: pointer;
}

.twobtn {
    display: flex;
    justify-content: space-evenly;
}

.forget {
    color: #d99000;
    text-decoration: underline;
    cursor: pointer;
}

.forget:hover {
    color: rgb(192, 128, 1);
    text-decoration: #f7b500;
}

.forgetpasss-span span {
    line-height: 30px;
    font-weight: initial;
    font-size: 14px;
}

.newpasss-span span {
    line-height: 30px;
    font-weight: initial;
    font-size: 14px;
    display: flex;

}

.text-style-1 {
    color: #e0a124;
    padding-left: 2px;
    font-weight: bolder;
}




/* 新增會員的header */

.headfunction {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;

}

.head-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.head-icon a{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.head-icon img {
    width: 25px;
    height: 25px;
    padding-bottom: 5px;
}
.head-icon img:hover {
    width: 25px;
    height: 25px;
    padding-bottom: 5px;
    filter: brightness(180%);
    transform: scale3d(1.1, 1.1, 1.1);
}

.head-icon p {
    font-size: 12px;
    color: white;
    text-align: center;
    margin: 0 auto;
}

.head-icon p:hover {
    color: #f7b500;
}

#membericon p,
#membericon_logged p {
    padding-top: 2.5px;
}

.floatontop {
    position: absolute;
    height: auto;
    top: 0;
    z-index: 5;
    width: 100%;
    position: fixed;
}

.header {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: black;
    transition-duration: .3s;
}

.header .logo img {
    height: auto;
    max-height: 40px;
    min-height: 20px;
    margin-left: 0.66667vw;
    padding: 1vw;
}
.header .logo img:hover {

    filter: brightness(120%);
    transform: scale3d(1.1, 1.1, 1.1);
    
}


.header .headapp {
    display: flex;
    justify-content: flex-end;
    padding: 1vw 2vw 0vw 0vw;
    float: right;
    align-items: center;
}

.header .headapp img {
    width: 3vw;
    height: 4vw;
}

.header .headapp p {
    font-size: 2vw;
    color: #f7b500;
}

.search-area {
    position: relative;
}

.search-area i {
    position: absolute;
    top: 30%;
    right: 10px;
    color: black;
}

.search {
    border-radius: 25px;
    padding: 10px 25px;
    background: #ccc;
}

/* 遊戲 */
.game {
    width: 300px;
    height: 200px;
    position: fixed;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: khaki;
    z-index: 2;
}

/* 新功能提示標籤 */
.new-tag {
    width: 100%;
    height: auto;
}

.new-tag img {
    width: 18px;
    height: 7px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 18%;
    left: 50%;

}

/* 直播播放頁面*/

.stream-window {
    width: 100vw;
    height: 120vw;
    background-color: rgb(0, 0, 0);
    margin: auto;
    position: relative;
}

.stream-window iframe {
    width: 100%;
    height: 100%;
}

.name-rect {
    width: 120px;
    height: 40px;
    padding: 7px 21px 8px 9px;
    border-radius: 38.5px;
    border: solid 1px #fff;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 10px;
    left: 10px;
}

.str-girlhead {
    width: 42px;
    height: 42px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    background: linear-gradient(to bottom, #fff, #fff 33%, #ffc300);
    padding: box;
    padding: 2px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 19%;
}

.str-girlhead img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.str-name {
    width: 90px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 70%;
}

.str-name p {
    color: white;
    font-size: 13px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-right: 10px;
}

.streamrightblock {
    max-width: 100vw;
}

.streamrightblock .new-title {
    width: 95%;
    padding-left: 15px;
}

.streamrightblock .benefits {
    padding-left: 15px;
}

.streamrightblock .all-stream-4card {
    margin: 0 35px;
}


/* 直播 */

.stream-banner {
    width: 100%;
    height: 200px;
    background-color: rgb(0, 0, 0);
    margin-top: 10px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-strgirl img {
    height: 200px;
    width: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 5px;

}

.flash-live {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 15%;
    left: 44%;
    width: 130px;
    z-index: 2;
}

@keyframes light {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

}

@keyframes light2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

}

.light-l {
    position: absolute;
    top: 50%;
    left: 17%;
    animation-name: light;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    z-index: 2;

}

.light-r {
    position: absolute;
    top: 10%;
    right: 6%;
    animation-name: light2;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-iteration-count: infinite;
    z-index: 2;
}

.light-l img {
    width: 60px;
}

.light-r img {
    width: 50px;
}


.all-stream-card {
    display: block;
}

.stream-title {
    position: relative;
    left: 10px;
}

.stream-title img {
    width: 428px;
    max-width: 100%;
    margin-top: 10px;
}

.stream-title p {
    font-size: 16px;
    color: white;
    position: absolute;
    top: 20px;
    left: 75px;
    text-align: left;
}

.stream-card {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}

.stream-card p {
    color: white;
    position: absolute;
    bottom: 7px;
    left: 8px;
    text-align: left;
    text-shadow: 0.1em 0.1em 0.2em black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    z-index: 1;
}

.str-girlimg {
    position: relative;

}

.str-girlimg img {
    object-fit: cover;
    width: 100%;
    height: 150px;
    border-radius: 10px;

}

.str-livetag {
    position: absolute;
    ;
    top: 3px;
    left: 2px
}

.black-gradient {
    background: linear-gradient(360deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0)100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    opacity: .5;
}

.all-stream-4card {
    display: flex;
    /* 加了這個就會換行 */
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 9vw;
}

/* 直播彈窗 */

.stream-popup .all-stream-4card {
    margin: 0 30px;
}

.stream-popclose {
    position: absolute;
    top: -27px;
    right: 5px;
}

.pop-popclose {
    position: absolute;
    top: 50px;
    right: 30px;
}

.pop-popclose .fa-times-circle {
    color: white;
    font-size: 25px;
    text-shadow: 0.1em 0.1em 0.2em rgb(230, 163, 39);

}

.stream-popclose .fa-times-circle {
    color: white;
    font-size: 35px;
    text-shadow: 0.1em 0.1em 0.2em black;

}

.stream-popup {
    width: 100%;
    height: 172px;
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    margin: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 2;
    max-width: 428px;
    display: none;
}

/* 加入主畫面css */
.addmain-popup {
    width: 100%;
    height: 210px;
    border-radius: 15px 15px 0 0;
    background-image: linear-gradient(to top, #000, #333);
    margin: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 2;
    max-width: 428px;
    /* display: block; */
}

.addmaincontent .addright .add-text p {
    color: #ffffff;
}

.addmaincontent .addright .waittext p {
    color: #bdbdbd;
}

.addmaincontent {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.addgirl img {
    height: 190px;
}

.addright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.add-text {
    text-align: center;
    line-height: 40px;
}

.waittext {
    line-height: 30px;
}

.addright .left4-regbtn p {
    margin-top: 7px;
}

.addmainsmall {
    background: #fff;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 7;
    transition-duration: .3s;
}

.addmainsmall-content {
    display: flex;
    align-items: center;
    padding: 10px;
}

.addmainsmall-content p {
    font-size: 12px;
    line-height: 20px;
}

.addmainsmall-content .download-app-btn {
    width: 80px;
    height: 33px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    /* border: solid 1px #6d7278; */
    background: linear-gradient(#fcdb00, #f7b500);
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addmainsmall-content .download-app-btn p {
    padding-top: 2px;
    font-size: 14px;
    font-weight: 900;
}

.addmainsmall-content .promote_app_close {
    margin-left: 5px;
}

.addmainsmall-content .promote_app_logo {
    margin-left: 10px;
    height: auto;
    width: 40px;
}

.addmainsmall-content .promote_app_content {
    margin-left: 14px;
    font-weight: 600;
}

.addmainsmall-content .ann-btn {
    width: 100px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    right: 20px;
}

.addmainsmall-content .ann-btn:hover {
    width: 100px;
    height: 35px;
}

.addmainsmall-content .ann-btn p {
    padding: 0;
    font-size: small;
}

.addmainsmall-content i {
    font-size: x-large;
    padding: 10px 20px;
}

.header-main {
    background: #000;
    width: 100%;
    height: 60px;
}

.iphonetitle p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    line-height: 30px;
}

.iphonetext p {
    text-align: left;
    padding: 10px;
    font-size: 0.9rem;
    line-height: 25px;
    color: #bdbdbd;
    white-space: wrap;
}

.tutor_img {
    display: flex;
    flex-direction: column;
    width: 400px;
    align-items: center;
}

.tutor_img img {
    padding-bottom: 30px;
}


/* 直播彈窗動態 */
.popup {
    animation: pop 1s;
    display: block;
}

.addmain-popup {
    animation: pop 2s;
}


.pophide {
    animation: pop-hide 1s;
    /* display: none; */
}

@keyframes pop {

    0% {
        transform: translateY(200px);
        animation: ease;
    }

    100% {
        transform: translateY(0px);
        animation: ease;
    }
}

@keyframes pop-hide {

    0% {
        transform: translateY(0px);
        animation: ease;
        opacity: 100%;
    }

    100% {
        transform: translateY(200px);
        animation: ease;
        opacity: 0%;
    }
}

@keyframes pop2 {

    0% {
        scaleY: 120%;
        animation: ease;
    }

    100% {
        scale: 100%;
        animation: ease;
    }

    0% {
        scale: 120%;
        animation: ease;
    }
}

.strpop-text {
    font-weight: 900;
}

.strpop-upcontent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
}

.strpop-downcontent {
    display: flex;
    flex-direction: column;
}

.strpop-downcontent .grayline {
    width: 95%;
    height: 1px;
    border-top: solid .5px rgba(0, 0, 0, .3);
    margin: 0 auto;
    margin-top: 10px;
}

.strpop-downcontent .all-stream-4card {
    display: flex;
    flex-direction: row;
    padding-top: 15px;
}

.strpop-downcontent .all-stream-4card .stream-card {
    width: 75px;
}

.strpop-downcontent .all-stream-4card .stream-card .str-girlimg img {
    width: 75px;
    height: 75px;
}

.strpop-downcontent .str-livetag img {
    width: 75px;
}

.strpop-btn:hover {
    transform: translateY(-2px);
}

.announcement-pop {
    position: relative;
    width: 300px;
    height: 420px;
    max-width: 300px;
    max-height: 420px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 999;
    top: 45%;
    left: 50%;
    color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 18%);
}


.black-mask {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 3;
    height: 100vh;
    top: 0;
}

.ann-title-bg {
    background-color: #2f2a30;
    width: 100%;
    height: 50%;
    max-width: 300px;
    max-height: 60px;
    border-radius: 10px 10px 0px 0px;
    vertical-align: middle;
    margin-bottom: 5px;
}

/* 要置中就複製這段 */
.ann-title-bg p {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 1.4rem;

}

.closeicon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.closeicon img {
    width: 20px;
    height: 20px;
}

.ann-btn {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(#fcdb00, #f7b500);
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
    /* transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; */
}

.ann-btn:hover {
    width: 185px;
    height: 42px;

}

.ann-btn p {
    color: #000;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-weight: 500;
    font-size: 1.1rem;

}

/* radio按鈕 */
.rad-label {
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 12px 24px;
    cursor: pointer;
    transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
    background: hsla(0, 0%, 80%, .14);
}

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: linear-gradient(to right bottom, hsl(51, 97%, 62%), hsl(41, 78%, 51%));
    position: relative;
}

.rad-design::before {
    content: '';

    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: hsl(0, 0%, 90%);
    transform: scale(1.1);
    transition: .3s;
}

.rad-input:checked+.rad-design::before {
    transform: scale(0);
}

.rad-text {
    color: hsl(0, 0%, 60%);
    margin-left: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
}

.rad-input:checked~.rad-text {
    color: hsl(0, 0%, 11%);
}

.report-input {
    border-radius: 15px;
    margin-left: 14px;
    padding: 5px 63px 5px 9px;
    border-radius: 5px;
    border: solid 1px #979797;
    width: 100%;

}

.report-input::placeholder {
    color: rgb(201, 201, 201);
}

.ann-text {
    width: 260px;
    height: 90%;
    max-width: 260px;
    max-height: 200px;
    color: #000;
    padding: 10px 20px 0px 20px;

}

.ann-text p {
    font-size: 1.2rem;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
}

.ann-text-center {
    width: 260px;
    height: 90%;
    max-width: 260px;
    max-height: 200px;
    color: #000;
    padding: 10px 20px 0px 20px;

}

.ann-text-center2 {
    width: 260px;
    height: 90%;
    max-width: 260px;
    max-height: 180px;
    color: #000;
    padding: 10px 20px 0px 20px;

}

.ann-text-center p {
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
}

.ann-text-center2 p {
    font-size: 1rem;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
}

.ann-text .left2-regtext p {
    font-size: 16px;
}

.greenword {
    color: #00ca3f;
    font-weight: bold;
    font-size: 20px !important;
    padding-bottom: 10px;
}

.ann-pop-onlytext {
    position: relative;
    width: 300px;
    height: 350px;
    max-width: 300px;
    max-height: 350px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 999;
    top: 45%;
    left: 50%;
    color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 18%);
}

/* 新頁碼樣式 */
.select-page {
    margin: 0 auto;
    padding: 0px 10px 0px 10px;

}

.select-page select {
    width: 60px;
    height: 30px;
    background: #252525;
    color: #fafafa;
    border-radius: 5px;
    font-size: 1.1rem;
    padding-left: 5px;
    border: solid 1px #979797;
}

.next-page {
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #525252;
    color: #fff;
}

.next-page:hover {
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #f7b500;
    color: #000;
}

.all-selectpage {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 320px;
    justify-content: center;
    margin: auto;
    padding-bottom: 20px;
}

.all-selectpage img {
    padding: 0px 15px 0px 15px;
}

.all-selectpage img:hover {
    padding: 2px 15px 0px 15px;
}

/* 首頁中間橫幅推廣app */
.banner_app_download {
    /* display: none; */
    width: 100%;
    display: flex;
    justify-content: center;

}

.banner_app_download.big-search-banner,
.banner_app_download.big-feature-banner {
    height: 60px;
    width: 100%;
}

.banner_app_download.big-search-banner {
    margin-top: 5px;
}

.banner_app_download.big-feature-banner {
    margin-top: 50px;
}

.banner_app_download_content {
    /* margin: 10px; */
    /* background: url("https://g.lcjbpy.com/porter/img/index_to_download_0602.jpg") no-repeat; */
    height: 100px;
    /*自訂*/
    background-position: center center;
    background-size: contain;
    position: relative;
    width: 380px;
}

.banner_app_download_content_up,
.banner_app_download_content_down {
    height: 100px;
    /*自訂*/
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 380px;
}

.banner_app_download_float_up,
.banner_app_download_float_down {
    width: 60px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);

}

.banner_app_icon {
    display: flex;
    justify-content: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10%;
    flex-direction: column;
    align-items: center;
}

.banner_app_icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 7px;


}

.banner_app_icon p {
    color: #fff;
    font-size: 12px;


}

/* TG懸浮 */
.tg_float {
    display: flex;
    right: 0px;
    position: fixed;
    bottom: 18vh;
    z-index: 6;
    justify-content: flex-end;
    align-items: center;
}

.tg_float img {
    width: 30%;
}

/* 懸浮球推廣app */
.float_app_download {
    display: none;
}

.float_app_download_content {
    /* display: none; */
    width: 130px;
    height: 120px;
    display: flex;
    right: 0px;
    padding: 10px;
    border-radius: 100px;
    position: fixed;
    bottom: 18vh;
    z-index: 5;
    justify-content: space-around;
    align-items: center;
    margin-right: 5px;
}

.float_app_download_content .down {
    width: 130px;
    height: 120px;
    object-fit: contain;
}

.float_app_download_content .float_app_text {
    width: 52px;
    height: 20px;
    margin: 0 0 0 5px;
    font-family: PingFangSC;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f7b500;
}

/* 影片頁面推廣app */
.play_download_app {
    display: none;
}

.play_download_app_content {
    height: 37px;
    margin: 11px 15px 9px;
    border-radius: 5px;
    background-color: #f7b500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.play_download_app_content .play_download_app_text {
    font-family: PingFangSC;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.download_app_pop_div {
    position: fixed;
    z-index: 999;
    display: flex;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
}

.download_app_pop_img {
    z-index: 5;
    padding-top: 15vh;
    display: flex;
    justify-content: space-around;
}

.download_app_pop_img img {
    /* width: 100vw; */
    max-width: 320px;
    object-fit: contain;
}

.download_app_pop_content {
    z-index: 5;
    display: flex;
    justify-content: space-around;
}

.download_app_pop_content span {
    height: 21px;
    margin-top: 15px;
    font-family: PingFangSC;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #979797;
}

/* app介紹頁 */

.marquee_div {
    content: '';
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    z-index: 1000;
    display: flex;
}

.marquee_title {
    width: 45px;
    height: 28px;
    background-color: #f7b500;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.marquee_title span {
    width: 26px;
    height: 18px;
    font-family: PingFangSC;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin: 0 auto;
}

.marquee {
    height: 28px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #49484a;
    line-height: 28px;
}

.marquee p {
    margin: 5px 0 5px 10px;
    font-family: PingFangSC;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #999;
    animation: marquee 30s linear infinite;
    display: inline-block;
    padding-left: 100%;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.app-introduce {
    width: auto;
    height: 75px;
    margin: 19px 0 5px 20px;
    border-left: 4px solid #f7b500;
    display: flex;
    flex-direction: column;
}

.app-introduce .app-introduce-big-title {
    width: auto;
    height: 42px;
    margin: 0 0 4px 12px;
    font-family: PingFangSC;
    font-size: 30px;
    font-weight: bolder;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.app-introduce .app-introduce-small-title {
    width: auto;
    height: 25px;
    margin: 0 0 0 12px;
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9c9c9c;
}

.app-detail-banner {
    width: 100%;
    height: 440px;
    padding-top: .5vw;
    /* position: relative; */
    background-repeat: no-repeat;
    object-fit: cover;
    /* order: 1; */
    justify-content: space-between;
    background: url('https://g.lcjbpy.com/porter/img/bg.png') no-repeat;
    background-position: bottom;
}

.app-detail-banner .carousel-item {
    height: 400px;
}

.app-detail-banner-img .carouselImg {
    width: 80%;
    position: absolute;
    /* transform: translate(-50%, -50%); */
    top: 28%;
    left: 10%;
    border-radius: 5px;
    z-index: 3;
    -webkit-animation: animateImg .7s .4s both;
    animation: animateImg .7s .4s both;
}

.app-detail-banner .carousel-indicators {
    bottom: -30px;
}

.app-detail-banner .carousel-indicators [data-bs-target] {
    position: relative;
    width: 8px;
    height: 6px;
    border: none;
    border-radius: 24px;
}

.app-detail-banner .carousel-indicators .active {
    width: 20px;
}

.app-detail-banner .carousel-indicators [data-bs-target] span {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f7b500;
    border-radius: inherit;
}

.app-detail-content {
    width: 262px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 10px auto;
}

.app-detail-content .app-detail-content-text {
    width: 260px;
    margin: 20px 0;
    font-family: PingFangSC;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    color: #999;
}

.app-detail-download {
    animation: scaleDrew 2.5s ease-in-out infinite;
}

.sloganImg {
    width: 30% !important;
    position: absolute;
    z-index: 4;
    right: 8%;
    top: 65%;
    -webkit-animation: animateText .7s .4s both;
    animation: animateText .7s .4s both;
}

@keyframes animateImg {
    0% {
        transform: rotate(0) scale(1);
    }

    40% {
        transform: rotate(-5deg) scale(1.03);
    }

    100% {
        transform: rotate(0) scale(1);
    }
}

@keyframes animateText {
    0% {
        transform: rotate(10deg) scale(0);
    }

    40% {
        transform: rotate(10deg) scale(1.1);
    }

    100% {
        transform: rotate(0) scale(1);
    }
}

@keyframes scaleDrew {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.05);
    }
}

/* 回到最上面 */

#GoTop {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 2vw;
    right: 3vw;
    z-index: 2;
}

#focus {
    padding: 10px 40px 10px 15px;
}

.content {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
}

/* benefits */

.benefits {
    width: 100%;
}

.benefits-title {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;

}

.benefits h3 {
    font-size: 20px;
    color: white;
    padding-left: 5px;
    font-weight: bold;
}

.benefits::-webkit-scrollbar {
    display: none;
}

.benefits ul {
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
    flex-wrap: wrap;
    column-gap: 1vw;
    justify-content: space-evenly;
}

.benefits ul li {
    width: 75px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    /*行内块元素*/
    padding-bottom: 10px;
}

.benefits ul li a {
    text-align: center;
    font-size: 16px;
    color: white;
    display: block;

}

.benefits ul li a img {
    display: block;
    width: 75px;
    margin: 0 auto 8px;
    border-radius: 15px;
    height: 75px;
    background-size: 50% 50%;
}

.classify-section {
    background-color: #353535;
    width: 100%;
    height: auto;
    transition-duration: .3s;
}

.classify-section i {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    font-size: x-large;
}

.classify {
    float: left;
    background-color: #353535;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.classify li {
    width: 20%;
    text-align: center;
    padding: 10px 0;
}

.classify li a {
    color: white;
    white-space: nowrap;
}

.classify li a:hover {
    color: #f7b500;
    border-bottom: 2px solid #f7b500;
    font-weight: 900;
}

.classify li a:active {
    color: #f7b500;
    border-bottom: 1px solid #f7b500;
    font-weight: 900;
}



/* iice play*/
.choice {
    width: 100%;
}

/* classify choice start */
.choice-classify {
    width: 100%;
}

/* classify choice end */
.choice-index {
    width: 100%;
}

.choice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.choice-list>img {
    width: 25%;
    height: 250px;
}

.choice h4 {
    color: white;
    font-size: 24px;
    margin-left: 12px;
}

.choice-video {
    width: 24%;
    position: relative;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    margin-right: 5px;

}

.choice-video .video-img {
    height: 160px;
}

/* 直播的影片區 */

.allstream-video {
    padding-top: 10px;
    padding-bottom: 20px;
}

.stream-choice-video {
    width: 100%;
    height: 150px;
    padding-left: 2.5vw;
    flex-wrap: nowrap;
    display: flex;
    max-width: 100vw;
    overflow: auto;
}

.choice-video-scroll {
    width: 150px;
    height: 90px;
    position: relative;
    text-overflow: ellipsis;
    flex-shrink: 0;
    padding-right: 18px;
    padding-top: 10px;
}

.choice-video-scroll img {
    width: 150px;
    height: 90px;
    margin-bottom: 8px;
    border-radius: 5px;
    object-fit: cover;
}

.choice-video-scroll .video-img {
    height: 90px;
    width: 150px;
}

.choice-video-scroll .video-time {
    position: absolute;
    bottom: 5px;
    right: 8px;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em black;
}

.video-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: white;
    line-height: 1.5em;
    font-size: 12px;
}

.choice-title {
    display: flex;
    margin-top: 18px;
    margin-bottom: 18px;
}

.new-title .morevideo p {
    font-size: 12px;
}

.title-full {
    height: auto;
    width: 100%;
    order: 5;
}

.index-title {
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.index-title p {
    padding-left: 10px;
    font-size: 24px;
}

.full-all {
    display: flex;
    height: auto;
    margin: 0 auto;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.full-card {
    border-radius: 10px;
    background-color: #353535;
    align-items: center;
    display: flex;
    margin: 0vw;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-bottom: 3vh;
    width: 22%;
    justify-content: center;
}

.full-icon img {
    margin-left: 2vw;
    width: 52px;
    border-radius: 10px;
}

.full-title {
    display: flex;
    padding-left: 1vw;
    padding-right: .5vw;
    flex-direction: column;
    align-items: center;
}

.full-title p {
    text-align: center;
    color: white;
    font-size: 16px;
    width: 95px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}

.full-title img {
    width: 80%;
    padding-top: 1vw;
}

.title-boutique-1 {
    height: 100%;
    /* width: 45%; */
    order: 4;
}

.bou-all {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.index-bou-icon {
    width: 60px;
}

.index-bou-icon img {
    width: 60px;
    border-radius: 10px;
}

.index-bou-title {
    display: flex;
    flex-direction: column;
    padding-left: 2vw;
}

.index-bou-text1 {
    color: white;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5vw;
    font-size: 18px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-bou-text2 {
    display: flex;
    color: #6d7278;
    flex-wrap: wrap;
    font-size: 14px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-bou-download img {
    width: 95px;
    /* height: 40px; */
    display: flex;
    flex-shrink: 0;
    padding-left: 2vw;
}

.friendly-image {
    width: 108px;
    height: 40px;
}

.choice-video img {
    width: 100%;
    /* object-fit: contain; */
    object-fit: cover;
    border-radius: 3px;
}
.choice-video img:hover {
    filter: opacity(.5);
}

.choice-video p {
    color: white;
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5em;
}

.choice-video-icon span {
    color: #969696;
    display: block;
    white-space: nowrap;
}

.choice-video-icon {
    display: flex;

}

.choice-video>div {
    display: flex;
}

.choice-video-icon {
    display: flex;
    justify-content: space-between;
}

.choice-video-icon>div {
    display: flex;
    align-items: center;
}

.video-img {
    position: relative;
}

.like {
    display: flex;
    position: absolute;
    top: 5px;
    color: #fff;
}

.like img {
    width: 90%;
}

.like span {
    display: inline-block;
    background: rgba(0, 0, 0, .5);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
}

.video-time {
    position: absolute;
    bottom: 5px;
    right: 8px;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em black;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* notice-pop */

.notice-pop-all {
    position: relative;
    margin: 0 auto;
    /* display: none;  上線時刪掉 */
}

.popimg {
    margin: 0 auto;
    width: 400px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    z-index: 2;
    position: fixed;
    text-align: center;
    animation-name: oxxo;
    animation-duration: 1s;
}

@keyframes oxxo {
    from {
        opacity: 0;
        z-index: 100;
        animation: ease;
    }

    to {
        opacity: 1;
        z-index: 100;
        animation: ease;
    }
}

.black-mask-pop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .5;
    z-index: 1;
}

.notice-description {
    color: #000;
    line-height: 2;
    position: absolute;
    left: 38%;
    top: 16%;
    font-weight: 900;
    width: 170px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-countdown {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    width: 65px;
    height: 22px;
    border-radius: 5px;
    position: absolute;
    right: 12%;
    top: 10%;
    animation: fadeIn 7s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.refuse {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    width: 65px;
    height: 22px;
    border-radius: 5px;
    position: absolute;
    right: 12%;
    top: 10%;
    cursor: pointer;
}

.notice-countdown p {
    font-size: 12px;
    padding-top: 9%;
}

.refuse p {
    font-size: 12px;
    padding-top: 9%;
    color: gray;
}

.refuse p:hover {
    font-size: 13px;
    padding-top: 9%;
    color: #000;
}

.notice-fourapp {
    height: 155px;
    width: 300px;
    position: absolute;
    bottom: 2%;
    left: 48%;
    transform: translate(-50%, -50%);
    margin: 10px 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    animation: fadeIn 5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.notice-oneapp {
    display: flex;
    padding: 5px;
    cursor: pointer;
}

.notice-oneapp:hover {
    transform: scale(1.1);
    font-size: 14px;
    padding-top: 2%;
}

.notice-oneappimg img {
    border-radius: 10px;
    height: 55px;
    width: 55px;
    object-fit: cover;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.notice-oneapptext {
    font-size: 14px;
    padding-left: 6px;
    padding-top: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 65px;
    height: 40px;
    line-height: 1.6;
    text-align: left;
}

.hide {
    display: none;
}

/* notice-pop */

.mainbanner {
    height: 100%;
    width: 100%;
    padding-top: .5vw;
    /* position: relative; */
    background-repeat: no-repeat;
    object-fit: cover;
    /* order: 1; */
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.videoplay-section {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: center;
}

.videoplay {
    width: 50%;
    height: auto;
    padding-right: 0vw;
    position: relative;
}

.video {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 400px;


}

/* .pop {
    width: 357px;
    height: auto;
    border-radius: 10px;
    border: solid 1px #979797;
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0 ;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    display: none;
} */
.pop {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    border: 0px;
    /* background-color: rgba(0, 0, 0, 0.85); */
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
}

.pop-btn {
    width: 200px;
    height: 25px;
    border-radius: 5px;
    border: 0px;
    background-color: #fcdb00;
    color: #000;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
}

.pop-inside img {
    width: 200px;
    height: 200px;
    border-radius: 5px;
}

.close {
    position: absolute;
    right: 5px;
    top: 5px;
    transition: .1s;
}

.close:hover {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: .5;
    cursor: pointer;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}



.pop br {
    width: 80%;
}

.app-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding-bottom: 1vw;
}

.app-list .promote_app_content {
    font-size: 12px;
    font-weight: 500;
    width: 165px;
    line-height: normal;
}

.app-list .app-1 {
    width: 40px;
    border-radius: .5vw;
}

.app-list .app-2 {
    width: 60px;
}

.app-list .download-app-btn {
    width: 80px;
    height: 33px;
    font-size: 14px;
    font-weight: 600;
    /* margin: 0 auto; */
    text-align: center;
    /* position: absolute; */
    border-radius: 10px;
    color: black;
    /* border: solid 1px #6d7278; */
    background: linear-gradient(#fcdb00, #f7b500);
    /* right: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-title {
    text-align: center;
    padding-bottom: .5vw;
    padding-top: 2vw;
}

.description {
    color: wheat;
    font-size: 12px;
    line-height: 2vw;
    margin-left: 10px;
}

.videoplay .blackmask {
    padding-left: 0px;
    bottom: 0px;
    padding-bottom: 0px;
}

.videoplay .blackmask .bannername p {
    padding-left: 0;
}

.menu-container {
    padding-right: 10px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}

.onemenu {
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 5px;
}

.onemenu i {
    color: #ffffff;
    font-size: 18px;
}

.onemenu_clcik {
    display: block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.onemenu_clcik i {
    color: #f7b500;
}

#collect p {
    color: rgb(255, 255, 255)
}

#collected p {
    color: #f7b500;
}

.collect-icon {
    position: absolute;
    z-index: 1;
    right: 8.5px;
    top: 6px;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-size: large;
    cursor: pointer;
}

.collect_backgound {
    z-index: 1;
    width: 30px;
    height: 30px;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    top: 6px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.collected-icon {
    color: #f7b500 !important;
}

.videoplay .number {
    padding-left: 0;
}

.main {
    width: 60%;
}

.main-img {
    position: relative;
    width: auto;
    height: 80%;
}

.main-img img {
    width: 95%;
    height: 100%;
}

.img-mask {
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1)50%, rgba(0, 0, 0, 0)100%);
    height: 4vw;
    width: 100%;
    position: absolute;
    bottom: -20px;
    z-index: 1;
}

.recommend-stream {
    width: 100%;
}

.two-tag {
    display: flex;
    flex-direction: row;
}

.tag {
    width: 5vw;
    height: 1.5vw;
    margin: 0 10px 10px;
    padding: 7px 15px 3px 16px;
    border-radius: 10px;
    border: solid 2px #6d7278;
    background-color: rgba(0, 0, 0, 0.8);
}

.tag p {
    color: white;
    margin: 0 auto;
    font-size: 1.2vw;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: .5vw;
}

.blackmask {
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    bottom: 62px;
    padding-top: 20px;
    padding-bottom: 20px;
}



.blackmask p {
    color: #757575;
    font-size: 16px;
}

.main-like {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-top: 2%;
}

.main-like img {
    margin-right: 1%;
}

.main-like img:last-child {
    margin-left: 3.5%;
}

.number {
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 0vw;
    padding-bottom: 1vw;
    flex-direction: row;
    font-size: 14px;
}

.number img {
    padding-right: .5vw;
}

.number p {
    padding-right: .5vw;
    color: blanchedalmond;
}

.blackmask .bannername {
    text-align: left;
}

.blackmask .bannername p {
    font-size: 20px;
    text-align: left;
    width: 90%;
    color: white;
    /* padding-left: 2vw;
    padding-right: 2vw; */
    padding-top: 1vw;
    white-space: wrap;
    line-height: 1.3;
    margin-left: 10px;
}

.maincard {
    height: 400px;
    width: 45%;
    background-color: black;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow: auto;
    order: 2;
}

.cardlist {
    height: auto;
    /* width: 100%; */
    padding: 5px 5px 0px 5px;
    /* 銝𠰴𢰧銝见椰 */
    margin: 5px 5px 0px 5px;
    border-radius: 10px;
    background-color: #353535;
    align-items: center;
    /* 瘞游像蝵桐葉 */
    display: flex;
}

.listimg img {
    width: 12vw;
    height: 7vw;
    padding-left: 1vw;
    padding-bottom: .3vw;
}

.list-title {
    flex-direction: row;
    color: white;
    padding-left: 2vw;
}

.list-title .number {
    width: 20%;
    display: flex;
    flex-direction: row;
    font-size: 14px;
}

.title {
    /* padding-left: 2vw; */
    font-size: 16px;
    padding-bottom: 1vw;
    line-height: 1.8;
    height: 50px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.number img {
    padding-right: .5vw;
    width: 25px;
}

.twotitle {
    width: 100%;
}

.title-new {
    height: 12vw;
    width: 55%;
    /* background-color:#73a324; */
    order: 3;
}

.title-new2 {
    width: 100%;
    margin: 0 auto;
}

.title-new2 .newtitle-list-main {
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
}

.title-new2 .newvideo-list {
    /* flex-wrap: wrap; */
    display: flex;
    flex-direction: column;
    width: auto;
    padding-left: 1vw;
}

.title-new2 .newvideo-img {
    width: 100%;
}

.title-new2 .newvideo-img img {
    width: 100%;
    position: relative;
}

.title-new2 .newvideo-img p {
    position: absolute;
    /* top: 5vw;
    right: 1vw; */
}

.title-new2 .newvideo-title {
    width: 200px;
}

.new-title {
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-top: 2vw;
    padding-bottom: 2vw;
    justify-content: flex-start;
}

.new-title p {
    padding-left: 5px;
    font-size: 20px;
    /* margin-top: 10px; */
    font-weight: bold;
    color: #fff;
}

.newtitle-list-main {
    flex-wrap: wrap;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.7vw;
    grid-row-gap: 1.25vw;
}

.newvideo-list {
    margin: 0 auto;
    padding-bottom: 1vw;
    -webkit-line-clamp: 1;
    width: 100%;
}

.newvideo-img {
    position: relative;
    /* height: 7vw;
        width: 12vw; */
}

.newvideo-img img {
    width: 100%;
    height: 8vw;
    cursor: pointer;
    object-fit: cover;
}

.title-new2 .newvideo-img img {
    max-width: 30vw;
    height: 10vw;
    width: 100%;
    object-fit: cover;
}

.newvideo-img p {
    position: absolute;
    bottom: .5vw;
    right: .5vw;
    margin: 0 auto;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-size: 14px;
}

.newvideo-title {
    color: white;
    font-size: 18px;
    /* padding-top: 1vw; */
    line-height: 2vw;
    /* �黸��誩�𡁻�条����� */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* �綉��憭朞�𣬚��峕彍 */
    -webkit-box-orient: vertical;
}

.title-boutique {
    height: 100%;
    width: 45%;
    order: 4;
}

.title-boutique2 {
    /* width: 45%; */
    max-width: 1280px;
    margin: 0 auto;
}

.title-boutique2 .new-title {
    padding-top: 1vw;
}

.bou-all {
    width: 100%;
}

.bou-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 50%;
    padding-bottom: 10px;
}

.bou-icon img {
    width: 5vw;
    border-radius: 10px;
}

.bou-title {
    display: flex;
    flex-direction: column;
    padding-left: 2vw;
}

.bou-text1 {
    color: white;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5vw;
    font-size: 18px;
    width: 220px;
    /* ��裦��蠘�墧�� */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bou-text2 {
    display: flex;
    color: #6d7278;
    flex-wrap: wrap;
    font-size: 14px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bou-download img {
    width: 80%;
    display: flex;
    flex-shrink: 0;
    padding-left: 2vw;
}

.series {
    white-space: nowrap;
    overflow-y: auto;
}

.series-areas {
    display: flex;
    background: #353535;
    padding: 15px 25px;
    overflow-y: auto;


}

.series-area {
    display: flex;
    color: white;
    margin-right: 20px;
    background: #181818;
    position: relative;


}


.series-area>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    padding: 5px 8px 5px 0;
    padding-left: 1.5vw;
}

.series-area>div>div>p {
    margin-bottom: 15px;
    font-size: 16px;

}


.series-area>div>div>p:last-child {
    font-size: 18px;
    font-weight: 900;


}

.series-area>div img {
    width: 90px;

}

/* .series-area img {
    width: 200px;
} */

.series-black-gradient {
    background: linear-gradient(90deg, rgba(0, 0, 0, .0) 0%, #181818 70%);
    position: absolute;
    left: 90px;
    z-index: 1;
    width: 80px;
    height: 120px;

}

.onlymember {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 47px;
    height: 12px;
    background: linear-gradient(to left, #f7b500 10%, #e28800 100%);
    border-radius: 0px 5px 0px 0px;
}

.onlymember p {
    color: black;
    font-size: 12px;
    font-weight: 700;
    padding-right: 5px;
    padding-top: 1px;
}


.title-full {
    height: auto;
    width: 100%;
    order: 5;
}

.full-all {
    display: flex;
    height: auto;
    margin: 0 10px;
    width: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.full-card {
    padding-top: 1vw;
    padding-bottom: .8vw;
    border-radius: 10px;
    background-color: #353535;
    align-items: center;
    display: flex;
    margin: 0vw;
    margin-bottom: 3vw;
    width: 23%;
    justify-content: center
}

.full-icon img {
    margin-left: 2vw;
    width: 64px;
    height: auto;
    border-radius: 10px;
}

.full-title {
    padding-left: 1vw;
}

.full-title p {
    color: white;
    font-size: 16px;
    width: 95px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}

.full-title img {
    width: 80%;
    padding-top: 1vw;
}

.title-site {
    height: auto;
    width: 100%;
    padding-bottom: 3vw;
    background-color: #1c1c1c;
    order: 6;
    text-align: center;
}

.site-name {
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 1vw;
    align-items: center;
}

.site-name p {
    font-size: 18px;
    padding: 2vw;
}

.site-name img {
    /* width: 20%; */
    height: auto;
}

.site-all {
    text-align: center;
    margin-left: 6%;
    width: auto;
}

.site-text {
    display: flex;
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.site-text li {
    color: #f7b500;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    width: 100px;
    white-space: nowrap;
}

.site-text p {
    color: #926b00;
    padding-left: 2vw;
    padding-right: 2vw;
}

/* 友链-图片 */
.web-friendly-link-content {
    display: flex;
    width: 90%;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.web-friendly-link-content div {
    margin: 10px 20px;
}

.friendly-link-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}

.friendly-link-content div {
    width: 90px;
    height: 36px;
}

.friendly-link-content div img {
    width: 90px;
    height: 36px;
    border-radius: 10px;
}

.footer {
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    padding: 2vh 2vw 1vh 2vw;
}

.tgbtn {
    padding: 2vh 1vw 2vh 1vw;
    width: 30%;
}

.cooperation {
    margin-bottom: 47px;
    padding-left: 25px;
}

.cooperation p {
    font-size: 1rem;
    color: #FFF;
    line-height: normal;
    font-family: PingFangTC;
}
.cooperation strong {
    font-weight: normal;
}
.cooperation a {
    color: #0095ff;
}
.footer p {
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3rem;
}
.footer h4 {
    color: white;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    padding: 1vw;
}

.jump {
    background-color: black;
    text-align: center;
    width: 100%;
    height: 100vh;
}

.jumpcontain {
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10vw;
}

.jumpcontain h3 {
    color: white;
    width: 50%;
    padding-top: 5vw;
    font-size: 2.5vw;
}

.jumpcontain .jump_page_lost {
    color: white;
    width: 50%;
    padding-top: 5vw;
    font-size: 2.5vw;
    line-height: 2;
}

.jumpcontain .jump_footer {
    color: #979797;
    width: 50%;
    padding-top: 5vw;
    line-height: 2;
    font-size: 1vw;
}

.jumpcontain img {
    width: 70%;
}

/* swiper */
.swiper {
    width: 600px;
    height: 240px;
    position: relative;
}

.swiper-slide {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
}

.mt-40 {
    margin-top: 40px;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

#popTypes {
    background-color: rgba(0, 0, 0, .8);
    z-index: 15;
    width: 100%;
    height: 100vh;
    position: fixed;
    display: none;
    margin-right: 0;
}

#popTypesArea {
    width: 35%;
    position: absolute;
    top: 21%;
    left: 33%;
}

#popTypesArea .fa-times {
    position: absolute;
    right: -60px;
    top: -28px;
    font-size: 25px;
    color: white;
    cursor: pointer;
}

#popTypesArea2 {
    margin: 0 auto;
    text-align: center;
    margin-left: 20px;
    margin-top: 10px;
}

#popTypesArea2 h3 {
    color: #f7b500;
    font-size: 28px;
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f7b500;
    text-align: left;
}

#popTypesArea2>div {
    display: flex;
    align-items: start;
}

#popTypesArea2 li a {
    font-size: 20px;
    color: #b1b1b1;
    display: block;
    margin: 20px 3px 0px 10px;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #b1b1b1;
}

#popTypesArea2 li a:hover {
    color: #f7b500;
    border: 2px solid #f7b500;
}


.big-search {
    background-color: rgba(0, 0, 0, .8);
    z-index: 15;
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: none;
    margin-right: 0;
    position: fixed;
    top: 0;
}

.big-search-area {
    width: 35%;
    position: absolute;
    top: 4%;
    left: 28%;
}

.big-search-area input {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
}

.big-search-area .fa-times {
    position: absolute;
    right: -60px;
    top: -28px;
    font-size: 25px;
    color: white;
    cursor: pointer;
}

.big-search-area .fa-search {
    position: absolute;
    right: -20px;
    top: 18px;
    font-size: 22px;
    color: black;
}

.fa-search {
    color: black;
}

.big-search-area .fa-times-circle {
    position: absolute;
    right: 25px;
    top: 18px;
    font-size: 22px;
    display: none;
}

.keywordArea {
    margin: 0 auto;
    text-align: center;
    margin-left: 20px;
    margin-top: 10px;
}

.keywordArea h3 {
    color: #f7b500;
    font-size: 28px;
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f7b500;
    text-align: left;
}

.hotSearch,
.guessYouLike {
    display: flex;
    flex-wrap: wrap;

}

.keywordArea>div {
    display: flex;
    align-items: start;

}

.keywordArea>div img {
    margin-right: 15px;
}

.keywordArea li a {
    font-size: 20px;
    color: #b1b1b1;
    display: block;
    margin: 20px 3px 0px 10px;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #b1b1b1;
}

.keywordArea li a:hover {
    color: #f7b500;
    border: 2px solid #f7b500;
}

.historyWord {
    position: relative;
    white-space: nowrap;
    overflow-y: auto;
    padding-bottom: 20px;
}

.historyWord a {
    margin-right: 20px;
}

.historyWord a:hover {
    color: #f7b500;
}

.floatAD_box .fixImg {
    width: 360px;
    height: 90px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    z-index: 2;
}

.floatAD_box .fixImg .closeBtn {
    width: 27px;
    height: 27px;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    top: 6px;
    right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.floatAD_box .fixImg .closeBtn img {
    width: 14px;
    height: 14px;
}

#historyPlays {
    background-color: rgba(0, 0, 0, .8);
    z-index: 15;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-right: 0;
    top: 0;
    display: none;
}

#historyPlays a {
    color: #f7b500;
}

#historyPlays h1 {
    font-size: x-large;
    color: #ffffff;
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    text-align: center;
}

#historyPlays h3 {
    color: #757575;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #757575;
    text-align: left;
    padding-left: 5px;

}

#historyPlays li {
    width: 100%;
}

#historyPlays .far {
    color: white;
}

#historyPlays .fal {
    color: white;
}


#historyPlays .fa-trash-alt {
    float: left;
    margin-left: 20px;
    font-size: 22px;
}

#historyPlays .fa-times {
    float: right;
    margin-right: 20px;
    font-size: 22px;
}

#historyPlays .fa-times-circle {
    float: right;
    margin-right: 20px;
    font-size: 22px;
}

#historyPlays .rec {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: rgba(109, 109, 109, 0.3);
    text-align: center;
}

#historyPlays .img {
    position: relative;
    height: 80px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

#historyPlays .title {
    position: relative;
    float: left;
    top: 0;
    margin-left: 10px;
    color: white;
    width: 200px;
    font-size: medium;
    height: 80px;
    max-height: 70px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

#historyPlays .rec-delete {
    position: absolute;
    right: 0px;
    margin-right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

#historyPlays .rec-delete .fa-trash-alt {
    margin: 0px;
}

.fas {
    color: white;
}

.fa-history {
    font-size: xx-large;
    margin-right: 15px;
}

.fa-solid {
    color: white;

}

.fa-user-hair {
    font-size: xx-large;
    margin-right: 15px;
    color: white;
}

.keywordArea .fa-history {
    font-size: medium;
    margin-right: 5px;
}

.fa-arrow-circle-up {
    position: absolute;
    font-size: 50px;
    right: 25px;
    bottom: 25px;
}

.select-page {
    margin: 0 auto;
    padding: 0px 10px 0px 10px;

}

.select-page select {
    width: 60px;
    height: 30px;
    background: #252525;
    color: #fafafa;
    border-radius: 5px;
    font-size: 1.1rem;
    padding-left: 5px;
    border: solid 1px #979797;
}

.next-page {
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #525252;
    color: #fff;
}

.next-page:hover {
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #f7b500;
    color: #000;
}

.next-page a {
    color: #fff;
}

.all-selectpage {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 320px;
    justify-content: center;
    margin: auto;
    padding-bottom: 20px;
}

.all-selectpage .fas {
    padding: 0px 15px 0px 15px;
    font-size: large;
}

.all-selectpage .fas:hover {
    padding: 4px 15px 0px 15px;
    font-size: large;
}

.pc-benefits {
    display: block;
    padding-left: 15px;
    width: 45%;
}

.mb-benefits {
    display: none;
}

/* announcement */
.limit-pop {
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.limitpop-appimg img:hover {
    transform: scale(1.1);
}

.limitpop-bg {
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.limit-pop img {
    width: 350px;
}

.limitpop-title p {
    width: 190px;
    position: absolute;
    top: 23%;
    left: 63%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: 1.31px;
    color: #000;
    z-index: 1000;

}

.limitpop-appimg img {
    width: 70px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.limitpop-appname p {

    color: #000;
    font-size: 12px;
    font-weight: 600;
    flex-wrap: nowrap;

}

.limitpop-allapp {
    position: absolute;
    width: 250px;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    /* column-gap: 20px; */
    row-gap: 20px;
    margin-top: 10px;
}

.allannouncement-pop-downloadapp {
    height: auto;
    display: block;
}

.allannouncement-pop {
    display: none;
}

.announcement-pop-onlytext {
    display: none;
}

.announcement-pop {
    position: relative;
    width: 300px;
    height: 420px;
    max-width: 300px;
    max-height: 420px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 999;
    top: 45%;
    left: 50%;
    color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 18%);
}


.black-mask {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 4;
    height: 100vh;
    top: 0;
}

.ann-title-bg {
    background-color: #2f2a30;
    width: 100%;
    height: 50%;
    max-width: 300px;
    max-height: 60px;
    border-radius: 10px 10px 0px 0px;
    vertical-align: middle;
    margin-bottom: 5px;
}

/* 要置中就複製這段 */
.ann-title-bg p {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 1.4rem;

}

.closeicon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.closeicon .fa-times-circle {
    font-size: x-large;
}

.ann-btn-gray {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: rgb(197, 197, 197);
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}

.ann-btn-gray p {
    color: #808080;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 1.1rem;
}


.ann-btn {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(#fcdb00, #f7b500);
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    /* transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; */
}

.ann-btn:hover {
    width: 185px;
    height: 42px;

}

.ann-btn p {
    color: #000;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-weight: 700;
    font-size: 1.1rem;

}

/* radio按鈕 */
.rad-label {
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 12px 24px;
    cursor: pointer;
    transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
    background: hsla(0, 0%, 80%, .14);
}

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: linear-gradient(to right bottom, hsl(51, 97%, 62%), hsl(41, 78%, 51%));
    position: relative;
}

.rad-design::before {
    content: '';

    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: hsl(0, 0%, 90%);
    transform: scale(1.1);
    transition: .3s;
}

.rad-input:checked+.rad-design::before {
    transform: scale(0);
}

.rad-text {
    color: hsl(0, 0%, 60%);
    margin-left: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
}

.rad-input:checked~.rad-text {
    color: hsl(0, 0%, 11%);
}

.report-input {
    border-radius: 15px;
    margin-left: 14px;
    padding: 5px 63px 5px 9px;
    border-radius: 5px;
    border: solid 1px #979797;
    width: 100%;

}

.report-input::placeholder {
    color: rgb(201, 201, 201);
}

.ann-text {
    width: 260px;
    height: 90%;
    max-width: 260px;
    max-height: 200px;
    color: #000;
    padding: 10px 20px 0px 20px;

}

.ann-text p {
    font-size: 1.2rem;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: left;
}


.ann-pop-onlytext {
    position: relative;
    width: 300px;
    height: 350px;
    max-width: 300px;
    max-height: 350px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 999;
    top: 45%;
    left: 50%;
    color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 18%);
}

.ann-pop-onlytext-rec {
    position: relative;
    width: 300px;
    height: 430px;
    max-width: 300px;
    max-height: 430px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 999;
    top: 45%;
    left: 50%;
    color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 18%);
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-indicators [data-bs-target] {
    position: relative;
    width: 60px;
    height: 6px;
    border: none;
    border-radius: 24px;
}

.carousel-indicators [data-bs-target] span {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f7b500;
    border-radius: inherit;
}

.carousel-inner {
    height: 400px;
    width: 600px;
}

.carousel-item {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.landing-outer {
    font-size: large;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background-color: black;
}

.landing-middle {
    position: absolute;
    top: 200px;
    display: table-cell;
    width: 100%;
}

.landing-inner {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    text-align: center;
}

.pop_qrcode {
    background: rgba(0, 0, 0, 0.65);
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
    border-radius: 10px;
    padding: 25px 35px;
    top: 20%;
    width: 275px;
    padding-top: 2.5rem;
    display: none;
}

.pop_qrcode .pop_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    z-index: 99;
}

.pop_qrcode .pop_close img {
    width: 25px;
    height: 25px;
}

.pop_qrcode .pop_close:hover {
    cursor: pointer;
}

#download_app_icon p {
    padding-top: 2.5px;
}

@media screen and (max-width: 450px) {

    .circle-section {
        justify-content: flex-start;
    }

    .goodsite-all {
        justify-content: space-evenly;
    }

    .goodsite-title {
        font-size: 14px;
    }

    .goodsite-description {
        font-size: 12px;
        width: 60px;
    }

    .video {
        position: fixed;
        z-index: 2;
        top: 60px;
        border-bottom: 20px solid #000000;
    }

    .videoplay-section {

        padding-top: 150px;
    }

    .onlymember p {
        padding-right: 0px;
    }


    .carousel-inner {
        width: 100%;
        height: unset;
    }

    .carousel-item {
        height: 212px;
    }

    .carousel-item img {
        width: 50%;
        height: auto;
    }

    .search {
        padding: 10px 100px 10px 20px;
    }

    #focus {
        padding: 10px 17px 10px 8px;

    }

    .benefits {
        width: 100%;
    }

    .benefits ul li a {
        font-size: 14px;
    }

    .benefits ul li a img {
        width: 70px;
        height: 70px;
    }

    .choice-video {
        width: 45%;
        margin-bottom: 0px;
    }

    .choice-video .video-img {
        height: 120px;
    }

    .choice {
        margin-top: 0px;
    }

    .classify li a {
        font-size: 14px;
    }

    .choice-classify {
        margin-top: -275px;
    }

    .choice-video p {
        font-size: 12px;
    }

    .choice-video span {
        font-size: 12px;
    }

    .img-mask {
        bottom: 13%;
        height: 6vw;
    }

    .series-area img {
        width: 150px;
        object-fit: contain;
    }

    .series-area>div>div p {
        font-size: 14px;

    }

    .series-area>div>div>p:last-child {
        font-size: 18px;
        font-weight: 900;
    }

    .site-text {
        justify-content: center;
    }

    .title-new2 .newvideo-img img {
        height: 27vw;
        max-width: 65vw;
    }

    .fingerguessing {
        top: 45%;
    }



    /* .header .logo img {
        width: 35vw;
        padding-top: 7px;
    } */

    .header {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
        height: 60px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: black;
        position: fixed;
        /* transform: translate(-50%, 0%); */
        top: 0;
        /* left: 50%; */
        z-index: 5;
        width: 100%;
    }


    .classify-section {
        background-color: #353535;
        width: 100%;
        height: auto;
        position: fixed;
        top: 60px;
        z-index: 5;
    }

    .content {
        max-width: 1280px;
        margin: 90px 0 auto auto;
    }

    .header .headapp img {
        width: 7vw;
        height: 9vw;
    }

    .header .headapp p {
        font-size: 4vw;
    }

    .blackmask .bannername p {
        font-size: 20px;
        padding-left: 2vw;
    }

    .blackmask .description p {
        font-size: 12px;
        padding: 3vw;
        color: #757575;
    }

    .tag {
        width: auto;
        height: auto;
        bottom: 100%;
    }

    .description {
        color: #757575;
        font-size: 12px;
        line-height: 5vw;
    }

    .number img {
        padding-right: .5vw;
        width: 25px;
    }

    .number {
        padding-left: 3.5vw;
        padding-bottom: 7px;
    }

    .tag p {
        font-size: 12px;
        padding-bottom: .8vw;
    }

    .mainbanner {
        flex-direction: column;
    }

    .pop {
        width: 125px;
        height: 120px;
        border-radius: 10px;
        border: 0px;
        /* background-color: rgba(0, 0, 0, 0.85); */
        position: absolute;
        z-index: 1;
        top: 35%;
        left: 50%;
        color: white;
        transform: translate(-50%, -50%);
    }

    .pop-btn {
        width: 120px;
        height: 25px;
        border-radius: 5px;
        border: 0px;
        background: linear-gradient(#fcdb00, #f7b500);
        color: #000;
        margin-top: 8px;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        padding-top: 9px;
    }

    .pop-inside img {
        width: 120px;
        height: 120px;
        border-radius: 5px;
    }

    /* .pop-close {
        width: 5vw;
        height: 5vw;
        position: absolute;
        border: 1px solid #000;
        z-index: 2;
        top: 8%;
        left: 75%;
    } */
    .pop-title {
        padding-bottom: 1vw;
    }

    .app-list .promote_app_content {
        margin: 0 5px;
    }

    .listimg img {
        width: 32vw;
        height: 19vw;
    }

    .title {
        font-size: 14px;
        white-space: pre-line;
        line-height: 1.5;
        padding-top: 2vw;
    }

    .maincard {
        height: 300px;
        padding-top: 2vw;
    }

    .newvideo-title {
        font-size: 14px;
        padding-top: 10px;
    }

    .new-title {
        color: #f7b500;
    }

    .title-new {
        order: 4;
    }

    .title-new2 {
        padding-bottom: 7vw;
    }

    .newvideo-title {
        line-height: 6vw
    }

    .title-boutique {
        order: 3;
    }

    .bou-icon img {
        width: 14vw;
        /* padding-right: 2vw; */
    }

    .bou-download img {
        width: 85%;
        padding-left: 4vw;
    }

    .bou-text1 {
        font-size: 18px;
        white-space: hidden;
        width: 45vw;
    }

    .bou-text2 {
        font-size: 16px;
        white-space: hidden;
        width: 45vw;
    }

    .bou-list {
        justify-content: space-between;
    }

    .bou-title {
        padding-left: 3vw;
    }

    .full-title p {
        font-size: 14px;
        width: 90px;
    }

    .full-icon img {
        width: 52px;
        height: auto;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    .site-text li {
        font-size: 12px;
        padding: 10px;
    }

    .newtitle-list-main {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 4.7vw;
        grid-row-gap: 5.25vw;
        justify-content: center;
        align-items: center;
        padding-left: 4.5vw;
    }


    .title-site {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .site-all {
        text-align: center;
        margin-left: 1.5%;
        width: auto;
    }

    .site-text li {
        width: 95px;
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 10px;
        grid-template-columns: repeat(3, 1fr);
    }

    .jumpcontain h3 {
        color: white;
        width: 100%;
        padding-top: 15vw;
        font-size: 5.5vw;
    }

    .jumpcontain .jump_page_lost {
        color: white;
        width: 100%;
        padding-top: 15vw;
        font-size: 5.5vw;
        line-height: 2;
    }

    .jumpcontain .jump_footer {
        color: #979797;
        ;
        width: 80%;
        padding-top: 15vw;
        line-height: 2;
        font-size: 3.5vw;
        text-align: left;
    }

    .jumpcontain img {
        width: 80%;
    }

    .maincard {
        height: 200px;
    }

    .bannername {
        padding-left: 2%
    }

    .bou-icon img {
        width: 14vw;
    }

    .full-title p {
        width: 90px;
    }

    .site-name img {
        max-width: 70px;
    }

    .site-all {
        text-align: center;
        margin-left: 1.5%;
        width: auto;
        display: grid;
    }

    .site-text li {
        font-size: 13px;
        padding-top: 20px;
        padding-bottom: 20px;
        grid-template-columns: repeat(3, 1fr);
        width: 95px;
        white-space: nowrap;
    }

    #popTypesArea {
        top: 10%;
        left: 10%;
        width: 100%;
    }

    #popTypesArea2 {
        width: 290px;
    }

    #popTypesArea .fa-times {
        left: 80vw;
    }

    #popTypesArea2 h3 {
        font-size: 14px;
    }

    #popTypesArea2 li a {
        font-size: 14px;
    }

    .banner_app_download.big-search-banner,
    .banner_app_download.big-feature-banner {
        height: 80px;
        margin-left: -10%;
    }

    .big-search-area {
        top: 10%;
        left: 9%;
        width: 100%;
    }

    .big-search-area input {
        font-size: 14px;
        width: 50%;
    }

    .big-search-area .fa-search {
        font-size: 16px;
        right: -100px;
    }

    .keywordArea {
        width: 290px;
    }

    .big-search-area .fa-times {
        left: 80vw;
    }

    .big-search-area .fa-times-circle {
        top: 15px;
        right: -55px;
    }

    .keywordArea h3 {
        font-size: 14px;
    }

    .keywordArea li a {
        font-size: 14px;
    }


    .historyWord {
        margin-right: 5px;
    }

    #historyPlays .rec {
        width: 100%;
    }

    .videoplay {
        width: 100%;
    }

    .title-boutique2 {
        width: 100%;
    }

    .blackmask {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .videoplay .blackmask {
        padding-left: 0px;
        top: 20px;
    }

    .video {
        height: 200px;
    }

    .pc-benefits {
        display: none;
    }

    .mb-benefits {
        display: block;
        padding-top: 4vw;
    }

    .tgbtn {
        width: 70%;
    }

    .sloganImg {
        right: 3%;
        top: 65%;
    }

    .index-title {
        /* color: #f7b500; */
    }

    .full-icon img {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    .full-title p {
        font-size: 14px;
        width: 90px;
    }

    .title-boutique-1 {
        order: 3;
    }

    .bou-list {
        justify-content: space-between;
    }

    .index-bou-icon img {
        /* width: 14vw; */
        /* padding-right: 2vw; */
    }

    .index-bou-title {
        padding-left: 3vw;
    }

    .index-bou-text1 {
        font-size: 18px;
        white-space: hidden;
        width: 45vw;
    }

    .index-bou-text2 {
        font-size: 16px;
        white-space: hidden;
        width: 45vw;
    }

    .index-bou-download img {
        /* width: 85%; */
        /* padding-left: 4vw; */
        margin-left: 4vw;
    }

    .full-card {
        width: 48%;
        margin-bottom: 6vw;
    }

    .bou-list {
        width: 100%;
        margin: 0 10px;
    }

    /* end of <=480px */
}

@media screen and (max-width: 390px) {
    .text-ad-title p {
        font-size: 12px;
    }

    .blackmask p {
        font-size: 12px;
    }

    .text-ad-name li {
        margin: 5px 5px;
        font-size: 13px;
        margin: 5px 5px;
        font-size: 13px;
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 20px;
    }

    .goodsite-card {
        width: 145px;

    }

    .text-ad-name ul {
        column-gap: 1vw;
        margin-left: 2vw;
    }

    .addmainsmall-content .promote_app_close {
        margin-left: 0px;
    }

    .addmainsmall-content .promote_app_logo {
        margin-left: 5px;
    }

    .addmainsmall-content .promote_app_content {
        margin-left: 5px;
    }
}

@media screen and (min-width: 768px) {

    .marquee_div {
        display: none;
    }

    .carousel-inner {
        margin: 0 auto;
    }

    .app-detail-content-bg {
        background: url("https://g.lcjbpy.com/porter/img/app-detail-web-bg.jpg") no-repeat
    }

    .app-detail-banner {
        height: auto;
        background-image: none;
    }

    .app-detail-banner-img {
        height: 100%;
    }

    .app-detail-banner .carousel-inner {
        height: auto;
    }

    .app-detail-banner .carouselImg {
        width: 60%;
    }

    .app-detail-banner .carousel-indicators {
        bottom: -35px;
    }

    .app-detail-content {
        margin: 40px auto;
    }

    .download_app_pop_img img {
        max-width: 440px;
    }

    @media screen and (max-width: 980px) {


        .choice-video:nth-child(odd) {
            margin-right: 0%;
        }

        .choice-video {
            margin-bottom: 20px;
        }

        .index-title {
            font-size: 30px;
            padding-top: 40px;
            padding-bottom: 20px;
        }

        .full-icon img {
            margin-left: 3vw;
        }

        .full-title {
            padding-left: 2vw;
        }

        .full-title p {
            font-size: 16px;
            width: 112px;
            padding-top: 6px;
        }

        .full-title img {
            padding-top: 3vw;
        }

        .title-boutique-1 {
            width: 100%;
            order: 3;
        }

        .bou-list {
            padding-bottom: 20px;
            justify-content: space-around;
        }

        .index-bou-icon img {
            /* width: 8vw; */
        }

        .index-bou-title {
            display: flex;
            flex-direction: column;
            padding-left: 1vw;
        }



        .index-bou-text2 {
            font-size: 18px;
            /* width: 35vw; */
        }


    }

    @media screen and (max-width: 793px) {




        .choice-video {
            margin-bottom: 40px;
        }

        .choice-video .video-img {
            height: 150px;
        }

        .bou-list {
            width: 100%;
        }
    }

    @media screen and (max-width: 619px) {

        .mainbenner {
            flex-direction: column;
        }

        .choice-video {
            margin-bottom: 40px;
        }
    }

    @media screen and (max-width: 512px) {
        .choice-video {
            margin-bottom: -24px;
            height: 167px;
        }

        .choice-video:nth-last-child(2) {
            margin-bottom: 0px;
        }

        .choice-video:last-child {
            margin-bottom: 0px;
        }

        .choice-video .video-img {
            height: 100px;
        }
    }

    @media screen and (max-width: 386px) {
        .choice-video {
            margin-bottom: -25px;
        }

        .choice-video .video-img {
            height: 120px;
        }

        .str-girlimg img {
            height: 140px;
        }

        .stream-card {
            height: 140px;
            width: 140px;
        }

    }


    @media screen and (max-width: 327px) {
        .choice-video {
            margin-bottom: 15px;
        }

    }




    /* 大於980起動 */
    @media screen and (min-width: 980px) {

        .text-ad-name ul {
            justify-content: space-evenly;
        }

        .benefits ul {
            margin-left: 2vw;
            column-gap: 2vw;
            justify-content: start;
        }

        .goodsite-card {
            width: 190px;
        }

        .text-ad-section img {
            display: none;
        }

        .text-ad-word {
            margin-top: 25px;
        }

        .text-ad-title p {
            padding: 8px 40px
        }

        .onlymember p {
            padding-right: 10px;
        }

        .addmain-popup {
            display: none;
        }


        /* 直播彈窗 */
        .stream-popup {
            max-width: 428px;
            position: absolute;
            right: 2%;
            bottom: 0;
            position: fixed;

        }

        .strpop-downcontent .all-stream-4card {
            display: flex;
            flex-direction: row;
            padding-top: 0px;
        }

        /* pc直播影片播放頁 */
        .streamimg-content {
            position: relative;
            max-width: 1000px;
            height: 780px;
            margin: auto;
            display: flex;
            flex-direction: row;
            padding-top: 50px;

        }

        .stream-window {

            width: 50%;
            height: 100%;
            max-height: 750px;
            background-color: rgb(0, 0, 0);
            margin: auto;
            /* position: absolute;
    left: 10px;
    top: 30px; */
        }

        .stream-window iframe {
            width: 100%;
            height: 100%;
        }

        .name-rect {
            width: 120px;
            height: 40px;
            padding: 7px 21px 8px 9px;
            border-radius: 38.5px;
            border: solid 1px #fff;
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.5) 100%);
            position: absolute;
            top: 10px;
            left: 10px;
        }

        .str-girlhead {
            width: 42px;
            height: 42px;
            margin: 0 8px 0 0;
            border-radius: 50%;
            background: linear-gradient(to bottom, #fff, #fff 33%, #ffc300);
            padding: box;
            padding: 2px;
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 19%;
        }

        .str-girlhead img {
            width: 100%;
            border-radius: 50%;
            object-fit: cover;
        }

        .str-name {
            width: 90px;
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 70%;
        }

        .str-name p {
            color: white;
            font-size: 13px;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            margin-right: 10px;

        }

        .recommend-stream .stream-card {
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .recommend-stream .stream-card {
            width: 110px;
            height: 110px;
            margin: 10px;
        }

        .recommend-stream .str-girlimg img {
            height: 110px;
        }

        .recommend-stream .new-title {
            padding: 0;
        }

        .streamrightblock {
            max-width: 40%;
            display: flex;
            flex-direction: column;
        }

        .streamrightblock .all-stream-4card {
            margin: 0 0px;
        }

        .streamrightblock .new-title {
            width: 100%;
        }

        .streamrightblock .benefits {
            padding-left: 0px;
            width: 100%;
        }


        /*以下是直播首頁 */
        .flash-live {
            position: absolute;
            transform: translate(-50%, -50%);
            top: 18%;
            left: 44%;
            width: 130px;
            z-index: 2;
        }

        .stream-banner {
            width: 100%;
            height: 200px;
            background-color: rgb(0, 0, 0);
            margin-top: 10px;
            position: relative;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .banner-strgirl img {
            height: 300px;
            width: auto;
            position: absolute;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            border-radius: 5px;
        }

        .light-l {
            position: absolute;
            top: 50%;
            left: 30%;
        }



        .light-r {
            position: absolute;
            top: 10%;
            right: 30%;
        }

        .light-l img {
            width: 80px;
        }

        .light-r img {
            width: 80px;
        }

        .stream-banner {
            width: 100%;
            height: 400px;
            margin-top: 3%;
        }

        .stream-title img {
            margin-top: 30px
        }

        .stream-title p {
            top: 40px;
        }

        .stream-card {
            margin-top: 20px;
            width: 200px;
            height: 200px;
        }

        .str-girlimg img {
            height: 200px;
        }

        .stream-choice-video {
            padding-left: 1vw;
            height: 220px;
        }

        .choice-video-scroll {
            padding-right: 30px;
            height: 130px;
            width: 190px;
        }

        .choice-video-scroll .video-img {
            height: 130px;
            width: 190px;
        }

        .choice-video-scroll img {
            height: 100%;
            width: 100%;
        }

        /* 以上是直播 */

        .choice-video {
            width: 23.5%;
            margin-bottom: 0px;
        }

        .choice-video:nth-child(4n) {
            margin-right: 0%;
        }

        /* .choice-video:nth-child(odd){
       
        margin-right: 2%;
    } */
    }
}