
input::-webkit-input-placeholder {
    color: #e83283 !important;
}

/* 使用webkit内核的浏览器 */
input:-moz-placeholder {
    color: #e83283 !important;
}

/* Firefox版本4-18 */
input::-moz-placeholder {
    color: #e83283 !important;
}

/* Firefox版本19+ */
input:-ms-input-placeholder {
    color: #e83283 !important;
}

/* IE浏览器 */
@media screen and (max-width: 3000px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .modeset {
        width: 40%;
    }

    .play {
        width: 100%;

    }

}

@media screen and (max-width: 2000px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .modeset {
        width: 40%;
    }

    .play {
        width: 100%;

    }

}

@media screen and (max-width: 1000px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .modeset {
        width: 50%;

    }

    .play {
        width: 100%;

    }
}

@media screen and (max-width: 800px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .modeset {
        width: 80%;

    }

    .play {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .modeset {
        width: 100%;

    }

    .play {
        width: 100%;

    }
}

.appHeader.scrolled.bg-primary.mytheme {
    background: #e83283 !important;
    border-bottom: 0 !important;
}

.appHeader.scrolled.bg-primary.mytheme a {
    color: #fff !important;
}

.appHeader.scrolled.bg-primary.mytheme div {
    color: #fff !important;
}

.vdata img {
    display: none;
}

.mycontent img {
    max-width: 100%;
}

.tag-button {
    font-weight: 900 !important;
    height: 35px !important;
    border-radius: 10px !important;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;

}

.tag-button a {
    color: white !important;;

}


.hide img {
    display: none;

}


@media screen and (max-width: 2000px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .modeset {
        width: 40%;
    }
}

@media screen and (max-width: 1000px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .modeset {
        width: 50%;

    }

}

@media screen and (max-width: 800px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .modeset {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .modeset {
        width: 100%;
    }
}

.appHeader.scrolled.bg-primary.mytheme {
    background: #e83283 !important;
    border-bottom: 0 !important;


}

.appHeader.scrolled.bg-primary.mytheme a {
    color: #fff !important;
}

.appHeader.scrolled.bg-primary.mytheme div {
    color: #fff !important;
}

.vdata img {
    display: none;
}

.mycontent img {
    max-width: 100%;
}

.tag-button {
    font-weight: 900 !important;
    height: 35px !important;
    border-radius: 10px !important;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;

}

.infoimg {
    width: auto !important;
    height: auto !important;
    max-height: 150px;
    max-width: 100%;

}

.text-noline {
    text-decoration: none !important;

}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


.my-search-button {
    margin-right: 15px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #e1e1e1 !important;
    padding: 0 16px 0 16px;
    font-size: 15px;
    box-shadow: none !important;
    color: #141515;
}

.my-buttom-text {

    font-size: .8rem;
}

.my-buttom-icon {

    font-size: 1.8rem;
}

.bg-grey {
    background: #808080 !important;
    color: #FFF;
}

.bg-grey-50 {
    background: #f8f9fa !important;
    color: #FFF;
}

.description {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    list-style-type: none;

}

.my-tag-badge {

    writing-mode: horizontal-tb;
    background-color: yellow;
    padding: 0px 0px;
    font-size: 5px !important;
    border-radius: 0.3rem !important;
}

.my-card-cover-img {

    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: inline-block;
}

.my-card-cover-img-box {

    height: 150px;
    width: 100%;
}

.description {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}


.my-float-badge {

    min-width: 16px !important;
    font-size: 8px !important;
    height: 12px !important;
    line-height: 9px !important;
    left: 22px !important;
    position: absolute;
    z-index: 1;

    top: 0;
}

.my-cview-icon {
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    color: #141515;
    position: relative;
}

.my-cview-button {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 2px !important;

    line-webkit-box-orient: vertical;
    word-break: break-all;
    top: 2px;
    overflow: hidden;
}

.nav-link {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #1E74FD;
    background: transparent;
    height: 42px !important;
    border-bottom-color: #1E74FD !important;
    box-shadow: inset 1px 1px rgb(255 255 255 / 20%), inset 0px 0px rgb(255 255 255 / 10%), 0px 0px 0px 0px rgb(0 0 0 / 15%) !important;
}

.bg-blue {
    background: #1E74FD !important;
    color: #FFF;
}

.my-rotate-90 {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* Internet Explorer 9*/
    -moz-transform: rotate(-90deg); /* Firefox */
    -webkit-transform: rotate(-90deg); /* Safari 和 Chrome */
    -o-transform: rotate(-90deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.sysoffcanvas {
    background: #FFFFFF;
}

.sysoffcanvas.bg-dark.is-active {
    background: #000;
}

.my-text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important;
}

body.dark-mode-active .my-text-black-50 {
    --bs-text-opacity: 1;
    color: #fff !important;
}

.my-bg-white {
    background-color: #FFFFFF;
}

body.dark-mode-active .my-bg-white {
    background-color: #0f1c2f !important;
}

#dplayer {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 220px !important;
    background-color: #ffffff;
}

.card-img-top {

    object-fit: cover;
    min-height: 200px;
    max-height: 200px;
}