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;
}
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;
}

/******** ld-top ********/
#ldtop {
    background: linear-gradient(to right, #000000, #8b0000);
    display: flex !important; justify-content: space-between !important; /*  one align left , one align right */
}
#ldtop .sitetitle-logo-tagline {
    padding: 10px;
}
#ldtop .sitetitle {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
}
@media (max-width: 390px) {
  #ldtop .logo {
	display:none;
  }
}
#ldtop .logo {
    width: 100px; height: 18px;
}
#ldtop .tagline {
    color: #929292; 
    font-weight: 400; 
    font-size: 12px;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;          
}
#ldtop .right-part {
    color: #f2f2f2;
    text-decoration: none;
    padding-right:10px;
}
#ldtop .right-part .icons {
    display: flex;
    color: #f2f2f2;
    height: 100%;
}
#ldtop .right-part .icons #user-icon {
    min-width: 44px;
    text-align: center;
    color: white;
    text-decoration: none;
}
#ldtop .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;
}
#ldtop .right-part .icons #user-icon .user-avatar{
    font-size: 22px;
}
#ldtop .right-part .icons #user-icon .user-name{
    font-size: 11px;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;        
    line-height: 11px;
}
#ldtop .right-part .icons #msg-icon {
    position: relative;
    margin-left:15px;
}
#ldtop .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;
}
#ldtop .right-part .icons #msg-icon .reply-count{
    top: -7px;
    background-color: #dd4b39 !important;
}
#ldtop .right-part .icons #msg-icon .message-count{
    top: 10px;
    background-color: #3962dd !important;
}
#ldtop .right-part .top-icon-dropdown {
    background: white;
    color: black;
    right: 10px;
    max-width: calc(100% - 20px);
}
#ldtop .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;
}
#ldtop .right-part .top-icon-dropdown .close {
    padding: 7px;
    text-align: center;
    border: 0.5px solid #c7c7c7;
    background: #b4b2b2;
}
#ldtop .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;
}
#ldtop .right-part .top-icon-dropdown .replies .speech-bubble {
    margin-right:5px;
}
#ldtop .right-part .top-icon-dropdown .replies  .post-title {
    color: #272aff;
    font-size: 14px;
    font-weight: 400;
}
#ldtop .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; height: 30px; 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 .shop-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2px;
    row-gap: 6px;
    column-gap: 5px;
}
#global-navi .shop-area {
    display: flex;
    background: linear-gradient(to right,#464646, #000000);
    margin-top: 9px;
    position: relative;
    flex-wrap: wrap; 
}
#global-navi .shop-area.loc1 {
    width: 85px;
}
#global-navi .shop-area.loc2 {
    width: auto;
}
#global-navi .shop-area.loc3 {
    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;
}   









.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: 10px;
    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;
}


.thumb {
    position: relative;
}

.reply-icon {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 3;
    background: rgba(0,0,0,0.65);
    color: #fff;
    font-size: 14px;
    padding: 4px 6px;
    border-radius: 12px;
    line-height: 1;
}



/********************************* comment.php *********************************/
.wpd-unapproved {
    display: none !important;
}
.wpdiscuz_comment_container { 
    display:none
}
/** report related 精华   **/
.my_comment_class.commentmeta_report {
    background-image: url(https://london18.com/wp-content/themes/london18/images/11.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: #7a0000;
    display: block;
    margin: 0;
    text-align: center;
}
.page-cn-girl            .jinrichuqin {
    font-size: 18px;
    font-weight: 300;
    color: #890000;
    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,#000000, #8b0000);
    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;
}

/*************************************** shoplist ***************************************/

.recent-comment .news-title {
                    text-align: center;
                }

                .recent-comment .news-title a.see-more {
                    top: 0;
                    right: 20px;
                    text-decoration: none;
                    margin-left: 10px;
                }

                .recent-comment .news-title span {
                    color: #a13a4d;
                    text-align: center;
                    font-weight: 800;
                    font-size: 15px;
                    display: block;
                }

                .recent-comment .comment-author-link a {
                    color: #12a85f;
                    text-decoration: none;
                }

                .recent-comment .comment-post a {
                    color: #0bf;
                    text-decoration: underline;
                }

                .recent-comment .comment-date {
                    font-size: .85em;
                    opacity: .7;
                }

                .recent-comment span ??体验 {
                    font-weight: 800;
                    color: #fff;
                    background: #000;
                    padding: 0 3px;
                }
                
                
                
                
 /*************************************** newshop ***************************************/               

  .new-shops {
                    display: flex;
                    flex-wrap: nowrap;
                    justify-content: space-between;
                    column-gap: 10px;
                    margin: 10px;
                }

                .new-shops .shop {
                    flex-grow: 1;
                    flex-basis: 0;
                    position: relative;
                    background: linear-gradient(45deg, #0043c2, #fdfdfd);
                    text-align: center;
                    padding: 16px 0 7px 0;
                }

                .new-shops .shop .name {
                    font-size: 17px;
                    color: white;
                }

                .new-shops .shop .loc {
                    left: -1px;
                    color: #ffffff;
                    font-size: 12px;
                    text-align: center;
                    line-height: 15px;
                    padding: 0 5px;
                    top: -3px;
                    background: #630c0c;
                    min-width: 45px;
                    position: absolute;
                }
                
                
/*************************************** shoplist nage ***************************************/
  .shop-list {
                    margin-top: 20px;
                    overflow: auto;
                    white-space: nowrap;
                }

                .shop {
                    color: black;
                    width: auto;
                    display: inline-block;
                    margin-right: 18px;
                    text-decoration: none;
                }

                .shop .loc {
                    text-align: center;
                    font-size: 12px;
                    line-height: 12px;

                }

                .shop .shop-img {
                    width: 80px;
                    height: 80px;
                    border-radius: 7px;
                    margin-top: 5px;
                    position: relative;
                }

                .shop .shop-img .new-mark {
                    background: rgba(0, 0, 0, 0) url(https://london18.com/wp-content/themes/london18/images/new.png) no-repeat;
                    z-index: 1;
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    background-size: contain;
                    right: -5px;
                    top: -10px;
                }

                .shop .shop-name {
                    color: blue;
                    font-weight: 800;
                    text-align: center;
                    font-size: 14px;
                    margin: 2px 0px;
                    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
                }

                .girl-show-hidden {
                    writing-mode: vertical-lr;
                    color: #ff5d00;
                    font-size: 15px;
                    line-height: 22px;
                    margin: 10px 4px;
                }

                .fade-message {
                    height: 40px;
                    position: fixed;
                    bottom: 0%;
                    width: 100%;
                    background-color: #011db0;
                    opacity: 1;
                    z-index: 999;
                    color: white;
                    text-align: center;
                }