html,
body {
    height: 100%;
    background: #281d26;
    color: white;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* align the logout "link" (button in form) of the navbar */

.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}


/* Video */

.video_list .item_image {
    max-height: 300px;
    overflow: hidden;
}

.video_list .video_content {
    background: #F7B0C2;
    color: #000;
    font-weight: bold;
}

.video_list .video_content .row>div {
    line-height: 2;
}

.video_list .video_content_flag {
    background: white;
    color: #ff5983;
    border: 0px solid;
    border-radius: 25px;
    -moz-border-radius: 25px;
    /* Old Firefox */
    line-height: normal;
    padding: 5px 12px;
    font-size: 12px;
}



/* 
.s-video_list .item_image {
    max-height: 300px;
    overflow: hidden;
}

.s-video_list .video_content {
    background: #F7B0C2;
    color: #000;
    font-weight: bold;
}

.s-video_list .video_content .row>div {
    line-height: 2;
}

.s-video_list .video_content_flag {
    background: white;
    color: #ff5983;
    border: 0px solid;
    border-radius: 25px;
    -moz-border-radius: 25px;
    /* Old Firefox */
    line-height: normal;
    padding: 5px 12px;
    font-size: 12px;
} */






.hr1 {
    height: 3px;
    border: none;
    border-top: 3px groove white;
}

.hr2 {
    height: 3px;
    border: none;
    border-top: 3px double white;
}

.bottom_footer {
    /* position: absolute; */
    width: 100%;
    height: 65px;
    background: rgb(58, 27, 51);
    display: flex;
    justify-content: center;
    left: 0;
    bottom: 0;
}

.bottomleft {
    /*border: 1px solid red;*/
    width: 114px;
    height: 26px;
    margin-top: 14px;
}

.bottomleft img {
    width: 100%;
    margin-bottom: -2px;
}

.bottomright p {
    font-size: 10px;
    color: white;
    line-height: 26px;
    margin: 0!important;
}

.hr3 {
    margin-top: 0px;
    *margin: 0;
    border: 0;
    color: #FFF;
    background-color: gray;
    height: 2px;
    width: 98%;
}

.maintop {
    padding: 16px;
    margin-top: 30px;
    height: 100px;
    /* Used in this example to enable scrolling */
}

.mag {
    position: absolute;
    transform: translate3d(-253px, 14px, 0px);
    top: 55px;
    left: 61px;
    will-change: transform;
}

.btn1 {
    /* background-color: #f7b0c2; */
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    /* font-size: 18px; */
}

.headerbtn {
    /* background-color: #f7b0c2; */
    /* -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px; */
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    /* font-size: 18px; */
}


.headerbtn:hover,
.headerbtn.active,
.btn1:hover,
.btn1.active {
    background-color: #FFB000;
}

.headerbtn:active,
.btn1:active {
    position: relative;
    top: 1px;
}
 
.btn2 {
    background-color: #fff;
    color:#f65983;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    display:flow-root;
    /* font-size: 18px; */
}

.btn2:hover,
.btn2.active {
    background-color: #FFB000;
    color: #fff;
}

.btn2:active {
    position: relative;
    top: 1px;
}


/*  Pagination  */

.page_content {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.page_content .pagination .page-link {
    padding: .5rem .75rem;
    line-height: 1.25;
    color: inherit;
    background-color: transparent;
    border: none;
    white-space: nowrap;
}

.page_content .pagination .page-item {
    margin: 0 1px;
}

.page_content .page-item.active .page-link {
    z-index: 1;
    color: inherit;
    background-color: #ff5983;
    border-color: none;
    border-radius: 20px;
}

.page_content .pagination .page-link:hover {
    z-index: 2;
    color: white;
    text-decoration: none;
    background-color: #ff5983;
    border-color: none;
    border-radius: 20px;
}

.page_content .page-item.disabled .page-link {
    color: #C9C9C9;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border: none;
}

@media (min-width: 767.98px) {
    /*  Pagination  */
    .page_module {
        justify-content: center !important;
        display: flex !important;
    }
}

.logobtn:hover,
.logobtn.active {
    background-color: #e60619;
    color: #fff; 
}

.menubtn {
    height: 13px;
    border: 0.5px solid white;
    text-align: center;
}




.topbox {
    height: 76px;
    width: 100%;
}
/* @media (max-width: 575px) {
    .topbox{
        height: 54px;
        width: 100%;
} */


/* video list */

@media screen and (min-width: 901px) {
    .video_list .video-img {
        height: 23.5vmin !important;
    }
}

@media screen and (max-width: 900px) {
    .video_list .video-img {
        height: 30vmax !important;
    }
}

.video_list .video-img {
    position: relative;
    /* display: flex; */
    display: revert;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.video_list .video-img .item_image {
    /* width: 100%;
    height: 100%; */
    object-fit: fill;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    /* object-fit: revert; */
    cursor: pointer;
}


/* 滚动条 */

::-webkit-scrollbar-thumb:horizontal {
    /*水平滚动条的样式*/
    width: 5px;
    background-color: #999;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #281d26;
    /*滚动条的背景颜色*/
    -webkit-border-radius: 0;
    /*滚动条的圆角宽度*/
}

::-webkit-scrollbar {
    width: 7px;
    /*滚动条的宽度*/
    height: 0px;
    /*滚动条的高度*/
}

::-webkit-scrollbar-thumb:vertical {
    /*垂直滚动条的样式*/
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    /*滚动条的hover样式*/
    height: 50px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    width: 7px;
    /*滚动条的宽度*/
    height: 7px;
    /*滚动条的高度*/
}

.box {
    height: 1.9rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.86);
    position: absolute;
    color: rgba(0, 0, 0, 1);
    font-size: 1.2rem;
}
@media (max-width: 575px) {
    .box {
        height: 1.8rem;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.86);
        position: absolute;
        color: rgba(0, 0, 0, 1);
        font-size: 0.9rem;
    }
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    border: 1px solid;
}

