/*!* AVS Bootstrap Theme v3.0
* http://www.adultvideoscript.com
* Based on Bootstrap
* This CSS file customizes the core theme CSS (bootstrap.css)*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a:focus {
    outline: 0 !important
}

a:active,
a:hover,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0 !important
}

html {
    height: 100%
}

body {
    height: 100%;
    padding-top: 85px;
    margin: 0
}

body,
button,
input {
    -webkit-font-smoothing: antialiased
}

#wrapper {
    width:100%;
    max-width:100vw;
    min-height: 100%;
    position: relative;
    padding-bottom: 50px
}

.circle {
    border-radius: 50%
}

.top-nav {
    height: 30px;
    line-height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040
}

.navbar {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 20px;
    top: 30px
}

.navbar-nav {
    margin-top: 0;
    margin-bottom: 0
}

.search-dropdown-menu {
    min-width: 360px;
    padding: 12px
}

.navbar-form input,
.form-inline input {
    width: auto
}

.search-select {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: auto !important
}

.well-md h1,
.well-md h2,
.well-md h3,
.well-md h4,
.well-md h5,
.well-md h6 {
    line-height: 30px !important;
    margin: 0 !important
}

.well-md {
    padding: 12px !important
}

.well-filters {
    padding: 12px !important
}

.well-filters h1,
.well-filters h2,
.well-filters h3,
.well-filters h4,
.well-filters h5,
.well-filters h6 {
    line-height: 38px !important;
    margin: 0 !important
}

.narrow-margin {
    margin-right: -15px
}

.title-truncate {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.title-truncate-index {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}


.big-title-truncate {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal !important
}

.img-responsive {
    width: 100%
}

.img-responsive-mw {
    max-width: 100%;
    height: auto
}

.thumb-overlay {
    position: relative
}

.movie_cover {
    height: 160px;
    background-color: #000;
    overflow: hidden
}

/* 2021新增 */

.header-menu {
    display: flex;

    padding-left: 0;
    margin-bottom: 1rem;
}

.header-menu a {
    padding: 8px 16px 10px 16px;

    font-size: 14px;
    list-style-type: none;
    color: #7F7F7F;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.header-menu a:hover {
    color: #ff7a00;
    border-bottom: #ff7a007d 4px solid;
}

.header-menu .header-menu-active {
    border-bottom: #ff7a00 4px solid;
    color: #ff7a00;
}

.game_factory_header {
    position: relative;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    height: 300px;
    background-color: #999;
    margin-top: -20px;
}

.game_factory_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.game_factory_bg > .container {
    position: relative;
}

.game_factory_bg .sidebar {
    display: block;
    height: 120%;
    width: 3rem;
    background: #999;
    color: #fff;
    box-shadow: 0 0 1.5rem 2rem #999;
    position: absolute;
    top: -10%;
}

.sidebar_left {
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sidebar_right {
    right: 0;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.game_factory_bg img {
    width: 100%;
    height: 100%;
}

.game_factory_header .container > .d-flex {
    position: relative;
    flex-direction: row;
    align-content: space-between;
}

.game_factory_header .container > .d-flex > div {
    display: inline-flex;
    float: none;
}

.game_factory_info {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #CCC;
}

.game_factory_info li {
    background-color: rgba(0, 0, 0, 0.6);
}

.game_factory_info li.game_factory_name {
    background-color: transparent;
}

.game_factory_name h3 {
    color: #FFF;
    text-shadow: #000 2px 2px 3px;
}

.game_factory_social a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    height: 1.5em;
}

.game_factory_social .h5, .game_factory_social a {
    color: #CCC;
    transition: all .2s;
}

.game_factory_social a:hover {
    text-decoration: none;
    color: #FFF;
    transition: all .2s;
}

.game_fac_intro .panel a {
    color: #333;
}

.game_fac_intro img {
    max-width: 100%;
}

.game_fac_intro .panel a:hover, .game_fac_intro .panel a:hover i {
    text-decoration: none;
    color: #ff7a00;
}

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

    .movie_cover {
        height: 245px
    }
}

.movie_cover img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    object-fit: cover
}

.thumb-overlay-albums {
    position: relative
}

