body { padding: 0; margin: 0;   color: #494949; font-size: 14px;  font-weight: 400; line-height: 1.5; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-weight: 500;
    color: #000000;
}
/* 评论框整体容器 */
.comment-post {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin: 20px 0;
    font-family: sans-serif;
}

.comment-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: #333;
    border-left: 4px solid #ff9800;
    padding-left: 15px;
}

/* 用户信息输入框 */
.comment-inputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

.comment-inputs input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 6px;
    outline: none;
    transition: border 0.3s;
}

.comment-inputs input:focus {
    border-color: #ff9800;
}

/* 文本域 */
.comment-textarea-wrapper {
    margin-bottom: 15px;
}

.comment-textarea-wrapper textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #f9f9f9;
    resize: vertical;
    outline: none;
    transition: all 0.3s;
}

.comment-textarea-wrapper textarea:focus {
    background: #fff;
    border-color: #ff9800;
    box-shadow: 0 0 8px rgba(255,152,0,0.1);
}

/* 底部栏 */
.comment-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-tips {
    color: #999;
    font-size: 12px;
}

/* 提交按钮：解决灰色禁用的视觉问题 */
.comment-submit-btn {
    background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%);
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    transition: transform 0.2s;
}

.comment-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,87,34,0.3);
}

/* 移动端适配 */
@media (max-width: 640px) {
    .comment-inputs {
        grid-template-columns: 1fr;
    }
}
/* 评论列表外层 */
.comments-area {
    margin-top: 40px;
}

.comments-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #444;
}

.comment-list {
    list-style: none;
    padding: 0;
}

/* 单条评论卡片 */
.comment-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.comment-main {
    display: flex;
    gap: 15px;
}

.comment-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.comment-info {
    margin-bottom: 8px;
}

.comment-author {
    font-weight: 600;
    color: #333;
    margin-right: 10px;
}

.comment-date {
    font-size: 12px;
    color: #999;
}

.comment-reply-link {
    font-size: 12px;
    color: #ff9800;
    text-decoration: none;
    margin-left: 15px;
    cursor: pointer;
}

.comment-text {
    line-height: 1.6;
    color: #555;
    font-size: 14px;
}

.reply-to {
    color: #2196F3;
    background: #e3f2fd;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 12px;
}