.txttop {
    position: absolute;
    bottom: 27.5vh;
    left: 0px;
}

.txtbottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.ellipsis_member {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}   

.rightside {
    position: absolute;
    z-index: 2;
    top: 51;
    right: 0;
    width: 20px;
    height: 36.2px;
    background-size: 50px;
    background: rgba(255, 89, 131, .6);
}


@media(min-width:1441px) {
    .rightside {
        visibility: hidden;
    }
}

@media(max-width:400px) {
    .rightside {
        position: absolute;
        z-index: 2;
        top: 51;
        right: 0;
        width: 20px;
        height: 37px;
        background-size: 50px;
        background: rgba(255, 89, 131, .6);
        }
}
.mobile_rightside {
    position: absolute;
    right: 0;
    /* top: 43%; */
    background-color: #291d26;
    z-index: 11;
}

/* video play */

.play-btn {
    position: absolute;
    bottom: 1px;
    right: 29px;
    width: 70px;
    height: 30px;
    background-position: center;
    background-size: 50px;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 2;
}

.re-play-btn {
    position: absolute;
    bottom: 1px;
    right: 16px;
    width: 70px;
    height: 30px;
    background-position: center;
    background-size: 50px;
    cursor: pointer;
    /* transition: all 0.2s; */
    z-index: 2;
    display: none;
}

.play-btn:hover {
    /* transform: scale(1.03); */
}

.coverImg {
    height: 10em;
    position: relative;
    object-fit: fill;
    z-index: 2;
    display: block;
}
@media(max-width:768px){
    .coverImg {
        height: 10em;
        object-fit: fill;
        position: relative;
        z-index: 2;
        display: block;
    }

}
@media(max-width:500px){
    .coverImg {
        height: 8em;
        object-fit: fill;
        position: relative;
        z-index: 2;
        display: block;
    }

}
@media(max-width:375px){
    .coverImg {
        height: 7em;
        object-fit: fill;
        position: relative;
        z-index: 2;
        display: block;
    }

}
@media(max-width:321px){
    .coverImg {
        height: 5.7em;
        object-fit: fill;
        position: relative;
        z-index: 2;
        display: block;
    }

}



#playerid {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.container1 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.container2 {
    /* width: 100%;
    height: 100%; */
    position: relative;
    overflow: hidden;
}

.showtime {
    position: absolute;
    bottom: 5px;
    /* right: 239px; */
    left: 6px;
    width: 67px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    /* padding-top: 5px; */
    /* background-position: center; */
    z-index: 2;
}

.exclamation {
    position: fixed;
    bottom: 40px;
    left: 9px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    background: red;
    z-index:99;
    text-align: center;
    line-height: 50px;
}
.exclamation:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.2s;
}
@media(max-width:400px) {
    .exclamation{
        position: fixed;
        bottom: 38px;
        left: 9px;
        width: 40px;
        height: 40px;
        font-size: 25px;
        background: red;
        z-index:99;
        text-align: center;
        line-height: 40px;
    }
}
    
#at-expanding-share-button{
    bottom: 66px;
    left: 9px;
}

.love-btn {
    position: absolute;
    top: 5px;
    right: 2px;
    height: 40px;
    z-index: 2;
}
@media (max-width: 1024px) {
    /*  Pagination  */
    .hidetag {
        display:none;
    }
}

#newtag2{
    position: absolute;
    top: -65px;
    left: -65px;
    width: 100px;
    height: 100px;
    padding:0px;
    background:#FFB000;
    text-align: -webkit-center;
    line-height:185px;
    -webkit-transform: rotate(-45deg);    /* for Chrome || Safari */
    -moz-transform: rotate(-45deg);       /* for Firefox */
    -ms-transform: rotate(-45deg);        /* for IE */
    -o-transform: rotate(-45deg);         /* for Opera */
    z-index:3;
}
.crowntag{
    position: absolute;
    top: -56px;
    left: -56px;
    width: 100px;
    height: 100px;
    padding:0px;
    background:#FFB000;
    text-align: -webkit-center;
    line-height:172px;
    -webkit-transform: rotate(-45deg);    /* for Chrome || Safari */
    -moz-transform: rotate(-45deg);       /* for Firefox */
    -ms-transform: rotate(-45deg);        /* for IE */
    -o-transform: rotate(-45deg);         /* for Opera */
    z-index:3;
    font-size:1.3rem
}
@media(max-width:400px) {
    .crowntag{
        position: absolute;
        top: -63px;
        left: -63px;
        width: 100px;
        height: 100px;
        padding: 0px;
        background: #FFB000;
        text-align: -webkit-center;
        line-height: 177px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        z-index: 3;
        font-size: 0.9rem;
        }
}