.thumb-overlay-albums > img {
    left: 0;
    top: 0;
    width: 100%
}

.hd-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none
}

.duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: none;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.remove-btn,
.delete-btn,
.edit-btn {
    float: left;
    border: none;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15)
}

.edit-btn {
    margin-right: 5px
}

.delete-btn::after,
.remove-btn::after {
    clear: both
}

.actions {
    position: absolute;
    top: 5px;
    left: 5px
}

.img-private {
    -webkit-filter: brightness(.3);
    -moz-filter: brightness(.3);
    -o-filter: brightness(.3);
    -ms-filter: brightness(.3)
}

.label-private {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: none;
    background-color: #c00;
    color: #fff;
    padding: 1px 3px 0;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15)
}

.category-icon {
    position: absolute;
    right: 5px;
    top: 5px
}

.label-sub {
    display: inline-block;
    border: none;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    line-height: inherit;
    background-color: #323232
}

.label-category {
    display: inline-block;
    border: none;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    line-height: inherit;
    background-color: #323232
}

.label-star {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: none;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    line-height: inherit;
    background-color: rgba(200, 200, 200, .8)
}

.label-loveicon {
    position: absolute;
    left: 5px;
    bottom: 5px;
    border: none;
    color: #fff;
    padding: 1px 3px 0;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    background-color: rgba(200, 200, 200, .8);
    line-height: inherit
}

.label-loveicon a {
    text-decoration: none
}

.star_icon {
    left: 140px;
    position: fixed;
    bottom: 50px;
    right: 60px;
    z-index: 100;
    font-size: 50px;
    border-radius: 50%;
    background-color: #fff;
    width: 70px;
    height: 70px;
    box-shadow: 0 3px 5px 2px #ccc
}

.hd-text-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background-color: #f80;
    color: #000;
    padding: 1px 3px 0;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15)
}

.video-title {
    font-size: 16px
}

.video-added {
    font-size: 13px
}

.video-views {
    font-size: 13px;
    margin-bottom: -3px
}

.video-rating {
    font-size: 14px;
    line-height: 1;
    margin-bottom: -3px
}

.video-rating-heart {
    font-size: 14px
}

.ad-title {
    font-size: 11px;
    letter-spacing: 3px
}

.small-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -5px;
    margin-bottom: -2px
}

.medium-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    vertical-align: middle;
    margin-right: 8px
}

.blog_header {
    font-size: 16px
}

.gamelib_block a {
    color: #777
}

.gamelib_block .title {
    text-align: left;
    height: 3em;
    overflow: hidden;
}

.gamelib_block a.text-yellow {
    color: #ff7a00
}

.new-post {
    position: fixed;
    right: .5rem;
    bottom: 15%;
    z-index: 99
}

.new-post .btn {
    padding: .5em;
    border: none
}

.new-post span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    font-size: 1.25em
}

.gamelib_block_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    font-weight: 700
}

.gamelib_block_footer {
    border-top: 1px solid #eee
}

.gamelib_name_block {
    display: flex
}

.category-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    border: none;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 3px 5px;
    font-size: 16px
}

.category-title .pull-left {
    width: 70%
}

.category-title .pull-right {
    width: 30%;
    text-align: right
}

.blogs-tags {
    overflow-x: scroll
}

.blogs-tags a.btn-sm {
    background-color: #ccc;
    color: #333;
    margin-right: 2px
}

.blogs-tags a.btn-sm.active {
    background-color: #ff7a00;
    color: #fff
}

.blog_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.blog_video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog_image {
    max-width: 100%;
    height: auto;
    border: 0
}

.m-b--5 {
    margin-bottom: -5px
}

.m-b--15 {
    margin-bottom: -15px
}

.m-b--30 {
    margin-bottom: -30px
}

.m-w-60 {
    max-width: 60% !important
}

#user_message {
    margin-top: 10px
}

textarea {
    resize: vertical
}

.p-0 {
    padding: 0 !important
}

.p-t-5 {
    padding-top: 5px
}

.p-r-5 {
    padding-right: 5px
}

.p-l-5 {
    padding-left: 5px
}

.p-b-5 {
    padding-bottom: 5px
}

