/* 自定义样式 - 与Tailwind配合使用 */
@layer components {
    .celebrity-card {
        @apply bg-white rounded-lg shadow-md p-6 mb-6 hover:shadow-lg transition-shadow duration-300;
    }

    .net-worth-value {
        @apply text-2xl font-bold text-primary;
    }

    .celebrity-meta {
        @apply text-sm text-secondary;
    }
}

/* 保留一些自定义样式用于特殊情况 */
.wp-block-group {
    position: relative;
}


.main-container-m {
    display: none;
}
#main-menu .menu-item {
    cursor: pointer;
}
#page-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.trp-language-switcher {
    width: auto !important;
    display: flex;
    align-items: center;
    height: 50px;
}
.trp-ls-shortcode-current-language {
    width: 100px !important;
    z-index: 1000;
}
.trp-ls-shortcode-current-language a {
    padding: 0 !important;
    color: #000 !important;
}
.trp-language-switcher > div {
    background-position: calc(100% - 10px) calc(1em + -3px),
    calc(100% - 3px) calc(1em + 10px) !important;
}

.trp-ls-shortcode-language {
    width: auto !important;
}
.trp-ls-shortcode-language a {
    color: #000 !important;
    text-align: left;
}
.entry-title {
    word-break: break-word;
}
.page-content {
    flex: 1;
}
.search-content {
    width: 320px;
    left: auto !important;
    display: none;
}
.search-content .search-form {
    margin: 20px 30px;
    position: relative;
}
.search-content input {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out;
    font: 400 14px/20px inherit;
    height: 36px;
    width: 100%;
    padding-right: 40px;
}
.search-content .search-submit {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    font-size: 0;
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    opacity: .666;
}
.top-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.boxed-wrapper {
    max-width: 1280px !important;
}
.main-container {
    width: 70%;
    max-width: 853px;
}
#page-footer {
    background: #000;
    margin-top: 100px;
}
.footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
.footer-copyright a {
    color: #fff;
}
.hot-left{
    width:248px;
}
.hot-middle{
    width:560px;
}
.latest{
    width: 332px;
}

.hot_title {
    display:flex;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}
.hot_title img{
    width: 32px;
    margin-right: 16px;
}
.hot_title span{
    height: 38px;
    line-height: 38px;
}
.hot-order {
    position: absolute;
    width: 50px;
    height: 40px;
}
.hot-order .order-bg,.hot-order span {
    position: absolute;
}
.hot-order img{
    width: 50px;
}
.hot-order span{
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hot-list-item {
    margin-bottom: 20px;
}
.hot-list-item>img{
    margin-bottom: 12px;
}
.hot-list-item>span{
    font-weight: bold;
    word-wrap: break-word;
}

.hot-middle {
    margin-left: 30px;
    margin-right: 30px;
}
.hot-middle .hot-big {
    position: relative;
    height: 316px;
}
.hot-middle >a:not(:last-of-type) .hot-big {
    margin-bottom: 30px;
}
.hot-middle .hot-big>img{
    height: 100%;
    width:100%;
}
.big-bottom {
    position: absolute;
    bottom: 0;
}
.big-bottom img {
    opacity: 0.8;
}
.big-bottom span {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    word-wrap: break-word;
}

#ad-right {
    /*height: 189px;*/
    /*background: #EAEAEA;*/
}
.latest .head {
    display: flex;
    align-items: center;
    /* margin-top: 30px; */
}
.latest .head img {
    width: 38px;
    margin-right: 16px;
}
.latest .head span {
    font-weight: bold;
    font-size: 28px;
}
.latest .item {
    display: flex;
    margin: 20px 0;
    font-weight: bold;
}
.latest .item span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
    word-break: break-word;
}
.latest .item img{
    width: 150px;
    margin-right: 16px;
}

.recent .list-title{
    font-weight: bold;
    font-size: 36px;
    margin-top: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position:relative;
    z-index:9;
}
.recent .home-part1 .list-title{
    font-size: 35px;
}
.recent .list-title img{
    width: 40px;
    margin-right: 16px;
}

.more {
    border: 1px solid #9E2CC7;
    width: 100%;
    height: 52px;
    font-weight: 600;
    color: #9E2CC7;
    text-align: center;
    line-height: 52px;
    margin-top: 40px;
    cursor: pointer;
}

.a_more:hover {
    background: #9E2CC7;
    color: #FFFFFF;
}