/* 子评论缩进 */
.comment-children {
    list-style: none;
    margin-left: 60px; /* 头像对齐缩进 */
    margin-top: 15px;
    border-left: 2px solid #f9f9f9;
    padding-left: 15px;
}
.comment-form-info img{
    width: auto;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nocomments {
    display:none;
}

/* 被包含的每个占一整行 */ 
.flex-column {
    display: flex; flex-direction: column;
}
/*在外部container里上下居中*/ 
.inner-up-down-center {
    display: flex; align-items: center; justify-content: center;
}
/* dropdown-control 相关 */
.drop-container {
    display: inline-block;
}
.dropdown-controlled {
    position: absolute; 
    z-index: 999;
}

.tf-container {
	max-width: 950px !important;
	margin-right: auto;
	margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.tf-container.full {
    padding-left: 5px;
    padding-right: 5px;
}
.tf-container.content {
    padding-top:  40px;
}
.tf-title {
    text-align: center;
    padding: 20px 0;
    border: 1px solid #e5e5e5;
    background-color: #fbfbfb;
}
.tf-title .heading {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    color: #0020b5;
    letter-spacing: 2px;
}
@media (min-width: 576px) {
  .tf-container {
	max-width: 100%;
  }
}
@media (min-width: 768px) {
  .tf-container {
	max-width: 750px;
  }
}
@media (min-width: 992px) {
  .tf-container {
	max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .tf-container {
	max-width: 1420px;
  }
}
.bread-crumbs  {
    text-align: center;
    background-color: #fbfbfb;
    padding: 20px 0;
    border: 1px solid #e5e5e5;
}
.bread-crumbs li {
    margin-right: 4px;
    float: none;
    display: inline-block;
    color: #000000;
    font-size:12px;
    font-weight: 700;
}
.bread-crumbs a {
    color: #000000; text-decoration: none;
}


.navigation.pagination {
    text-align: center;
    margin: 20px 0;            
}
.pagination .current {
    color: #ffffff;
    background-color: #fd3c3d;
}
.pagination a:not(.current) {
    background-color: #cccccc !important;
}
.pagination a, .pagination span {
    font-weight: 900;
    font-size: 14px;
    padding: 0 22px;
    line-height: 48px;
    height: 48px;
    min-width: auto;
    margin: 0 1px 0 0;
    background: none;
    text-transform: uppercase;
    background-color: #ffffff;

    display: inline-block;
    color: #454545;
    text-align: center;
}
.pagination .dots, .pagination a:hover {
    color: #000000;
    background: none;
}

/******** yy-top ********/
#yytop {
    background-color: #000;
    display: flex !important; justify-content: space-between !important; /*  one align left , one align right */
}
#yytop .sitetitle-logo-tagline {
    padding: 10px;
}
#yytop .sitetitle {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
}
@media (max-width: 390px) {
  #yytop .logo {
	display:none;
  }
}
#yytop .logo {
    width: 100px; height: 18px;
}
#yytop .tagline {
    color: #929292; 
    font-weight: 400; 
    font-size: 12px;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;          
}
#yytop .right-part {
    color: #f2f2f2;
    text-decoration: none;
    padding-right:10px;
}
#yytop .right-part .icons {
    display: flex;
    color: #f2f2f2;
    height: 100%;
}
#yytop .right-part .icons #user-icon {
    min-width: 44px;
    text-align: center;
    color: white;
    text-decoration: none;
}
#yytop .right-part .icons #user-icon .avatar{
    height: 30px;
    width: 30px;
    border: 1px solid #cccccc;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 5px;
}
#yytop .right-part .icons #user-icon .user-avatar{
    font-size: 22px;
}
#yytop .right-part .icons #user-icon .user-name{
    font-size: 11px;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;        
    line-height: 11px;
}
#yytop .right-part .icons #msg-icon {
    position: relative;
    margin-left:15px;
}
#yytop .right-part .icons #msg-icon .label {
    position: absolute;
    right: -7px;
    text-align: center;
    font-size: 10px;
    padding: 2px 3px;
    line-height: .9;
    background-color: #dd4b39 !important;
}
#yytop .right-part .icons #msg-icon .reply-count{
    top: -7px;
    background-color: #dd4b39 !important;
}
#yytop .right-part .icons #msg-icon .message-count{
    top: 10px;
    background-color: #3962dd !important;
}
#yytop .right-part .top-icon-dropdown {
    background: white;
    color: black;
    right: 10px;
    max-width: calc(100% - 20px);
}
#yytop .right-part .top-icon-dropdown .row {
    padding: 15px;
    text-align: center;
    border: 0.5px solid #c7c7c7;
    background: #fff;
    white-space: nowrap;
    font-size: 13px;
    text-decoration: none;
}
#yytop .right-part .top-icon-dropdown .close {
    padding: 7px;
    text-align: center;
    border: 0.5px solid #c7c7c7;
    background: #b4b2b2;
}
#yytop .right-part .top-icon-dropdown .replies .reply {
    padding: 2px 5px;
    text-align: left;
    background: #ececec;
    border: 0.5px solid #c7c7c7;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    display: flex !important;
}
#yytop .right-part .top-icon-dropdown .replies .speech-bubble {
    margin-right:5px;
}
#yytop .right-part .top-icon-dropdown .replies  .post-title {
    color: #272aff;
    font-size: 14px;
    font-weight: 400;
}
#yytop .right-part .top-icon-dropdown .replies  .comment-abstract {
    color: #323232;
    font-size: 11px;
    font-weight: 400;
}

/******* global navi **********/