.p-t-10 {
    padding-top: 10px
}

.p-r-10 {
    padding-right: 10px
}

.p-l-10 {
    padding-left: 10px
}

.p-b-10 {
    padding-bottom: 10px
}

.p-t-15 {
    padding-top: 15px
}

.p-r-15 {
    padding-right: 15px
}

.p-l-15 {
    padding-left: 15px
}

.p-b-15 {
    padding-bottom: 15px
}

.p-t-20 {
    padding-top: 20px
}

.p-r-20 {
    padding-right: 20px
}

.p-l-20 {
    padding-left: 20px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-t-25 {
    padding-top: 25px
}

.p-r-25 {
    padding-right: 25px
}

.p-l-25 {
    padding-left: 25px
}

.p-b-25 {
    padding-bottom: 25px
}

.p-t-30 {
    padding-top: 30px
}

.p-r-30 {
    padding-right: 30px
}

.p-l-30 {
    padding-left: 30px
}

.p-b-30 {
    padding-bottom: 30px
}

.m-t-0 {
    margin-top: 0
}

.m-t-5 {
    margin-top: 5px
}

.m-r-5 {
    margin-right: 5px
}

.m-l-5 {
    margin-left: 5px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-r-10 {
    margin-right: 10px
}

.m-l-10 {
    margin-left: 10px
}

.m-b-0 {
    margin-bottom: 0
}

.m-b-10 {
    margin-bottom: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-r-15 {
    margin-right: 15px
}

.m-l-15 {
    margin-left: 15px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-r-20 {
    margin-right: 20px
}

.m-l-20 {
    margin-left: 20px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-r-25 {
    margin-right: 25px
}

.m-l-25 {
    margin-left: 25px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-t-30 {
    margin-top: 30px
}

.m-r-30 {
    margin-right: 30px
}

.m-l-30 {
    margin-left: 30px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-l-80 {
    margin-left: 80px
}

.comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle
}

.comment {
    padding: 10px;
    margin: 0 0 0 80px;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.comment a {
    text-decoration: none
}

.comment:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-width: 10px;
    top: 20px
}

.comment-info {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

.comment-body {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis
}

.comment-actions {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

.comment-name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px
}

.center {
    text-align: center
}

.overflow-hidden,
.panel-body,
.panel-body a,
.panel-body p,
.panel-body span,
.panel-heading,
.panel-heading a,
.panel-heading p,
.panel-heading span,
.blog_header,
.blog_header a,
.blog_header p,
.blog_header span,
.blog_content,
.blog_content a,
.blog_content p,
.blog_content span,
.well a,
.well p,
.well span {
    overflow: hidden;
    text-overflow: ellipsis
}

.mail-unread {
    font-size: 20px;
    vertical-align: middle
}

.mail-read {
    font-size: 20px
}

.mail-delete {
    font-size: 20px
}

.v-middle {
    vertical-align: middle !important
}

table td,
th {
    text-align: center !important
}

table a {
    text-decoration: none !important
}

table a:hover {
    text-decoration: underline !important
}

table .subject-unread a {
    font-weight: 700 !important
}

.input-select input {
    border: none !important;
    width: 50% !important;
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-select select {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: solid 1px #ccc !important;
    width: 50% !important;
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

input[type=text],
input[type=password],
select,
textarea {
    border: none !important
}

input[placeholder] {
    text-overflow: ellipsis
}

::-moz-placeholder {
    text-overflow: ellipsis
}

input:-moz-placeholder {
    text-overflow: ellipsis
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        line-height: 34px !important
    }

    fieldset legend {
        float: left
    }
}

textarea {
    min-height: 38px
}

.file-box {
    display: block;
    height: 38px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px
}

.no-radius-r {
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.separator {
    padding: 2px 0;
    margin-bottom: 15px
}

.no-wrap {
    white-space: nowrap !important
}

.p-m-0 {
    padding: 0 !important;
    margin: 0 !important
}

.blog_content img,
.comment-body img {
    max-width: 100% !important;
    height: auto !important
}

.vote-panel{
    width: 100%;
}
.vote-panel img{
    width: 100%;
}


@media (min-width: 768px){
    .vote-panel{
        width: 50%;
        min-width: 375px;
    }
}

@media (min-width: 1024px){
    .vote-panel{
        width: 375px;
    }
}

.vote-msg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
}

.vote-msg,
.vote-msg center {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.vote-box {
    height: 30px;
    margin: 15px 0 0;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.vote-box .likes {
    margin-bottom: 3px;
    height: 100%;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}

.vote-box .dislikes,
.vote-box .user-dislikes {
    margin-bottom: 3px;
    height: 100%;
}

.video-container,
.game-container {
    position: relative;
    width: 100%
}

.video-container embed,
.game-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.big-views {
    font-size: 130%;
    padding: 7px 0;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.big-views-xs {
    padding: 10px 0;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-container {
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.gamelib_block .gamelib_img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    object-position: top center
}

#at4m-menu {
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.at4m-menu {
    top: 80px !important
}

.aticon-compact {
    background: url(../img/more.png) !important;
    background-position: 0 0 !important;
    background-size: 32px 32px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.at4-icon {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tmb {
    cursor: pointer
}

.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important
}

.change-language,
.change-shunt {
    padding: 3px 6px;
    line-height: 26px
}

.language-active {
    padding: 3px 6px;
    line-height: 26px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.footer-links {
    padding: 25px 0
}

/*
.footer-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}
*/

.footer {
    padding: 5px 0
}

.top-menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.top-menu > .pull-right > li {
    margin: 0 0 0 10px;
    float: left
}

.top-menu > .pull-right > li.dropdown > a {
    padding: 0 10px
}

.top-menu > .pull-right > li.open {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.top-menu .dropdown-menu {
    border: 0;
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    border-radius: 4px;
    border-top-right-radius: 0
}

.top-menu > .pull-left > li {
    margin: 0 10px 0 0;
    float: left
}

.top-menu > div > li > a {
    display: block
}

.top-menu > div > li > a:hover {
    text-decoration: none
}

.top-menu > div > li > a:focus {
    text-decoration: none
}

.top-menu ul li .badge {
    margin-top: 1px
}

.navbar-brand {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 0
}

.navbar-brand img {
    height: 100%
}

.dropdown-menu {
    background-clip: border-box
}

.login-modal {
    width: 350px;
    max-width: 100%;
    margin: 30px auto;
    padding: 0 15px
}

.language-modal {
    max-width: 100%;
    margin: 30px auto;
    padding: 0 15px
}

.headelikes_modal {
    max-width: 100%;
    margin: 30px auto;
    padding: 0 15px
}

.billboard-modal {
    width: 400px;
    max-width: 100%;
    margin: 30px auto;
    padding: 0 15px
}

.billboard-modal .modal-title a {
    position: relative;
    display: block;
    height: 0;
    padding-top: 50%
}

.billboard-modal .modal-title img {
    position: absolute;
    top: 0;
    left: 0
}

.video-embedded {
    width: 100%;
    overflow: hidden
}

.video-embedded iframe {
    width: 100% !important;
    height: 100% !important
}

.text-lg {
    font-size: 18px
}

.text-md {
    font-size: 15px
}

.input-group-btn {
    width: 1% !important
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: 0
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 0
}

.badge {
    min-width: 16px;
    padding: 0 6px;
    line-height: 19px;
    font-size: 12px
}

.online {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-left: 2px
}

.offline {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-left: 2px
}

.hr .inner {
    border-radius: 100px;
    display: inline-block;
    width: auto;
    padding: 9px 10px;
    font-family: georgia, times, times new roman, serif;
    font-size: 15px;
    font-size: 16px;
    font-style: italic;
    line-height: 0
}

.hr {
    margin: 15px auto 24px !important;
    position: relative;
    width: 50%;
    height: 8px;
    margin: 20px auto 30px;
    text-align: center
}

.btn-facebook i {
    font-size: 1.5em;
    position: absolute;
    top: 8px;
    left: 12px
}

.btn-google i {
    font-size: 1.5em;
    position: absolute;
    top: 8px;
    left: 10px
}

.btn-facebook span,
.btn-google span {
    margin-left: 38px
}

.btn-facebook div,
.btn-google div {
    height: 100%;
    width: 1px;
    position: absolute;
    left: 36px;
    top: 0
}

.btn-facebook,
.btn-google {
    position: relative
}

.photo_cus_body {
    padding-top: 0
}

.video-title, .title-truncate {
    font-size: 16px;
}

.title-truncate.tags {
    text-overflow: clip;
    margin-top: 5px;
    overflow-x: scroll;
}

.title-truncate.tags .tag {
    background-color: #666;
    color: #FFF;
    padding: 0 5px;
    border-radius: 2rem;
    font-size: 12px;
}

.title-truncate.tags .tag:hover {
    opacity: 0.8;
    text-decoration: none;
}


/*-------滾動條整體樣式----*/

.title-truncate.tags::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    margin-top: 10px;
}

/*滾動條裡面小方塊樣式*/

.title-truncate.tags::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: rgba(0, 0, 0, .15);
}

.title-truncate.tags::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .7);
}

/*滾動條裡面軌道樣式*/

.title-truncate.tags::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;
}


@media only screen and (min-width: 768px) {
    .photo_cus_body {
        padding-top: 80px
    }
}

/*.lazy_img {*/
/*    min-height: 100px*/
/*}*/

.col-xs-6 {
    padding: 0 5px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.tag_cloud {
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    font-size: 12px;
    text-align: center
}

.tag_cloud a {
    display: inline-block;
    background: #fff;
    padding: 10px 5px;
    margin: 5px 5px 0 0;
    border-radius: 8px;
    transition: all .5s
}

.tag_cloud a:nth-of-type(3n+1) {
    font-size: 1.25em
}

.tag_cloud a:nth-of-type(4n+3) {
    font-size: 1.5em
}

.tag_cloud a:nth-of-type(5n - 3) {
    font-size: 1em
}

.cloud {
    display: block;
    float: right;
    letter-spacing: 2px
}

.in-season-contect {
    display: inline-block;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    padding: 10px;
    font-size: 12px
}

.in-season-contect a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .cloud {
        display: block;
        width: 100%;
        margin: auto;
        letter-spacing: 2px;
        margin-bottom: 20px
    }

    .in-season-contect a {
        float: left;
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cloud {
        display: block;
        width: 100%;
        margin: auto;
        letter-spacing: 2px;
        margin-bottom: 20px
    }

    .in-season-contect a {
        float: left;
        width: 50%
    }
}

.btnmg li {
    width: 165px;
    margin-top: 10px;
    background-color: #fff
}

.btnmg a {
    color: #000;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

h4 {
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    .btnmg {
        padding-left: 5px
    }

    .btnmg li {
        width: 110px
    }
}

.cloud_title {
    border-radius: 10px 10px 0 0;
    background-color: #ff7a00;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 5px;
    height: 35px
}

#popup {
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, .5)
}

#popup img {
    margin-top: 2%
}

.img_zoom {
    display: inline-flex;
    max-height: 150px
}

.img_zoom_img {
    overflow: hidden;
    margin: 2px;
    border: #b2bac0 solid 1px;
    border-radius: 2%;
    width: 33%
}

/*.img_zoom_img img, canvas {
    min-height: 150px;
}*/

@media only screen and (max-width: 767px) {
    #img_zoom {
        max-height: 140px;
        margin-top: 10px
    }

    #popup img {
        max-width: 90%
    }
}

.episode {
    height: 160px;
    max-height: 165px
}

.episode li {
    margin-top: 5px;
    background-color: #fff
}

.episode a {
    text-decoration: none
}

.top-a2db {
    margin-top: -20px
}

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

    #Comic_Top_Nav {
        min-height: auto;
    }

    .cloud {
        display: block;
        width: auto;
        margin: auto;
        letter-spacing: 2px;
        margin-bottom: 20px
    }

    .top-a2db {
        margin-top: -10px
    }

    .gamelib_block_header {
        position: absolute;
        top: 5px;
        left: 5px;
        background-color: #323232;
        border-bottom: none;
        border-radius: 5px;
        padding: 0 5px;
        z-index: 2;
    }

    .gamelib_block .gamelib_block_header a {
        color: #FFF;
        font-size: 12px;
    }

    .list-col .well-sm {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        margin-bottom: 1.5rem;
    }
}

.list-col {
    font-size: 12px
}

.list-col.col-xs-1:nth-child(n),
.list-col.col-xs-2:nth-child(n),
.list-col.col-xs-15:nth-child(n),
.list-col.col-xs-3:nth-child(n),
.list-col.col-xs-4:nth-child(n),
.list-col.col-xs-6:nth-child(n),
.list-col.col-xs-12:nth-child(n) {
    clear: none
}

.list-col.col-xs-1:nth-child(12n+1),
.list-col.col-xs-2:nth-child(6n+1),
.list-col.col-xs-15:nth-child(5n+1),
.list-col.col-xs-3:nth-child(4n+1),
.list-col.col-xs-4:nth-child(3n+1),
.list-col.col-xs-6:nth-child(2n+1),
.list-col.col-xs-12:nth-child(1n+1) {
    clear: left
}

@media only screen and (min-width: 768px) {
    .list-col.col-sm-1:nth-child(n),
    .list-col.col-sm-2:nth-child(n),
    .list-col.col-sm-15:nth-child(n),
    .list-col.col-sm-3:nth-child(n),
    .list-col.col-sm-4:nth-child(n),
    .list-col.col-sm-6:nth-child(n),
    .list-col.col-sm-12:nth-child(n) {
        clear: none
    }

    .list-col.col-sm-1:nth-child(12n+1),
    .list-col.col-sm-2:nth-child(6n+1),
    .list-col.col-sm-15:nth-child(5n+1),
    .list-col.col-sm-3:nth-child(4n+1),
    .list-col.col-sm-4:nth-child(3n+1),
    .list-col.col-sm-6:nth-child(2n+1),
    .list-col.col-sm-12:nth-child(1n+1) {
        clear: left
    }
}

@media only screen and (min-width: 992px) {
    .list-col.col-md-1:nth-child(n),
    .list-col.col-md-2:nth-child(n),
    .list-col.col-md-15:nth-child(n),
    .list-col.col-md-3:nth-child(n),
    .list-col.col-md-4:nth-child(n),
    .list-col.col-md-6:nth-child(n),
    .list-col.col-md-12:nth-child(n) {
        clear: none
    }

    .list-col.col-md-1:nth-child(12n+1),
    .list-col.col-md-2:nth-child(6n+1),
    .list-col.col-md-15:nth-child(5n+1),
    .list-col.col-md-3:nth-child(4n+1),
    .list-col.col-md-4:nth-child(3n+1),
    .list-col.col-md-6:nth-child(2n+1),
    .list-col.col-md-12:nth-child(1n+1) {
        clear: left
    }
}

@media only screen and (min-width: 1200px) {
    .list-col.col-lg-1:nth-child(n),
    .list-col.col-lg-2:nth-child(n),
    .list-col.col-lg-15:nth-child(n),
    .list-col.col-lg-3:nth-child(n),
    .list-col.col-lg-4:nth-child(n),
    .list-col.col-lg-6:nth-child(n),
    .list-col.col-lg-12:nth-child(n) {
        clear: none
    }

    .list-col.col-lg-1:nth-child(12n+1),
    .list-col.col-lg-2:nth-child(6n+1),
    .list-col.col-lg-15:nth-child(5n+1),
    .list-col.col-lg-3:nth-child(4n+1),
    .list-col.col-lg-4:nth-child(3n+1),
    .list-col.col-lg-6:nth-child(2n+1),
    .list-col.col-lg-6:nth-child(1n+1) {
        clear: left
    }
}

.p-0 {
    padding: 0
}

.m-0 {
    margin: 0
}

.p-t-0 {
    padding-top: 0
}

.p-b-0 {
    padding-bottom: 0
}

.p-l-0 {
    padding-left: 0
}

.p-r-0 {
    padding-right: 0
}

.m-t-0 {
    margin-top: 0
}

.m-b-0 {
    margin-bottom: 0
}

.m-l-0 {
    margin-left: 0
}

.m-r-0 {
    margin-right: 0
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block
}

.col {
    display: inline-flex;
    flex-grow: 1
}

.col.btn {
    justify-content: center
}

.read-block {
    display: flex;
    width: 100%
}

.col-xs-12.nav-tabs.nav-justified {
    padding-right: 0
}

.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    text-align: center
}

.nav-tabs.nav-justified > li.active > span {
    padding-bottom: 5px;
    border-bottom: 3px solid #ff7a00
}

.nav-tabs.nav-justified > li span.number {
    color: #ff7a00;
    padding-left: 5px
}

.nav-tabs.nav-justified > li a {
    display: initial
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: 0 0
}

.nav-tabs > li > a:hover {
    border-color: transparent
}

.fa-heart.love_likes {
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 10px;
    border-radius: 2em;
    background-color: rgba(0, 0, 0, .3);
    color: #fff
}

.fa-heart.love_likes.active {
    background-color: #fff;
    color: #ff7a00
}

#album_photo_cover .thumb-overlay i.fa-heart {
    font-size: 2rem
}

#billboard-modal .modal-content {
    overflow: hidden;
}

#billboard-modal .modal-header,
#billboard-modal .modal-footer {
    padding: 0;
    border: none;
}

#billboard-modal .modal-header {
    border-radius: .5rem .5rem 0 0;
    overflow: hidden;
}

