body {
  background: #f4f6f9;
  background-image: url("../static/common/com_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  min-height: 100vh;
}
.wp {
  background: #f4f6f9;
}
/**/
.ct2_a, .ct3_a {
    border: none;
}
.ct2_a .mn {
    width: 973px;
}
.mn {
  border-radius: 4px;
  background: #fff;
    padding: 16px;
}

.ct2 .mn {
    width: 932px;
}
.bm {
    border: none;
}
.bm, .bn {
    margin-bottom: 16px;
}
.bm_c {
    padding: 16px;
}
.bm_h {
    border-top: none;
    border-bottom: none;
    padding: 0 16px;
    background: #e5e5e5;
}
/**/
.site-main {
  padding: 0 16px;
  background: #f4f6f9;
  width: 1200px;
  margin: 0 auto;
  min-height: 100VH;
}
.portal-home {
  margin-top: 20px;
}
.frame, .frame-tab {
  margin-bottom: 12px !important;
}
.joy-box {
  padding: 16px !important;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.border-0 {
  border: none !important;
}
.w-74 .frame-3-1-l {
  width: 74% !important;
}
.com-bg {
  background: #f4f6f9;
}
.bg-fff {
  background: #fff;
}
.block .title .subtitle {
  font-weight: 400;
}
.blocktitle.title {
  padding: 12px 12px 0;
}
.radius4 {
  border-radius: 4px;
}
.joy-flex {
  display: flex;
}
.temp {
  margin: 0;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.h100 {
  height: 100% !important;
}
.bg1 {
  background: #f8f2cb !important;
}
.bgl1 {
  background: #f8f2cb !important;
}
.frame-3-1-l, .frame-1-3-r {
  width: 73.667%;
}
.frame-3-1-r, .frame-1-3-l {
  width: 25%;
}
.mr0 {
  margin-right: 0 !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.flex-row {
  flex-direction: row !important;
}
/*************************************************/
#pt {
  height: 40px;
  line-height: 40px;
}
/*************************************************/
/*************************************************/
.site-main #hd {
  margin-left: -16px;
  position: relative;
}
.site-main #hd, .site-main #hd .wp {
  width: 1232px;
  padding: 0;
}
.site-main #hd #nv {
  height: 50px;
  background: #FF8E00;
}
.site-main #hd #nv a {
  text-decoration: none;
}
.site-main #hd #nv .boardlogo {
  height: 30px;
}
#nv li {
  height: 50px;
  line-height: 50px;
  background: #FF8E00;
  list-style-type: none;
}
#nv li a {
  padding: 0 16px;
  font-size: 18px;
  height: 50px;
  text-decoration: none;
}
#nv li a:hover {
  background: #e28005;
}
#nv li.a {
  background: #f7a43c;
}
#qmenu {
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(../static/portal/nav-qmenu.svg) no-repeat 0 0;
  background-size: 80% !important;
  margin: 13px 12px 0;
}
#qmenu::after {
  display: none;
}
#qmenu_menu {
  margin-top: 7px;
  margin-left: 11px;
}
.popup-menu #user-um a {
  padding: 0 !important;
}
.nav-login {
  float: right;
  margin: 0 20px 0;
  color: #fff;
  font-size: 16px;
  height: 50px;
}
.nav-login a {
  height: 50px;
  color: #fff;
  padding: 0 8px !important;
}
.nav-login-user img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.nav-login-info {
  display: flex;
  justify-content: space-evenly;
  padding: 1px 0;
  align-items: center;
}
.nav-login-info li a {
  font-weight: 400;
  font-size: 15px !important;
}
.nav-login-info li.a {
  background: transparent !important;
}
.nav-login-info li.a .a {
  color: rgb(255 0 0) !important;
}
.nav-login-user {
  margin-right: 10px;
  height: 50px;
}
.nav-login-text {
  margin-right: 20px;
  font-size: 15px !important;
}
.top-nav li.notify {
  width: 98px;
  height: 20px !important;
  background: url(../static/home/icon/notify_bg.gif) no-repeat !important;
  color: #FFF;
  font-weight: normal !important;
  line-height: 20px !important;
  text-align: center;
  position: relative;
  margin-top: 15px;
}
.top-nav li.notify a:hover {
  background: url(../static/home/icon/notify_bg.gif) no-repeat !important;
}
.top-nav li.notify a {
  display: block;
  width: 100%;
  height: 100% !important;
  color: inherit !important;
  text-decoration: none !important;
  padding: 0 !important;
  font-size: 12px !important;
}
.top-nav li.notify #myprompt.new:before {
  display: none;
}
.top-nav li.notify .showmenu::after {
  display: none;
}
/*全局弹窗*/
/* 菜单触发器 */
.joy-modal-trigger {
  position: relative;
  cursor: pointer;
}
/* 菜单面板 */
.joy-modal-overlay {
  position: fixed;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  padding: 10px 0;
}
/* 菜单项 */
.joy-modal-overlay a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}
.joy-modal-overlay a:hover {
  background-color: #f0f0f0;
}
/* 向下弹出箭头 */
.joy-modal-down::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 20px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}
/* 向上弹出箭头 */
.joy-modal-up::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  border-width: 8px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
/*提醒弹窗样式*/
.modal-popup {
  width: 120px;
  padding: 10px 0 0;
  margin-top: -5px;
}
.modal-popup ul {
  display: flex;
  flex-direction: column;
  border-color: #fff0;
  padding: 0 0 8px;
  border-radius: 4px;
}
.modal-popup ul li {
  background: #fff !important;
  height: 28px !important;
}
.modal-popup ul li a:hover {
  background: #f2e2d3 !important;
}
.modal-popup ul li a {
  font-size: 12px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  color: #333 !important;
  height: 28px !important;
  padding: 0 15px !important;
  width: 88.5px;
  border-bottom: none;
}
.modal-popup ul li.ignore_noticeli {
  position: absolute;
}
.modal-popup ul li.ignore_noticeli, .modal-popup ul li.ignore_noticeli a {
  width: 20px;
  right: 0px;
  top: 0;
  height: 20px !important;
  display: flex;
  padding: 0 !important;
  background: transparent
}
.modal-popup ul li.ignore_noticeli a:hover {
  background: transparent !important;
}
.modal-popup ul li .rq {
  display: block !important;
}
/* 登陆后状态 */
.portal-login-status {
  margin-top: 16px;
}
.portal-login-status ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  display: grid;
  justify-items: center;
}
.portal-login-status .plogin-card-content a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.portal-login-status .plogin-card-content a:hover {
  color: #ee831f;
}
.portal-login-status .plogin-card-icon {
  width: 50px;
  height: 50px;
  background-size: 80% !important;
}
.plogin-card-content .card-icon1 {
  background: url(../static/portal/icon/write-blog.svg) no-repeat 6px 0;
}
.plogin-card-content .card-icon1:hover {
  background: url(../static/portal/icon/write-blog-hover.svg) no-repeat 6px 0;
}
.plogin-card-content .card-icon2 {
  background: url(../static/portal/icon/write-doing.svg) no-repeat 6px 0;
}
.plogin-card-content .card-icon2:hover {
  background: url(../static/portal/icon/write-doing-hover.svg) no-repeat 6px 0;
}
.plogin-card-content .card-icon3 {
  background: url(../static/portal/icon/write-photo.svg) no-repeat 6px 0;
}
.plogin-card-content .card-icon3:hover {
  background: url(../static/portal/icon/write-photo-hover.svg) no-repeat 6px 0;
}
.plogin-card-content .card-icon4 {
  background: url(../static/portal/icon/write-article.svg) no-repeat 6px 0;
}
.plogin-card-content .card-icon4:hover {
  background: url(../static/portal/icon/write-article-hover.svg) no-repeat 6px 0;
}
/* 头像样式 */
.nav-login .user_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
  margin-top: -3px;
}
.nav-login .user_avatar:hover {
  transform: scale(1.1);
}
/* 弹窗样式 */
.avatar-popup {
  position: absolute;
  top: 50px;
  right: 0;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  padding: 10px 0;
  display: none;
  z-index: 1000;
  min-width: auto;
  font-size: 14px;
  padding: 16px;
  z-index: 1;
  min-width: 330px;
}
.avatar-popup a {
  color: #333;
  font-size: 12px;
}
.avatar-popup #user-um p {
  margin-bottom: 12px;
}
.avatar-popup #user-um p:last-child {
  margin-bottom: 0;
}
.popup-menu {
  display: flex;
  flex-direction: column;
}
.avatar-popup #toptb {
  min-width: 100%;
  width: 100%;
  border-bottom: navajowhite;
  padding: 0 5px;
  border-radius: 4px;
}
.avatar-popup #toptb a {
  margin-right: 15px;
}
.avatar-popup #toptb a:last-child {
  margin-right: 0;
}
.avatar-popup #loginstatusid {
  color: #fa3308;
}
/*************************************************NETWORK PAGE***/
#network {
  overflow: hidden;
  margin-top: 20px;
}
.joy-ml {
  margin-left: 16px;
}
#guestbar {
  display: flex;
  height: 242px;
  overflow: hidden;
}
#guestbar #hdlogdiy1 {
  width: 100%;
  height: 242px;
}
#guestbar #hdlogdiy1 img {
  border-radius: 4px;
}
.nbox {
  margin: 0 0 16px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.nbox_c {
  margin: 0;
  padding: 1px;
  width: 100%;
  w\idth: 100%;
  overflow: hidden;
}
#guestbar .nbox_c {
  height: 242px;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 4px;
  background: url(../static/portal/guest_bg.png) no-repeat 0 0;
}
#guest_intro {
  position: absolute;
  left: 35px;
  top: 80px;
  width: 320px;
  height: 87px;
  font-size: 14px;
  background: url(../static/portal/guest_corner.gif) no-repeat 0 100%;
}
#regbutton {
  position: absolute;
  left: 368px;
  top: 65px;
  display: block;
  width: 122px;
  height: 43px;
  background: url(../static/portal/reg_button.gif) no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#guest_app a {
  position: absolute;
  top: 178px;
  display: block;
  width: 53px;
  height: 53px;
  text-indent: -100px;
  overflow: hidden;
  text-decoration: none !important;
  border-radius: 999px;
}
#guest_app a.appdoing {
  left: 22px;
}
#guest_app a.appphotos {
  left: 93px;
}
#guest_app a.appgames {
  left: 166px;
}
#guest_app a.appgroups {
  left: 238px;
}
.side_rbox_c {
  padding: 16px;
}
.side_rbox.login {
  background: #fff;
  flex-shrink: 0;
  width: 300px;
  border-radius: 4px;
}
.side_rbox.login .ntitle {
  padding: 16px 16px 0;
  font-size: 14px;
}
.login-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.login-field-group {
  display: flex;
  align-items: center;
}
.login-input-wrap {
  display: flex;
  align-items: center;
}
#ls_fastloginfield_ctrl, #ls_fastloginfield_ctrl_menu.sltm {
  min-width: 50px !important;
  max-width: 50px !important;
}
.login-password, .login-account {
  min-width: 83px !important;
  max-width: 83px !important;
  padding-left: 4px;
  font-size: 14px;
}
.login-type-select {
  margin-right: 10px;
}
.login-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
}
.forgot-pw-wrap {
  text-align: right;
}
.login-input {
  width: 172px;
  padding: 5px;
  border: 1px solid rgb(153 153 153 / 60%);
  border-radius: 4px;
  color: #ccc;
}
#ls_password::-webkit-input-placeholder { /* Chrome/Safari/Edge */
  color: #ccc;
}
#ls_password::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  opacity: 1; /* Firefox默认会降低透明度 */
}
#ls_password:-ms-input-placeholder { /* IE 10-11 */
  color: #ccc;
}
.login-button {
  padding: 5px 20px;
  background: #ff8e00;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.remember-me {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sns-login {
  display: flex;
  margin-top: 20px;
  height: 26px;
  overflow: hidden;
}
/***********************************************************/
/*6格介绍*/
.protal-intro {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  padding: 16px;
}
.feature-card {
  display: flex;
  align-items: center;
  padding: 0;
  background: white;
  border-radius: 8px;
  /*box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
}
.protal-intro-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-size: 100% !important;
}
.protal-intro-text {
  margin-left: 15px;
}
.protal-intro-text h3 {
  color: #333;
  margin: 0 0 5px 0;
  font-size: 16px;
}
.protal-intro-text p {
  color: #666;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
/* 图标颜色 */
.protal-intro .icon-1 {
  background: #e7af38;
  background: url(../static/portal/portal-sns.svg) no-repeat 0 0;
}
.protal-intro .icon-2 {
  background: #87CEEB;
  background: url(../static/portal/portal-doing.svg) no-repeat 0 0;
}
.protal-intro .icon-3 {
  background: #98FB98;
  background: url(../static/portal/portal-blog.svg) no-repeat 0 0;
}
.protal-intro .icon-4 {
  background: #FFB6C1;
  background: url(../static/portal/portal-photo.svg) no-repeat 0 0;
}
.protal-intro .icon-5 {
  background: #DDA0DD;
  background: url(../static/portal/portal-group.svg) no-repeat 0 0;
}
.protal-intro .icon-6 {
  background: #FFA07A;
  background: url(../static/portal/portal-life.svg) no-repeat 0 0;
}
/***********************************************************/
.portal-bloglist {
  padding: 16px;
  line-height: 150%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.portal-bloglist li {
  float: left;
  margin: 0;
  width: 100%;
}
.portal-bloglist h3 {
  margin: 0 0 5px;
  height: 20px;
  font-size: 14px;
  overflow: hidden;
}
.portal-bloglist .d_avatar {
  float: left;
  margin: 0 10px 0 0;
}
.portal-bloglist .d_avatar a {
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 4px;
}
.portal-bloglist .d_avatar a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.portal-bloglist p.messages {
  margin: 0 0 5px 0;
  padding: 0;
  height: 36px;
  color: #666;
  overflow: hidden;
}
.portal-bloglist .nhot {
  float: right;
  color: #EF9822;
}
.portal-bloglist .nhot a {
  color: #EF9822;
}
.portal-bloglist .gray, .portal-bloglist .gray a {
  color: #aaa;
}
/***********************************************************/
.portal-photoist {
  padding: 16px;
}
.portal-photoist ul {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.portal-photoist ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.portal-photoist ul li a {
  width: 126px;
  height: 106px;
}
.portal-photoist ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portal-photoist ul li p {
  padding: 10px 0 0;
}
/***********************************************************/
/*会员列表*/
.portal-member-list {}
.portal-member-list ul {
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  display: grid;
  padding: 16px;
}
.portal-member-list ul li {
  list-style: none;
  background: white;
  padding: 0;
  margin: 0;
  border-radius: 0;
  /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
  display: flex;
  align-items: center;
  width: 181.33px;
  height: 60px;
}
.portal-member-list ul li a {
  display: flex;
}
.portal-member-list ul li img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  margin-right: 10px;
  object-fit: cover;
}
.portal-member-list .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 110px;
}
.portal-member-list .username a {
  font-size: 14px;
}
.portal-member-list .userinfo {
  height: 56px;
}
.portal-member-list .userinfo, .portal-member-list .userinfo2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.portal-member-list .userinfo2 span {
  color: #666;
}
.portal-member-list .userinfo2 span:first-child {
  margin-top: 5px;
}
.portal-member-list ul li span {
  display: block;
  line-height: 1.4;
}
.portal-member-list ul li span:nth-child(1) { /* 昵称 */
  font-weight: 500;
}
.portal-member-list ul li span:nth-child(2) { /* 地区 */
  color: #666;
  font-size: 12px;
}
.portal-member-list ul li span:nth-child(3) { /* 好友数 */
  color: #666;
}
/***********************************************************/
#searchbar {
  line-height: 30px;
  vertical-align: middle;
  font-family: Tahoma, "sans-serif";
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portal-member-nav {
  padding: 16px;
  width: auto;
  margin: 0;
}
.portal-member-nav .t_input {
  vertical-align: middle;
  border: 1px solid #ddd;
  line-height: 16px;
  height: 24.9px;
  padding: 0 12px !important;
  margin-top: -1px;
}
.portal-member-nav .submit {
  padding: 0 5px;
  height: 24px;
  border: none;
  background: #FF8901;
  color: #FFF;
  line-height: 20px;
  letter-spacing: 1px;
  cursor: pointer;
}
.portal-member-nav .pipe {
  padding: 0 0.4em;
  color: #DDD;
}
.portal-member-nav .floatleft {
  font-size: 14px;
}
.portal-member-nav .floatleft a {
  color: #666;
}
.portal-member-nav .diy-search-select {
  padding: 3px 2px;
  border: 1px solid #ddd;
}
#user_recomm {
  position: relative;
  float: left;
  margin: 2px 1px 0 0;
  width: 100%;
  height: 151px;
  background: #fbf5e4;
  overflow: hidden;
  flex-shrink: 0;
}
#user_recomm h2 {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 36px;
  height: 120px;
  background: url(../static/portal/showuser_label.gif) no-repeat 0 0;
  text-indent: -9999px;
  z-index: 10;
}
#user_recomm .s_avatar {
  float: left;
  padding: 15px 15px 15px 45px;
}
#user_recomm .s_avatar a {
  display: block;
  width: 120px;
  height: 120px;
  background: #FFF;
  border-radius: 0 4px 4px 0;
}
#user_recomm .s_avatar img {
  max-height: 120px;
  max-width: 120px;
  border-radius: 0 4px 4px 0;
  zoom: expression(function(elm) {
    if (elm.width > 180 || elm.height > 120) {
      if (elm.width>elm.height) {
        elm.width=120;
      }
      else {
        elm.height=120;
      }
    }
    elm.style.zoom='1';
  }
  (this));
}
#user_recomm .s_cnts {
  padding: 15px 10px 15px 0;
  line-height: 1.8em;
  display: flex;
  flex-direction: column;
}
#user_recomm h3 {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#user_recomm hr {
  height: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.portal-member-rcom #user_pay, .portal-member-rcom #user_online {
  background: url(../static/portal/avatar_blank.gif);
}
#user_pay {
  height: 101px;
  margin-bottom: 1px;
  border-bottom: 1px solid #D1D1D1;
}
#user_pay h2 {
  background-position: 0 -168px;
}
.portal-member-rcom h2 {
  margin-right: -6px !important;
  width: 55px !important;
  background: url(../static/portal/showuser_label.gif) no-repeat 0 -120px;
  z-index: 10;
  overflow: hidden;
}
.portal-member-rcom h2 a {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
}
.portal-member-rcom h2, .portal-member-rcom li {
  float: left;
  position: relative;
  display: inline;
  margin: 1px;
  width: 48px;
  height: 48px;
  padding: 0;
}
.portal-member-rcom li a {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
}
#user_pay p {
  position: absolute;
  right: 12px;
  top: 52px;
  width: 98px;
  height: 48px;
  background: #F7F7F7;
}
#user_pay p a {
  display: block;
  margin: 8px 8px 9px;
  width: 82px;
  height: 31px;
  background: url(../static/portal/showuser_label.gif) no-repeat 0 -216px;
  text-indent: -9999px;
  overflow: hidden;
}
#user_online {
  display: block;
  width: 100%;
  height: 48px;
}
.portal-member-rcom .frame {
  margin-bottom: 0 !important;
}
.portal-member-rcom {
  padding-left: 16px;
  padding-right: 7.2px;
  width: 97.66%;
}
.portal-member-rcom .frame-1-2-r {
  width: 89%;
}

/***/




/***********************************************************/
/*footer*/
#ft {
  padding: 10px 8px 50px;
  width: 1200px;
}