#global-navi { 
    width:  100%;
}
#global-navi .buttons-container {
    display: flex; 
}
#global-navi .button {
    width: 100%;
    text-align:  center; text-decoration: none; font-size: 12px; font-weight: 400; line-height: 18px;  color: #fff;
    background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important;
    padding: 10px 0 5px;
    border: 1px solid #730606;
}
#global-navi  .dropdown-controlled { 
    background: #181a1f;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}
#global-navi .link-group  {
    display: block;
    padding: 10px 20px 0px 20px;   
}
#global-navi .link-group.inline  {
    display: flex;flex-wrap: wrap;
    column-gap: 20px;
}
#global-navi .close{
    color       : #FFF;
    font-size   : 30px;
    font-weight : 200;
    margin-left : 15px;
    display     : block;
    text-align  : left;  
    position    : absolute; 
    right   : 15px;
}

#global-navi .shops-of-city {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2px;
    row-gap: 6px;
    column-gap: 5px;
}
#global-navi .shops-of-loc {
    display: flex;
    background: linear-gradient(to right,#464646, #000000);
    margin-top: 9px;
    position: relative;
}
#global-navi .shops-of-loc.item1 {
    width: 85px;
}
#global-navi .shops-of-loc.item2 {
    width: 174px;
}
#global-navi .shops-of-loc.item3orMore {
    flex-wrap: wrap;
    width: 100%;
}
#global-navi .loc {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    padding: 0 5px;
    top: -6px;
    background: #630c0c;
    min-width: 45px;
    position: absolute;
}
#global-navi .link {
    color: #C8C8C8;
    display: grid;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 4px;
    overflow: hidden;
}   









.girls-grid {
     grid-template-columns: repeat(6, 1fr) ;
     display:  grid ;
     grid-row-gap: 50px;
     grid-column-gap: 10px;
 }
@media(max-width:1200px) {  .girls-grid { grid-template-columns: repeat(6, 1fr) ;  grid-column-gap: 10px; display:  grid  ; grid-row-gap: 50px; }}
@media(max-width:992px)  {  .girls-grid { grid-template-columns: repeat(5, 1fr) ;  grid-column-gap: 10px; display:  grid  ; grid-row-gap: 50px; }}
@media(max-width:820px)  {  .girls-grid { grid-template-columns: repeat(4, 1fr) ;  grid-column-gap: 10px; display:  grid  ; grid-row-gap: 50px; }}
@media(max-width:540px)  {  .girls-grid { grid-template-columns: repeat(3, 1fr) ;  grid-column-gap: 10px; display:  grid  ; grid-row-gap: 50px; }}
.girl {
    position: relative;
    width: 100%;
    padding-bottom: 130%;
}
.girl .has_comment{
    position: absolute;
    right: -5px;
    top: -12px;
    z-index: 1;
    color: #01d3ea;
    font-size: 20px;
}
.girl .thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.girl .intro {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -30px;
}
.girl .intro .right {
    position: absolute;
    right: 0;
    top: -15px;
    background: #ffffffb3;
    height: 15px;
    line-height: 15px;
}
.girl .intro .right .model_height{
    color: #17224b;
    font-size: 13px;
    font-weight: 600;
    padding-left: 3px;
}
.girl .intro .right .model_cup{
    font-weight: 800;
    font-size: 15px;
    color: #f43232;
}
.girl .intro .left {
    text-align: left;
    margin: -18px 0 0 0;
}
.girl .intro .left > *{
    display: block;
}
.girl .intro .left .shop_name{
    color: #fff;
    font-size: 13px;
    padding: 0 5px;
    margin-left: -3px;
    display: inline-block;
}
.girl .intro .left .model_name{
    color: #595959;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    height: 30px;
}