#billboard-modal .modal-body {
    padding: 1rem;
    max-height: 50vh;
    overflow: scroll;
}

#billboard-modal .modal-footer .btn-group {
    display: flex;
    flex-direction: row;
}

#billboard-modal .modal-footer .btn {
    /*width: 100%;*/
    line-height: 3;
    display: flex;
    flex: 2;
    border-radius: 0;
    justify-content: center;
}

ul.pop-list {
    list-style-type: none;
    width: 100%;
    padding: 0
}

ul.pop-list > li {
    position: relative;
    width: 100%;
    margin: 1em 0;
    border-radius: 5px;
    padding-top: 20%;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

ul.pop-list > li > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.pop-list-item_img img {
    width: 100%;
    height: 100%
}

ul.pop-list > li.pop-list-item_text a {
    height: 100%;
    padding: .5em;
    display: flex;
    align-items: center;
    text-align: left
}

ul.pop-list > li.pop-list-item_mix li > a > img + text {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center
}

ul.pop-list > li.pop-list-item_mix .img {
    width: auto;
    height: 100%
}

ul.pop-list > li.pop-list-item_mix .img img {
    height: 100%
}

ul.pop-list > li.pop-list-item_mix .text {
    padding: 5px;
    text-align: left
}

.episode li {
    border-radius: 5px;
    line-height: 1.5em;
    margin: .5em 0 !important;
    background-color: transparent !important;
    color: #333;
    border: 1px solid #eee !important
}

.episode li.current_series {
    color: #333 !important;
    border: 1px solid #999 !important
}

.episode li.visited_series {
    background-color: #eee !important
}

@media screen and (max-width: 991px) {
    #billboard-modal .modal-content {
        overflow-y: scroll
    }

    .navbar-toggle {
        margin-top: .5em
    }

    #Comic_Top_Nav .container {
        padding: 0;
        margin: 0;
        width: 100%
    }

    #Comic_Top_Nav .container > .navbar-header,
    #Comic_Top_Nav .navbar-nav li {
        padding: 0;
        margin: 0;
        padding-left: 1em
    }

    .navbar-collapse.navbar-inverse-collapse.collapse ul {
        width: 100%
    }

    .navbar-header {
        width: 100%;
        margin: 0
    }

    .navbar-header .navbar-toggle {
        display: inline-block
    }

    .navbar-inverse .navbar-nav > li {
        width: 100%;
        display: block
    }

    .navbar-inverse .navbar-nav > li > a {
        display: inline-block
    }

    .navbar-nav-icon {
        text-align: center
    }

    .navbar-nav-icon a {
        width: 19%;
        margin: 0
    }

    .navbar-nav-icon img {
        width: 25px;
        margin: auto;
        display: block
    }

    .navbar-nav-icon i {
        margin: 0 auto;
        display: block;
        font-size: 25px
    }
}