.coverImg:hover{
    cursor: pointer;
    overflow: hidden;
    transform: scale(1.02);
    transition: all 0.5s; 
}
.scakeX{
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}

.gallery-thumbs {
    /* padding: 10px 0;   */
    padding-bottom: 5px;
}
.gallery-thumbs .swiper-slide {
    opacity: 0.4;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #FFB000;
} 
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle {
    height: 80px!important;
}
.at-expanding-share-button.at-expanding-share-button-mobile .at-expanding-share-button-toggle{
    height: 60px!important;
}

.positionmenu{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    /* z-index: -2; */
    background-color: #281d26;
}

@media(max-width: 768px) {
    .positionmenu{
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        /* z-index: -2; */
        background-color: #281d26;
    }
}
.positionmenu2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 2;
    background-color: #281d26;
}

.my-bullet-active{
    background: #fff;
    opacity: 1;
}

.bannerad{
    /* height: 539px; */
    width: 800px;
    padding-bottom: 62%;
    background-color: aliceblue;
    text-align: center; 
    border:solid #000;
    color:#000;
}
.categoryad{
    padding-bottom: 131%;
    width: 100%;
    background-color: aliceblue;
    text-align: center;
    border:solid #000;
    color:#000;
}
.actorad{
    height: 125px;
    width: 125px;
    background-color: aliceblue;
    text-align: center;
    border:solid #000;
    color:#000;  
}
.viewad{
    padding-bottom: 64%;
    width: 100%;
    background-color: aliceblue;
    text-align: center;
    border:solid #000;
    color:#000;
}
.txtid{
    font-size:1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
@media(max-width: 813px){
    .txtid{
        font-size:0.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        }
}
.txtactor{
    font-size:1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    color: #ffc124;
}
@media(max-width: 813px){
    .txtactor{
        font-size:0.9rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        -webkit-box-orient: vertical;
        color: #ffc124;
        } 
}
.Menu_selection{
    font-size:1rem;
    border-bottom: solid 2px #271d26;
}
.Menu_selection:hover{
    border-bottom: solid 2px #ffc124;
}
@media(max-width: 400px){
    .Menu_selection{
        font-size:0.9rem;
    }
}
.serachimg{
        height: 15vw;
    }
@media(max-width: 813px) {
    .serachimg{
        height: 38vw;
    }
}

.pickmenu{
    bottom: 20px;
    position: fixed;
    margin-left: -15px;
    font-size:0.5rem;
}
.my-bullet-active{
    background: #fff;
    opacity: 1;
}

.bannerimg{
    max-width: 100%;
    height: 55vh;

}
.poptag{
    position: absolute;
    top: -56px;
    left: -56px;
    width: 100px;
    height: 100px;
    padding:0px;
    background:#ff3232;
    text-align: -webkit-center;
    line-height:172px;
    -webkit-transform: rotate(-45deg);    /* for Chrome || Safari */
    -moz-transform: rotate(-45deg);       /* for Firefox */
    -ms-transform: rotate(-45deg);        /* for IE */
    -o-transform: rotate(-45deg);         /* for Opera */
    z-index:2;
    font-size:1.3rem
}
@media(max-width:400px) {
    .poptag{
        position: absolute;
        top: -70px;
        left: -70px;
        width: 100px;
        height: 100px;
        padding: 0;
        background: #ff3232;
        text-align: -webkit-center;
        line-height: 186px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        z-index: 3;
        font-size: 0.7rem;
        }
}
.popimg{
    background-size: cover;
    padding: 133px;
    }
.adimg{
    width: 100%;
    padding-bottom: 18.3%;
    background-size: cover;
    }

@media(max-width:820px) {
    .popimg{
        padding: 35%;
        background-size: cover;
    }
}
.popbtn{
    background-color: #fff;
    color: #000;   
}
.popbtn:hover,
.popbtn.active {
    background-color: #e60619;
    color: #fff; 
}
  .select_bar{
    font-size:1.2rem;
    cursor: pointer;

    color:white;
    opacity: .4;
    padding-bottom: 1px;
  }
  .select_bar.active {

    background-color: #ff8100;
    color: white;
    opacity:1;
    padding-bottom: 1px;
  }
  .toptitle{
    font-size: 1.8rem;
}
@media(max-width:425px) {
    .toptitle{
        font-size: 1.1rem;
    }
}
@media(max-width:375px) {
    .tag_sub-bar {
        font-size: 1rem;
    }
}
.fxFoTR {
    z-index:10000;
    position: fixed;
    right: 26px;
    left: 26px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: rgba(126, 126, 126, 0.5) 0px 2px 14px 0px;
    background-color: rgba(255, 255, 255, 0.9);
    user-select: none;
    border-radius: 10px;
    transition: opacity 0.3s ease 0s;
    animation: 0.6s ease 0s 1 normal forwards running kYswyf;
}
.fxFoTR_top {
    z-index:10000;
    position: fixed;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: rgba(126, 126, 126, 0.5) 0px 2px 14px 0px;
    background-color: rgba(255, 255, 255, 0.9);
    user-select: none;
    border-radius: 10px;
    transition: opacity 0.3s ease 0s;
    animation: 0.6s ease 0s 1 normal forwards running kYswyf;
}
.gGNwvV {
    color: rgb(0, 210, 190);
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 0px 28px;
}
.lgurmG {
    position: absolute;
    top: 2px;
    right: 14px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: 0px;
    margin: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    background: none;
}
.lgurmG_top {
    position: absolute;
    top: 2px;
    left: 26px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: 0px;
    margin: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    background: none;
}
.moretext{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.textellipsis {
    font-size:1.3rem;
    color:#fff;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}textellipsis
@media(max-width:375px) {
    . {
        font-size:1rem;
        color:#fff;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}







/* ------------------------------分隔線------------------------------------------- */

.web-login-btn {
    display: block;
    position: relative;
    padding: 2px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    background-color: #fff;
}
.web-login-btn a {
  color: #ff5883;
}
.web-login-btn a:hover {
  color: #f6b0c2;
  font-weight: bold;
}
.web-logout-btn {
    display: block;
    position: relative;
    padding: 2px 20px;
    border: 1px solid #f6b0c2;
    border-radius: 20px;
    float: right;
    margin-top: 0px;
    margin-right: 10px;
    background-color: #f6b0c2;
    color: #212529;
}
.web-logout-btn:hover {
  color: #b6b6b6;
  font-weight: bold;
}
.member {
  display: block;
  position: relative;
  min-width: 30px;
  height: 30px;
  float: right;
  margin-top: 0px;
  /* margin-right: 10px; */
  background-color: #FFBDCD;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #2e2e2e;
  z-index: 10;
}
.member:hover {
  color: #888888;
}
.mmember{
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #FFBDCD;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #2e2e2e;
  margin: auto;
  
}
.mmember i{
  line-height: 50px;
  margin: auto;
  font-size: 24px;
}
.love {
  display: block;
  position: relative;
  min-width: 30px;
  height: 30px;
  float: right;
  margin-top: 0px;
  /* margin-right: 10px; */
  background-color: #FFBDCD;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #d10000;
}
.love:hover{
  color: #ff0000;
  font-weight: bold;
}
.mlove{
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #FFBDCD;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #d10000;
  margin: auto;
}
.sexyImg img {
  filter: brightness(2.1);
  display:block;
  position:relative;
  width:100%;
  border-radius: 5px;
}
.top_bottom{
    margin-bottom: 30px;
    margin-top: 20px;
}
.login_btn{
	background-color: pink;
    border: pink;
    height: 38px;
    font-size: 18px
}
.login_btn:hover{
	background-color: #ec8d9e;
    border: pink;
    height: 38px;
    font-size: 18px
}
.member_hr{
    border: solid 1px;
    color: #cacaca;
}
.form_input_f{
    /* display: block; */
    /* width: 100%; */
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    /* font-weight: 400; */
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#favorite-modal .modal-content {
    background-color: pink!important;
}
#favorite-modal .modal-content .modal-body{
    background-color:#f2f2f2!important;
}
#favorite-modal .modal-content .modal-footer{
    background-color:#f2f2f2!important;
}

/* ------------------------------分隔線------------------------------------------- */
/* member */
.form-signin {
	width: 100%;
    max-width: 360px;
    padding: 15px;
    margin: auto;
    border-radius: 10px;
}
@media(min-width:600px){
    .form-signin {
        width: 100%;
        max-width: 500px;
        padding: 15px;
        margin: auto;
        border-radius: 10px;
    }
}
.help-block{
	color:#000;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin input[type="email"] {
	border-radius: 10;
}
.form-signin input[type="password"] {
	border-radius: 10;
}
.seowhy{
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}
.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #000000ed;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.hbsidenav {
    /* overflow: hidden; */
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000000ed;
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 60px; */
}

.sidenav a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 16px;
  font-size: 36px;
  /* margin-left: 50px; */
  color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.nav_text{
    border-top: solid 1px #636363;
    border-bottom: solid 1px #636363;
    color: #636363;
}
.icon_cown{
    color: #000;
    font-size: 1.5rem;
    background-color: #f6b0c2;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
    margin-top: 31px;
}
.login_g{
    width: 6px;
    height: 6px;
    background-color: greenyellow;
    border-radius: 25px;
    position: absolute;
    margin-top: 3px;
    margin-left: -4px;
}
.header_g{
    width: 6px;
    height: 6px;
    background-color: greenyellow;
    border-radius: 25px;
    position: absolute;
    margin-top: 5px;
    margin-left: 4px;
}
.cancel_f_icon{
    position: absolute;
    color: #ff5983;
    z-index: 3;
    font-size: 2rem;
    background-color: #ffffff;
    padding: 1px;
    border-radius: 31px;
    right: 17px;
}
.cancel_f{
    background-color: #0000;
    width: 63px;
    height: 53px;
    z-index: 9;
    position: absolute;
    right: 0;
    top: 2px;
}
.cancel_ac{
    position: absolute;
    color: #ff5983;
    z-index: 3;
    font-size: 2rem;
    background-color: #ffffff;
    padding: 2px;
    border-radius: 31px;
    margin-left: 52px;
    margin-top: -10px;
}
.rightside_f {
    position: absolute;
    z-index: 2;
    right: 0;
    width: 20px;
    height: 36.2px;
    background-size: 50px;
    /* background: rgba(255, 89, 131, .6); */
    visibility:hidden
    
}
@media(max-width:420px){
    .rightside_f {
        position: absolute;
        z-index: 2;
        right: 4px;
        width: 20px;
        height: 36.2px;
        background-size: 50px;
        /* background: rgba(255, 89, 131, .6); */
        visibility:inherit;
        top: 21%;
    }
}
.btn_f_hd{
    font-size:0.8rem
}
@media(max-width:400px){
    .btn_f_hd{
        font-size:0.6rem
    }  
}
.alert-success {
    top: 79px;
    width: 100%;
    position: absolute;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    z-index: 10;
}
.alert {
    margin-top: 74px;
}
.add_icon_img{
    height: -webkit-fill-available;
}
.line_02{
	height: 1px;
	border-top: 1px solid #ddd;
	text-align: center;
}

.line_02 span{
	position: relative;
	top: -15px;
	background: #fff;
	padding: 0 20px;
	color: #000;
}

#Header_example {
    /* 設定Header置頂 */
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    /* 設定Header樣式 */
    background: #000;
    color: #fff;
    text-align: center;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 9px!important;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px!important;
    height: 10px!important;
    margin: 0px 4px!important;
    background: #ffffff00!important;
    padding: 0;
    cursor: pointer;
    border-radius: 30px!important;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px!important;
    height: 10px!important;
    padding: 5px;
    cursor: pointer;
    /* color: #fff; */
    border: 0;
    outline: none;
    /* background: 0!important; */
    background: 0!important;
    border-radius: 30px!important;
}

@media (min-width: 1200px){ /* col-xl-1 hot頁面 變成五格一排 */
    .col-xl-1 {
            flex: 0 0 20%;
            max-width: 20%;
    }
}
.tag_list_btn{
    color: #fff;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 0.8rem;
    border: 2px solid #f4ab29;
}
.hot_tag_hiden{
    height: 32px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slick-slide{ 
     outline: none!important; /*去除slick藍色邊寬 */
}
.view_buy_ba{
    background-color: #464444;
    border-bottom: 2px solid #ff7575;
    color: blanchedalmond;
}
.view_buy_btn{
    position: absolute;
    right: 6px;
    background-color: coral;
    padding: 6px 14px;
    border-radius: 12px;
    margin-top: -53px;
    z-index: 2;
}
.view_buy_discount{
    font-size: 1.1em;
    /* min-width: 84px; */
    height: 30px;
    font-weight: 900;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    margin-top: -56px;
    left: 170px;
    background-color: #D83C4E;
}
@media(max-width:354px){
    .view_buy_discount{
        font-size: 1em;
        min-width: 0;
        height: 30px;
        font-weight: 900;
        padding-left: 2px;
        padding-right: 2px;
        line-height: 30px;
        border-radius: 4px;
        text-align: center;
        position: absolute;
        margin-top: -58px;
        left: 185px;
        background-color: #D83C4E;
    }
}

.view_buy_Backplane{
    /* background-color: #fff; */
    /* padding: 9px; */
    /* position: absolute; */
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(9, 0, 0, 0.7));
    filter: drop-shadow(12px 12px 7px rgba(9, 0, 0, 0.7));
}
.view_buy_price{
    background-color: #dee2e6;
    /* margin: auto; */
    border-radius: 11px;
}
.view_buy_price_btn{
    background-color: cadetblue;
    border-radius: 10px;
    padding: 3px;
}
.view_pirice_list{
    overflow: hidden;
    height: 568px;
    
}
@media(max-width:1200px){
    .view_pirice_list{
        overflow: hidden;
        height: 100%;   
    }
}
.video_vip_list{
    background-color: #ffffff1f;
    padding: 4px;
    border: 3px solid #ffc107;
    border-radius: 10px;
    /* margin: 0 2px; */
}
.hot_list_title{
    /* border-top: 3px solid #f65983;
    border-right: 3px solid #ffc107;
    border-bottom: 3px solid #b34fc5;
    border-left: 3px solid #4affff;
    padding: 0px 14px;
    border-radius: 0px 14px 0px 14px; */
    font-size: 1.6rem;
    color: #fff;

}
@media(max-width:992px){
        .card-header {
        padding: 0rem 1.25rem 0.3rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid rgba(0,0,0,.125);
    }
}
slick-slide:focus {
    outline:none;
}
.view_ad_door{
    display: block;
    position: absolute;
    /* background-color: #929292; */
    width: 190px;
    height: 570px;
}
@media(max-width:992px){
    .view_ad_door{
        display: none;
        position: absolute;
        /* background-color: #929292; */
        width: 190px;
        height: 570px;
    }
}
#snow{
width:100%;
display:inline-block;
}
.Hot_banner_neme{
    height:48vmin;
    width: 100%;
    border-bottom: 5px solid #ff94af;
    border-left: 5px solid #ff94af;
    border-top: 5px solid #f9c9c9;
    border-right: 5px solid #f9c9c9;
}
.slick-next {
    right: 19px!important;
    z-index:1!important;
}
.slick-prev {
    left: 6px!important;
    z-index:1!important;
}