/********************************* comment.php *********************************/
.wpd-unapproved {
    display: none !important;
}
.wpdiscuz_comment_container { 
    display:none
}
/** report related 精华   **/
.my_comment_class.commentmeta_report {
    background-image: url(https://tokyo-yy.com/wp-content/themes/yy/images/精华.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 150px 75px;
    background-color: #fff7ce;
    min-height: 150px;
}
.wpdiscuz_comment_container .my_comment_class.commentmeta_report .wpd-comment-footer {
    display:none !important;
}
/********************************* single cn girl *********************************/
.page-cn-girl            .tf-container.content {
    text-align: center;
}
.page-cn-girl            .shop-title{
    color:  #fd3c3d;        
    font-size: 27px;
    font-weight: 400;
    margin-top:40px;
    display: block;
    text-decoration: none;
    text-align: center;
}
.page-cn-girl            .girl-title {
    font-size: 25px;
    font-weight: 500;
    color: #001aa2;
    display: block;
    margin: 0;
    text-align: center;
}
.page-cn-girl            .jinrichuqin {
    font-size: 18px;
    font-weight: 300;
    color: #4fb2ff;
    display: block;
    text-align: center;
}
.page-cn-girl            .model_profile {
    display: inline-flex;
    margin: 20px 0 0 0;
} 
.page-cn-girl            .item {
    display: flex;
    padding: 0 10px 0 0 ;
} 
.page-cn-girl            .mark {
    font-size: 10px;
    font-weight: 600;
    color: #fa8c8c;
    line-height: 20px;
} 
.page-cn-girl            .value {
    font-size: 15px;
    font-weight: 450;
    color: #000000;
    white-space: nowrap;
} 
.page-cn-girl            .model_intro {
    margin-top: 20px;
    padding: 0 10px;;
    text-align: left;
}
.page-cn-girl            .model_intro span {
    color:  #202020;
    font-size: 15px;
    font-weight:  300;
    text-align: center;
    white-space: pre-line;
}
.page-cn-girl            .media_title {
    padding: 2px 20px;
    background-image: linear-gradient(to right,#024292, #fff);
    color: #fff; font-size: 20px; font-weight: 400;
    display: block;
    text-align: left;
    margin-top: 20px;
}
.page-cn-girl            .model-pic {
    padding: 10px;
}
.page-cn-girl            .model-pic img{
    object-fit: contain;
    width: 100%;
    max-height: 500px;
}
.page-cn-girl            .contact_shop {
    color: #ec3555; 
    font-size: 16px; 
    font-weight: 400;
    display: block;
    text-align: left;
    padding: 2px 20px;
    margin-top:  30px;
}
.page-cn-girl            .movie_container {
    padding: 10px 0;
}
.page-cn-girl            .jinrichuqin.offline {
    display:none;
}
.page-cn-girl            .model-pic.offline {
    display:none;
}
.page-cn-girl            .movie_container.offline {
    display:none;
}





/******************************** report ********************************/
.page-report       .heading {
    text-align: center;
}
.page-report       .post_author {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px dotted #dfdfdf;
    margin-top: 20px;
}
.page-report       .post_author .author_and_date {
    margin-left: 10px;
}
.page-report       .post_author .author_and_date .author {
    font-size:120%;
}
.page-report       .post_author .author_and_date .date {
    font-size: 90%;
}
.page-report       .post_author .wpd-avatar img {
    width: 60px;  border: 1px solid #cccccc;
    padding: 2px;
    background-color: #ffffff;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
}
.page-report       .report_content {
    padding: 40px 0px 10px;
}
.page-report       .report_content .content_text {
    white-space: pre-wrap;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 24px;
}
.page-report       .post_hidden {
    overflow: hidden;
    margin: 40px 0;
    padding: 30px 10px 30px 20px;
    border: 1px dashed #F00;
}
.page-report       .post_hidden  span{
    display: block;
}
.page-report       .button {
    border: unset;
    color:white;
    padding: 10px;
    width:  150px;
    display: block;
    text-align: center;
} 
.page-report       .use_point{
    background-color: #004f1b;
}
.page-report       .earn_point{
    background-color: #520101;
}

/***** 用户上传附件 ********/
.page-report       .user_upload_media {
    border: 2px dotted #dfdfdf;
    margin-top: 20px;
}
.page-report       .user_upload_media .wmu-comment-attachments {
    
    padding: 0;
    margin: 10px 0 10px 0;
}
.page-report       .user_upload_media .wmu-attached-images {
    display: flex;
    margin-bottom: 5px;
}
.page-report       .user_upload_media .wmu-attached-images .wmu-attachment {
    padding: 0 5px ;
    display: inline-block;
}
.page-report       .user_upload_media .wmu-delete-image {
    display:none;
}

/***** 查看原帖 ********/
.page-report       .origin_post_thumb {
    margin: 30px 30px;
}
.page-report       .origin_post_thumb .thumbnail {
    height: 150px;
}
.page-report       .origin_post_thumb .thumbnail img {
    max-width: 100%;
    max-height: 100%;
}


/************************************* report archive /*************************************/
.page-report-archive    .tf-list .list-item {
    padding: 15px !important;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
}
.page-report-archive    .tf-list .list-item .post-media {
    position: relative;
    width: 70px !important;
    float: left !important;
    margin-top: 10px;
}
.page-report-archive    .report-list-item-title {
    color: #252525 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    white-space: nowrap;
    text-decoration: none;
    display: block;
}
.page-report-archive    .report-list-item-content-abstract {
    color: #0062f4 !important;
    font-size: 14.5px !important;
    font-weight: 400 !important;
    text-decoration: none;
    display: block;
    line-height: 1.5;
    margin-top: 6px;
}
.page-report-archive    .report-list-item-content-abstract span {
    color: #b2003b;
    font-size: 13px;
}
.page-report-archive    .comment-count {
    font-size: 12px;
    font-weight: 400;
    color: #434343;
}
.page-report-archive    .thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
}
.page-report-archive    .tf-list .list-item .entry-content {
    padding-left: 10px !important;
    overflow: hidden;
}
.page-report-archive    .tf-list .list-item .section-title {
    margin-bottom: 0 !important;
}
.page-report-archive    .tf-list .list-item .section-title .heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}
.page-report-archive    .by-author, .published-date {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    font-style: italic;
    margin-top: 8px;
}