@media screen and (max-width: 767px) {
    #Comic_Top_Nav .container > .navbar-header,
    #Comic_Top_Nav .navbar-nav li {
        padding: 0;
        margin: 0
    }
}

.user-task ul {
    padding: 0;
    margin: 0
}

.user-task li {
    display: inline-block;
    margin: 5px;
    text-align: center
}

.user-task span {
    display: block
}

.user-menu i {
    margin-right: 10px
}

.user-task a {
    color: #434343
}

.user-active {
    color: #f80
}

.user-progress {
    height: 5px;
    margin-bottom: 0
}

.dropdown-menu.user-menu {
    background-color: #434343
}

.open > .user-menu li a {
    text-align: center;
    padding: 10px 5px;
    font-size: 1rem;
    color: #fff
}

.open > .user-menu li {
    border: 0
}

.user-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    -webkit-border-radius: 4px
}

@media only screen and (min-width: 1920px) {
    .container {
        width: 75%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .list-col.col-xl-2, .list-col.col-xl-2:nth-child(4n+1) {
        clear: none;
    }

    .list-col.col-xl-2:nth-child(6n+1) {
        clear: left;
    }
}

#guide-modal a > div {
    border: 2px solid #fff;
    padding: 4px 9px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    background-color: #ff7a00;
    position: relative;
    bottom: 30px;
    width: 50px;
    font-size: 14px;
    margin: 0 auto;

}