.recent {
    position: relative;
}
.trivia-head {
    position: absolute;
    top: 0;
    width: 100%;
}
.trivia-head .right {
    position: absolute;
    width: 790px;
    height: 444px;
    left: 410px;
}
.trivia-head .left{
    width: 500px;
    height: 340px;
    position: absolute;
    top: 104px;
}
.trivia-head .left div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    line-height: 46px;
    padding: 49px 70px 49px 30px;
}
.trivia-bg{
    position: absolute;
    background: #9E2CC7;
    margin-top: 324px;
    width: 100%;
    height: 923px;
    left: 0;
}
.trivia-list {
    position: relative;
    margin-top: 184px;
    padding-top: 236px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trivia-list .list-item {
    display: flex;
    width: 50%;
    margin: 15px 0;
    font-weight: bold;
    font-size: 22px;
}
.trivia-list .list-item:first-child,.trivia-list .list-item:nth-child(2) {
    margin-top: 30px;
}
.trivia-list .list-item img{
    width: 278px;
    height: 156px;
    margin-right: 20px;
}
.trivia-list .list-item span{
    line-height: 28px;
    color: white;
}
.trivia-list .more {
    border: 1px solid #FFFFFF;
    text-align: center;
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin-top: 25px;
    margin-bottom: 80px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.a_more{
    color: #9e2cc7;
    width:100%;
    display: block;
}
.trivia-list .a_more {
    color: #fff;
}
.trivia-list .a_more:hover {
    background: #fff;
    color: #9E2CC7;
}

.home-part2 .head {
    display: flex;
    justify-content: space-between;
}
.home-part2 .head .item {
    position: relative;
}
.home-part2 .head .item>img {
    width: 585px;
    height: 330px;
}
.cb-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
.cb-list .list-item {
    display: flex;
    flex-direction: column;
    width: 278px;
    margin: 15px 0;
    font-weight: bold;
}
.cb-list .list-item img {
    width: 278px;
    height: 156px;
}
.cb-list .list-item span {
    margin-top: 12px;
    line-height: 18px;
}

.history-list {
    display: flex;
}
.history-list .left {
    width: 380px;
    margin-right: 30px;
}
.history-list .list-item {
    display: flex;
}
.history-list .left .list-item img {
    width: 150px;
    height: 84px;
    margin-right: 16px;
}
.history-list .left .list-item img:not(:last-child) {
    margin-bottom: 20px;
}
.history-list .left {
    font-weight: bold;
    line-height: 18px;
}

.history-list .right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 790px;
}
.history-list .right .list-item {
    flex-direction: column;
    width: 380px;
}
.history-list .right .list-item img {
    width: 100%;
    height: 214px;
    margin-right: 30px;
}
.history-list .right span {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-top: 12px;
    word-wrap: break-word;
}

.sports-list {
    display: flex;
    justify-content: space-between;
}
.sports-list .left {
    width: 798px;
    margin-right: 102px;
}
#sports-ad {
    /*background: #EAEAEA;*/
    /*height: 655px;*/
    /*width: 300px;*/
}
.sports-list .list-item {
    display: flex;
}
.sports-list .list-item:not(:last-child) {
    margin-bottom: 30px;
}
.sports-list .list-item img {
    width: 278px;
    height: 156px;
    margin-right: 20px;
}
.sports-list .list-item span {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
}

.movie-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.movie-list .list-item {
    width: 380px;
    margin-bottom: 30px;
}
.movie-list .list-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.movie-list .list-item img {
    width: 100%;
    height: 214px;
}
.movie-list .list-item span {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-top: 12px;
}

.entry-before-title a {
    display: flex;
    align-items: center;
}
.wq_sub_title{
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
}
.archive-featured-title{
    display: none;
}

.g1-hb-row-mobile.g1-hb-row-b {
    padding: 0 14px;
}

.g1-bin-align-right img {
    display: none;
}

img{
    object-fit: cover;
}
.g1-logo img{
    margin-right:36px;
}
#footer-menu > li a:hover {
    color: #9E2CC7;
}

.entry-before-title {
    margin-bottom: 20px;
}
.entry-before-title span {
    font-weight: bold;
    font-size: 36px;
    color: #9E2CC7;
}
.cat-img {
    width: 40px;
    margin-right: 16px;
}
.wp_quiz h1.entry-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    white-space: normal;
    word-break: break-word;
}
.start-img {
    border-radius: 80px 0 80px 0;
}
.entry-inner header {
    margin-bottom: 20px;
}
.wq-quiz-intro-container .wq-start-img {
    height: 474px;
}
.wq-quiz-intro-container .wq-start-img img {
    height: 100%;
}
.single-seq {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 18px;
}
.single-seq span:first-child {
    font-size: 40px;
    color: #9E2CC7;;
}
.single-seq span:last-child  {
    font-size: 30px;
}
.wq_questionImage img{
    border-radius: 80px 0 80px 0;
}
.sidebar-latest {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 18px;
}
.sidebar-latest img {
    width: 38px;
    margin-right: 16px;
}
.sidebar-right-wrap {
    width: 30% !important;
    max-width: 332px;
}
.sidebar-media {
    height: 142px;
}
.sidebar-media img {
    height: 100%;
}
.sidebar-title {
    margin-top: .75em;
    margin-bottom: .75em;
    word-wrap: break-word;
}
.sidebar-title h3 {
    font-size: 18px;
    font-weight: 600;
}
.sidebar-list li {
    margin-bottom: 20px;
}