.slick-next:before {
    content: '→';
    font-size: 2rem!important;
    color: #ff0041!important;
    /* line-height:-3px; */
}
.slick-prev:before {
    content: '←';
    font-size: 2rem!important;
    color: #ff0041!important;
}
@media(max-width:1440px){
    .Hot_banner_neme{
        height:38vmin;
        width: 100%;
        border-bottom: 5px solid #ff94af;
        border-left: 5px solid #ff94af;
        border-top: 5px solid #f9c9c9;
        border-right: 5px solid #f9c9c9;
    }
}
@media(max-width:820px){
    .Hot_banner_neme{
        height:64vmin;
        width: 100%;
        border-bottom: 5px solid #ff94af;
        border-left: 5px solid #ff94af;
        border-top: 5px solid #f9c9c9;
        border-right: 5px solid #f9c9c9;
    }
}
@media(max-width:740px){
    .Hot_banner_neme{
        height:66vmin;
        width: 100%;
        border-bottom: 5px solid #ff94af;
        border-left: 5px solid #ff94af;
        border-top: 5px solid #f9c9c9;
        border-right: 5px solid #f9c9c9;
    }
    .slick-next {
        right: 9px!important;
        z-index:1!important;
    }
    .slick-prev {
        left: 6px!important;
        z-index:1!important;
    }

    .slick-next:before {
        content: '→';
        font-size: 1.4rem!important;
        color: #ff0041!important;
    }
    .slick-prev:before {
        content: '←';
        font-size: 1.4rem!important;
        color: #ff0041!important;
    } 
}
.carousel-item {
    height: 23rem;
}
@media screen and (min-width: 768px) {
    .carousel-item {
        height: 32rem;
    }
}
.modal-header{
    padding:0.4rem;
}