.page-report-archive    .published-date {
    display: unset !important;
    border-left: 1px solid #e2e2e2;
    padding-left: 8px;
    margin-left: 8px;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    font-style: italic;
    margin-top: 8px;
    float: right;
}
.page-report-archive    .tf-list .list-item footer {
    text-align: right;
    margin: 5px;
}




/***************************************  page-recent-comment ***************************************/
.page-recent-comment          .recent-comment {
    border-top: 0.5px solid #e5e5e5;
}
.page-recent-comment          .recent-comment .comment-wrap {
    padding: 5px 0 9px 81px;
    position: relative;
    display: inline-block;    
}
.page-recent-comment          .recent-comment  .comment-avatar {
    left: 14px;
    position: absolute;
    top: 8px;
    width: 40px;
    height: 40px;
}
.page-recent-comment          .recent-comment .comment-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.page-recent-comment          .recent-comment .comment-author-link {
    color: #03a0c7;
    display: block;
    font-weight: 700;
    margin-top: 4px;
    text-decoration: none;
}
.page-recent-comment          .recent-comment .comment-date {
    display: block;
    line-height: 1.2;
    font-size: 10px;
    opacity: .7;
    position: absolute;
    left: 0;
    top: 50px;
    width: 74px;
}
.page-recent-comment          .recent-comment .comment-excerpt {
    display: block;
    font-family: "PT Serif",serif;
    font-style: italic;
    line-height: 1.45;
}


/***************************************  footer ***************************************/
#footer {
    margin-top: 70px;
}
#footer .footer-container {
    color: #888888;

    border-top: 2px solid #fd3c3d;
    text-align: center;
}
#footer .copyright {
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0;
    display: block;
    line-height: 25px;
}