.recommend {
    display: flex;
    margin-bottom: 40px;
    font-size: 36px;
    align-items: center;
    font-weight: bold;
    line-height: 18px;
}
.recommend img {
    width: 32px;
    margin-right: 16px;
}
.awac-wrapper li {
    width: 33%;
    display: inline-block;
    padding: 15px 15px;
}
.awac-wrapper ul {
    margin: -15px -15px;
}
.tax-page .g1-collection-item {
    display: flex;
    margin-bottom: 30px;
}
.tax-page .entry-media {
    width: 364px;
    min-width: 364px;
    margin-right: 30px;
}
.tax-page .entry-title {
    margin-bottom: 16px;
}
.tax-page .entry-title h3 {
    font-size: 21px;
    font-weight: 600;
}
.entry-category-container {
    margin-bottom: 20px;
}
.entry-category {
    background-color: #e6e6e6;
    padding: 1px 9px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}
.entry-category:hover {
    border-color: #9e2cc7;
    background-color: #9e2cc7;
    color: #ffffff;
}
.entry-time {
    font-weight: 400;
    font-size: 13px;
    color: #999;
}
.menu-item-gtranslate>div{
    margin-top: 13px;
    width: 300px;
}
.menu-item-gtranslate .gt-current-lang {
    font-size: 14px;
}
#gt_float_wrapper .gt-selected {
    margin: -5px -10px;
}
#main-menu li {
    vertical-align: top;
}
#gt_float_wrapper {
    text-align: left;
}
.blog-grid .post-title-grid {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -.025em;
    font-weight: 600;
}
.blog-grid .post-media {
    margin-bottom: 8px;
}
.blog-grid > li {
    margin-bottom: 16px;
}
.canvas-toggle {
    box-sizing: border-box;
    display: block;
    width: 44px;
    height: 28px;
    margin-left: -22px;
    position: absolute;
    z-index: 4;
    left: 50%;
    right: auto;
    top: 10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    border-radius: 4px;
    color: #666666 !important;
    transition: border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out,opacity 375ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}
.canvas-toggle:before {
    display: inline-block;
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    width: 100%;
    margin-top: -.5em;
    font: 24px/26px bimber;
    content: "\e01b"
}
.g1-canvas {
    display: none;
    background-color: #ffffff;
    width: 320px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    overscroll-behavior: contain;
    transition: width .5s ease-in-out;
    z-index: 99;
}
.canvas-inner {
    width: 320px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
}
.canvas-content {
    padding: 48px 30px 30px;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    color: #666666;
}
.g1-socials-item-icon-48 {
    font-size: 22px !important;
    width: 32px !important;
    height: auto !important;
}
#g1-social-icons-1 {
    text-align: left;
    margin-top: 30px;
}
.g1-socials-item-link {
    color: #666666 !important;
}
.canvas-search {
    text-align: left;
    position: relative;
}
.canvas-search label {
    font: 700 13px/16px serif;
    letter-spacing: normal;
    text-transform: none
}
.canvas-search .search-field {
    height: 36px;
    width: 100%;
    font: 400 14px/20px serif;
    font-family: Roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out;
    padding-right: 40px;
}

.canvas-search .search-form .search-submit {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    /*font-size: 0;*/
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    opacity: .666
}



@font-face {
    font-family: "bimber";
    src:url("../fonts/bimber/bimber.eot");
    src:url("../fonts/bimber/bimber.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bimber/bimber.woff") format("woff"),
    url("../fonts/bimber/bimber.ttf") format("truetype"),
    url("../fonts/bimber/bimber.svg#bimber") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.search-form .search-submit:before {
    font: 16px/22px bimber;
    content: "\e016"
}
.search-form .search-submit {
    padding: 5px 0;
}
.g1-canvas-overlay {
    display: none;
    visibility: visible;
    width: 100%;
    position: fixed;
    z-index: 98;
    top: 0;
    bottom: 0;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #000;
    opacity: .666;
    transition: visibility .5s, opacity .5s cubic-bezier(.735,.185,.41,1.245);
}
.start-quiz {
    width: 24px !important;
    display: inline-block;
    margin-left: 16px;
}