.line_text{
	    z-index: 1;
    font-size: 1.5rem;
    background: linear-gradient(to bottom , #f886a58f,var(--pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ad_toast_img{
    position: fixed;
    right: 7px;
    width: 47px;
    border-radius: 29px;
}
.img_90{
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    border-radius: 10px;
}
.img_90_2{
    transform: rotate(180deg);
    border-radius: 10px;
}
.gale_img{
    width: 56px;
    position: absolute;
    z-index: 0;
    top: -1px;
    right: 47px;
}
.gale_img2{
    width: 98%;
    position: absolute;
    z-index: 0;
    top: -1px;
    opacity: 0.3;
    height: 85px;
}
.gale_img3{
    width: 98%;
    position: absolute;
    z-index: 0;
    top: -1px;
    opacity: 0.5;
    height: 85px;
}
.gale_img4{
    width: 66px;
    position: absolute;
    z-index: 0;
    top: 13px;
    right: 56px;
    transform: rotate(100deg)
}
@media(max-width:375px){
    .gale_img4{
        width: 66px;
        position: absolute;
        z-index: 0;
        top: 13px;
        right: 50px;
        transform: rotate(100deg)
    }
}
.L_D{
    position: absolute;
    will-change: transform;
    top: -70px!important;
    left: 0px;
    transform: translate3d(168px, 8px, 0px);
}

.re_btn{
    /* left: 429px; */
    position: absolute;
    background-color: #544f54;
    z-index: 1;
    /* width: 100px; */
    /* float: left; */
    /* overflow: auto; */
    margin-top: -32px;
    right: 4px;
    color: #ffffff;
    padding: 0px 7px 0px 4px;
    border-radius: 10px;
}
.coverImg_new {
    height: 20em;
    position: relative;
    object-fit: fill;
    z-index: 2;
    display: block;
}
.coverImg_new_2 {
        height: 8em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
.vip_text{
    font-size:0.8rem;
    color:#b8babc;
}
#newtag{
    position: absolute;
    top: -56px;
    left: -56px;
    width: 100px;
    height: 100px;
    padding:0px;
    background:#FFB000;
    text-align: -webkit-center;
    line-height:180px;
    -webkit-transform: rotate(-45deg);    /* for Chrome || Safari */
    -moz-transform: rotate(-45deg);       /* for Firefox */
    -ms-transform: rotate(-45deg);        /* for IE */
    -o-transform: rotate(-45deg);         /* for Opera */
    z-index:3;
}
#newtag_2{
    position: absolute;
    top: -56px;
    left: -56px;
    width: 100px;
    height: 100px;
    padding:0px;
    background:#FFB000;
    text-align: -webkit-center;
    line-height:180px;
    -webkit-transform: rotate(-45deg);    /* for Chrome || Safari */
    -moz-transform: rotate(-45deg);       /* for Firefox */
    -ms-transform: rotate(-45deg);        /* for IE */
    -o-transform: rotate(-45deg);         /* for Opera */
    z-index:3;
}

