/* Custom Header Styles */

.post-module-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s;
    border-radius: 8px;
    z-index: 2;
    max-width: 765px;
    margin: 0 auto;
    pointer-events: none;
}

.post-module-thumb:hover:before {
    background: rgba(0,0,0,.5);
}

.post-module-thumb:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Modal Styles */
@media screen and (max-width: 768px) {
    .Modal {
        width: 90% !important;
    }
}

.Modal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 203;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.Modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(18, 18, 18, 0.65);
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.CreatorVideoSupportModal {
    width: 400px;
}

.Modal--large {
    width: 536px;
}

.Modal {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 400px;
    max-height: calc(100vh - 48px);
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 5px 20px rgba(18, 18, 18, 0.1);
    box-shadow: 0 5px 20px rgba(18, 18, 18, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: max-height 0.8s ease;
    transition: max-height 0.8s ease;
    -webkit-animation: xutian-show 2s ease-in-out 0s 1 normal forwards;
}

.Modal-inner {
    background: #fff;
    border-radius: 10px;
}

.CreatorVideoSupportModal .Modal-content {
    margin-top: 0;
    padding: 0 0 24px;
}

.Modal-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 24px 32px;
    margin-top: 24px;
    line-height: 1.7;
    opacity: 1;
}

.CreatorVideoSupportModal-content,
.CreatorVideoSupportModal-decorateTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.CreatorVideoSupportModal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.CreatorVideoSupportModal-decorateTitle {
    color: #fff;
    font-size: 24px;
    height: 33px;
    position: absolute;
    top: -24px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    font-weight: 600;
    font-synthesis: style;
}

.CreatorVideoSupportModal-decorateTitle img {
    height: 7px;
    width: 44px;
}

.CreatorVideoSupportModal-confirm {
    display: flex;
    justify-content: center;
}

.CreatorVideoSupportModal-decorateTitleArrowLeft {
    background-image: url('../pic/arrow.webp');
    height: 7px;
    width: 44px;
    background-size: contain;
}

.CreatorVideoSupportModal-decorateTitleArrowRight {
    background-image: url('../pic/arrow.webp');
    height: 7px;
    width: 44px;
    background-size: contain;
    -webkit-transform: rotate(180deg);
}

.CreatorVideoSupportModal-decorateTitleText {
    height: 25px;
    width: 106px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-image: url('../pic/success.webp');
    margin-left: 20px;
    margin-right: 20px;
}

@keyframes xutian-show {
    0% { transform: rotateX(90deg); }
    8% { opacity: 1; transform: rotateX(-60deg); }
    18% { opacity: 1; transform: rotateX(40deg); }
    34% { opacity: 1; transform: rotateX(-28deg); }
    44% { opacity: 1; transform: rotateX(18deg); }
    58% { opacity: 1; transform: rotateX(-12deg); }
    72% { opacity: 1; transform: rotateX(9deg); }
    88% { opacity: 1; transform: rotateX(-5deg); }
    96% { opacity: 1; transform: rotateX(2deg); }
    100% { opacity: 1; }
}

.CreatorVideoSupportModal-title {
    font-size: 24px;
    line-height: 33px;
    margin-top: 60px;
    font-weight: 600;
    font-synthesis: style;
    text-align: center;
}

.CreatorVideoSupportModal-text {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.ModalButtonGroup--vertical {
    margin-top: 40px;
}

.CreatorVideoSupportModal .ModalButtonGroup--vertical .Button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ModalButtonGroup--vertical .Button {
    display: block;
    width: 220px;
    margin-right: auto;
    margin-left: auto;
}

.background {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border: 0;
    vertical-align: text-top;
    width: 400px;
    height: 130px;
}

.CreatorVideoSupportModal-liukanshanImage {
    left: 0;
    right: 0;
    top: 40px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: absolute;
    background-size: contain;
    background-image: url('../pic/Goldcoins.svg');
}

.CreatorVideoSupportModal-confirm button {
    font-size: 16px;
}

/* New Year Hanging Decoration */
@keyframes lampLine-38cc6824 {
    0% { transform: rotate(10deg); }
    to { transform: rotate(-10deg); }
}

.rabbit-doll {
    width: 200px;
    height: 200px;
    vertical-align: middle;
    position: absolute;
    left: 80%;
    top: 60px;
    z-index: 50;
    cursor: pointer;
    animation: lampLine-38cc6824 1.2s ease-in-out 0s infinite alternate;
    margin-left: -1px;
    transform-origin: 50% 0;
    pointer-events: none;
}

#biaotibg1 {
    height: 39px;
    background: url('../pic/goods-title.png') no-repeat;
    background-position: 0 0;
    position: relative;
    margin-left: -10px;
    margin-right: 20px;
}

#biaotibg2 {
    height: 39px;
    background: url('../pic/goods-title.png') no-repeat;
    background-position: 0 -55px;
    position: relative;
    margin-left: -10px;
    margin-right: 20px;
}

#biaotibg3 {
    height: 39px;
    background: url('../pic/goods-title.png') no-repeat;
    background-position: 0 -385px;
    position: relative;
    margin-left: -10px;
    margin-right: 20px;
}

#biaotibg4 {
    height: 39px;
    background: url('../pic/goods-title.png') no-repeat;
    background-position: 0 -165px;
    position: relative;
    margin-left: -10px;
    margin-right: 20px;
}

#biaotibg5 {
    height: 39px;
    background: url('../pic/goods-title.png') no-repeat;
    background-position: 0 -275px;
    position: relative;
    margin-left: -10px;
    margin-right: 20px;
}

.modules-title-box .module-title {
    padding-left: 45px;
    padding-top: 8px;
}