@media only screen and (max-width: 991px) {
    .float_right {
        display: block !important;
        position: fixed;
        z-index: 10;
        top: 70%;
        right: 10px;
    }

    .float_right img {
        width: 40px;
    }
}

.close-btn {
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    background: #ffffff;
    color: #000000;    
    z-index : 3;
}

.group-notice {
    position: absolute;
    z-index: 2;
    font-size: 16px;
    top: 4px;
    left: 4px;
    color: #fff;
    background-color: #ff7a00;
    padding: 4px;
    opacity: 0.6;
    border-radius: 50%;
    line-height: normal;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev  {
    transform: translate(0%, -150%);
    background-color: #32323278; 
    border-radius: 50%; 
    width: 40px; 
    height: 40px;
    text-align: center; 
    line-height: 40px;
    color: white;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0;
    pointer-events: none;
}

/* 優良留言樣式 */
.good_forum{
    font-size: 12px;
    position: absolute;
    background: linear-gradient(135deg, #ffa8a8b3,#fcff00b3,#fd6e6ab3);
    border-radius: 5px;
    padding: 3px;
}

/* 防廣告超長現象 */
.owl-stage-outer {
    max-width: 100vw;
}

/* 禁漫一番賞 */

.gachapon-modal a{
    font-weight:bold;
    color: #ff7a00;
}

.gachapon-modal a:hover {
    background-color: #ff7a00;
    color: white;
}

.gachapontoy img {
    display: block;
    margin: auto;
}

.gachapon_footer {
    text-align: center;
    font-weight:bold;
    margin: 5px;
}

#winningContainer {
    display: none;
    text-align: center;
  }

.win-modal {
    top: 15%;
    width: 30%;
}

.gachapon_but {
    display: flex;
  justify-content: center;
  margin: auto;
  width: 40%;
}

.gachapon_jcoin {
    display: inline-flex;
    font-weight:bold;
    padding: 10px;
} 

.gachapontoy_button button{
    width: 80px;
    margin: 10px 0;
}


@media (max-width: 768px) {

    .win-modal {
        top: 25%;
        width: auto;
    }

    .gachapontoy_but button{
        width: 80px;
        margin: 10px;
    }
    

}

/* 未登入 */

.notlogged button{
    background-color: #969696;
    border-color: #969696;
}

.notlogged .gachapon_footer {
    display: none;
}

.footer_notlogged {
    text-align: center;
    padding: 20px;
}

#gachapon-modal .list-group-item{
    color:#ff7a00;
}
#gachapon-modal .list-group-item:hover {
    background-color: #ff7a00; /* 背景橘色 */
    color: #ffffff; /* 字體白色 */
    cursor: pointer; /* 變換滑鼠指針為手型 */
  }