@media(max-width:1600px){
    .coverImg_new {
        height: 17em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    .coverImg_new_2 {
        height: 8em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
}
@media(max-width:1440px){
    .coverImg_new {
        height: 19em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    .coverImg_new_2 {
        height: 8em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    
}

@media(max-width:1024px){
    .coverImg_new {
        height: 17em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    .coverImg_new_2 {
        height: 9em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    
}
@media(max-width:768px){
    .coverImg_new {
        height: 16em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    .coverImg_new_2 {
        height: 7em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    #newtag{
        position: absolute;
        top: -63px;
        left: -63px;
        width: 100px;
        height: 100px;
        padding:0px;
        background:#FFB000;
        text-align: -webkit-center;
        line-height:185px;
        -webkit-transform: rotate(-45deg);    /* for Chrome || Safari */
        -moz-transform: rotate(-45deg);       /* for Firefox */
        -ms-transform: rotate(-45deg);        /* for IE */
        -o-transform: rotate(-45deg);         /* for Opera */
        z-index:3;
        font-size: 0.6rem!important;
    }
    #newtag_2{
        position: absolute;
        top: -65px;
        left: -65px;
        width: 100px;
        height: 100px;
        padding:0px;
        background:#FFB000;
        text-align: -webkit-center;
        line-height:185px;
        -webkit-transform: rotate(-45deg);    /* for Chrome || Safari */
        -moz-transform: rotate(-45deg);       /* for Firefox */
        -ms-transform: rotate(-45deg);        /* for IE */
        -o-transform: rotate(-45deg);         /* for Opera */
        z-index:3;
        font-size: 0.6rem!important;
    }
    
}

@media(max-width:480px){
    .coverImg_new {
        height: 9em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    .coverImg_new_2 {
        height: 5em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    .vip_text{
        font-size:1rem;
        color:#b8babc;
    }
    
}
@media(max-width:425px){
    .coverImg_new {
        height: 10em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    .vip_text{
        font-size:0.8rem;
        color:#b8babc;
    }
    .video_postion{
        position: fixed;
        z-index: 5;
        /* width: 428px; */
        /* height: 244px; */
        /* right: 3px; */
        top: 0px;
        /* border-radius: 13px; */
        /* border: solid 3px #fff;*/
    }
}
@media(max-width:375px){
    .coverImg_new {
        height: 10em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
    .coverImg_new_2 {
        height: 4em;
        position: relative;
        object-fit: fill;
        z-index: 2;
        display: block;
    }
}
.view_show_time{
    padding: 0 4px;
    background-color: #656565;
    font-size: 0.8rem;
    margin: auto 0; 
    white-space:nowrap;
}
.thai_sub_tag{
    background-color: #2196f3;
    padding: 0px 4px;
    font-size: 0.8rem;
    margin: auto 0;
}
.viewers_count{
    background-color: #fff;
    color: #f65983;
    padding: 0 4px;
    font-size: 0.8rem;
    margin: auto 0;
}
.gift_border{
    color: #2075e0;
    background-color: #fdf09f;
    margin: 0 19px;
    padding: 9px;
    border-radius: 21px;
}
.gift_msg{
    background-color: #ff789a96;
    border: 3px solid #ffa000;
    border-radius: 8px;
    padding: 6px 0px;
}
.gift_s_price{
    font-size: 18px;
    display: flex;
    margin-top: 12px;
    color: #945b21;
}
.gift_o_price{
    line-height: 2.9;
    color: #565656;
    font-size: 16px;
}
.gift_discount{
    background-color: #f00;
    padding: 1px 4px;
    border-radius: 10px;
    margin: 0 2px;
    color: #fff;
}.gift_icon{
    font-size: 22px;
    color: #ff0044;
    background-color: #ffffff;
    padding: 4px;
    border-radius: 15px;
}
.gift_info{
    width: 6px;
    background-color: #00ff26;
    height: 6px;
    position: absolute;
    border-radius: 25px;
}
/* 定义keyframe动画，命名为blink */
@keyframes blink{
  0%{opacity: 1;}
  100%{opacity: 0;} 
}
/* 添加兼容性前缀 */
@-webkit-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% {opacity: 1; } 
    100% { opacity: 0;}
}
@-o-keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
/* 定义blink类*/
.blink{
    /* color: #fff; */
    animation: blink 1s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;  
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: blink 1s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    -moz-animation: blink 1s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    -ms-animation: blink 1s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
    -o-animation: blink 1s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}
.timer{
    display: inline-block;
    /* padding: 3px 5px; */
    /* border: 1px solid #666; */
    font-family: tahoma;
    color: #f90000;
    font-size: 19px;
}
.first_text::first-letter{
  font-size: 140%;
  /* color: #8A2BE2; */
  line-height:10px;
  padding-left:8px
}
.countdown{
   font-size: 140%;
   line-height:21px; 
   padding-left:8px
}
.scrollbar::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
    height: 0px;
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color: #fff;
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #f6b0c2;
    border-radius: 16px;
    border: 5px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
    display:none;
}
.onRight{
    position: absolute;
    /* right: 0; */
    z-index: 3;
    font-size: 4rem;
    color: #fff;
    margin-top: -39px;
    /* margin-left: 60%; */
    right: 0;
    margin-top: 86px;
    border-radius: 4px;
    background-color: #bbbbbbba;
}
.onLeft{
    position: absolute;
    /* left: 0; */
    z-index: 3;
    font-size: 4rem;
    color: #fff;
    margin-top: -39px;
    /* margin-left: 40%; */
     left: 0px;
     margin-top: 86px;
     border-radius: 4px;
    background-color: #bbbbbbba;
}
@media(max-width:767px){
    .onRight{
        font-size: 2.7rem;
        margin-top: 100px;
    }
    .onLeft{
        font-size: 2.7rem;
        margin-top: 100px;
    }
}
@media(max-width:500px){
    .onRight{
        font-size: 1.7rem;
        margin-top: 60px;
    }
    .onLeft{
        font-size: 1.7rem;
        margin-top: 60px;
    }
}
.widget{
    /* border: 3px solid #ff6363;
    border-radius: 41px; */
    position: fixed;
    /* width: 65px;
    height: 65px; */
    margin-top: 70px;
    /* border-radius: 10px; */
    /* right: 9px; */
    top:80px;
    z-index:99;
}
@media screen and (max-width: 450px) {
    /* 手機版 */
    .widget {
        top: 120px;
    }
}
.move_tt88{
    border: 3px solid #fff;
    border-radius: 41px;
    position: fixed;
    /* width: 65px;
    height: 65px; */
    margin-top: 70px;
    /* border-radius: 10px; */
    /* right: 9px; */
    top:80px;
    z-index:100;
}



.user-box{background-color:#fff;border-radius: 100px;box-shadow: 2px 2px 5px #666 inset;}
.user-box-title{background-color: #aaa;border-radius: 100px 0px 0px 100px;box-shadow: 2px 2px 5px #666 inset;padding: 11px;}
.form-input,.password-input{border: none;border-radius: 100px;}
.password-input{box-shadow: 2px 2px 5px #666 inset;}
/* .btn{max-width: 400px;-webkit-filter:drop-shadow(5px 5px 5px #000);} */
.game-box{background: linear-gradient(180deg,#5b1985 0%,#2b0924 100%);}
.game-box>div{padding: 0 1%;}
.game-box>div>img{-webkit-filter:drop-shadow(0px 0px 3px #fff);}
.username-text{
    padding: 8px;
    border: 0;
    background-color: #ffffff;
    font-size: 17px;
    color: #f00;
    border-radius: 0px 22px 22px 0px;
    width: 207px;
}
.password_text{
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 0px 22px 22px 0px;
    width: 203px;
}
.back_btn{
    position: absolute;
    z-index: 6;
    font-size: 1.9rem;
    line-height: 1;
    left: 6px;
}
.zindex-tooltip{
    z-index:1070;
    position:fixed!important;
}
.zindex-down{
    z-index:-1;
     position:fixed!important;
}
.showtt88_icon{
    z-index:100;
    position:fixed!important;
}
.line {
    padding: 0 3rem;
}
.timeline {
    border-left: 3px solid #3a3535;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 100%;
}
.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}
.timeline .event {
    border-bottom: 2px dashed #e91e63;;
    padding-bottom: 1px;
    margin-bottom: 7px;
    position: relative;
}
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #3a3535;
    box-shadow: 0 0 0 3px #3a3535;
    left: -39.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 12px;
}
.index_icon_down {
    position: fixed;
    bottom: 20px; /* 距離底部的距離，根據需要調整 */
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999; /* 確保視窗在其他元素之上 */
}
.under-banner {
    width: 300px;
    height: 100px;
}
.close_button {
    position: relative;
    right: 0;
    background: transparent;
    background-color: #434242;
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    color: #ffffff; /* 調整按鈕文字顏色 */
    border-top-left-radius: 10px; /* 左上圓角 */
    border-top-right-radius: 10px; /* 右上圓角 */
}