@charset "utf-8";

body {
  background: #d9eeff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #1d59b3;
}
/*背景*/
.transparent-wrap {
  padding: 30px;
}
@media (max-width: 1500px) {
  .transparent-wrap {
    padding: 20px;
  }
}
@media (max-width: 1280px) {
  .transparent-wrap {
    padding: 0;
  }
  .transparent-wrap:before {
    content: normal;
  }
  .transparent-wrap:after {
    content: normal;
  }
}

/*整体布局*/
.user-layout {
  font-size: 16px;
}
.user-layout > .sidebar {
  width: 15.35%;
}
.user-layout > .maincontent {
  width: 84.65%;
  z-index: 11;
}
.user-layout > .maincontent .inbox {
  margin-left: 30px;
  padding-left: 0;
}

.user-layout .main-item-wrap {
  display: none;
}
.user-layout .main-item-wrap.active {
  display: block;
}

.user-layout > .left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15.35%;
  background: #fff;
  border-radius: 8px;
}
.user-layout > .right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15.35%;
  margin-left: 30px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 1500px) {
  .user-layout > .sidebar {
    width: 18.75%;
  }
  .user-layout > .maincontent {
    width: 81.25%;
  }
  .user-layout > .left {
    width: 18.75%;
  }
  .user-layout > .right {
    left: 18.75%;
    margin-left: 20px;
  }
  .user-layout > .maincontent .inbox {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .user-layout > .maincontent .inbox {
    margin-left: 0;
  }
  .user-layout > .left {
    display: none;
    position: static;
  }
  .user-layout > .right {
    display: none;
    position: static;
  }
}

/*侧边栏*/
.user-sidenav {
  position: relative;
  z-index: 11;
  border-radius: 8px;
  overflow: hidden;
}
.user-sidenav li > a {
  position: relative;
  display: block;
  padding: 0.875em 15% 0.875em 60px;
}
.user-sidenav li > a b {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(/static/2023/images/user_center/sidenav_icons.png);
}
.user-sidenav li > a i {
  position: absolute;
  top: 50%;
  right: 7%;
  display: none;
  margin-top: -0.4125em;
  line-height: 1em;
  color: #666;
}
.user-sidenav li > a i:before {
  content: '\e602';
}
.user-sidenav li > a:hover {
  background-color: #e7f7fd;
  border-color: #1d59b3;
}
.user-sidenav li > a:hover span {
  color: #1d59b3;
}
.user-sidenav li > a:hover i {
  color: #1d59b3;
}
.user-sidenav li.on > a {
  background-color: #1d59b3;
}
.user-sidenav li.on > a b {
  background-image: url(/static/2023/images/user_center/sidenav_icons_on.png);
}
.user-sidenav li.on > a span {
  color: #fff;
}
.user-sidenav li.on > a i {
  color: #fff;
}
.user-sidenav li.on > a i:before {
  content: '\e61a';
}
.user-sidenav li .sub {
  display: none;
  background: #fff;
}
.user-sidenav li .sub dd a {
  display: block;
  padding: 0.625em 5% 0.625em 60px;
  line-height: 1.6em;
  background: #f2f9ff;
}
.user-sidenav li .sub dd + dd a {
  margin-top: 1px;
}
.user-sidenav li .sub dd a.active {
  font-weight: bold;
  color: #1d59b3;
}
.user-sidenav li.yhzx > a b {
  background-position: 0 0;
}
.user-sidenav li.tzgg > a b {
  background-position: 0 -25px;
}
.user-sidenav li.tzgg > a i {
  display: block;
}
.user-sidenav li.dbsx > a b {
  background-position: 0 -50px;
}
.user-sidenav li.wdjl > a b {
  background-position: 0 -75px;
}
.user-sidenav li.wddy > a b {
  background-position: 0 -100px;
}
.user-sidenav li.wdsc > a b {
  background-position: 0 -125px;
}
.user-sidenav li.grsz > a b {
  background-position: 0 -150px;
}
@media (max-width: 992px) {
  .user-sidenav {
    margin-right: 20px;
    border-radius: 0;
  }
  .user-sidenav li > a {
    border-radius: 0;
    margin-top: 0;
    background: #fff;
    border-top-color: #eee;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .user-sidenav li > a img {
    display: none;
  }
  .user-sidenav li > a span {
    font-weight: normal;
    color: #333;
  }
  .user-sidenav li > a i {
    color: #999;
  }
}

/*通用模块*/
.user-section {
  padding: 20px;
  background: #fff;
  border-bottom: none !important;
  border-radius: 8px;
}
.inbox[data-id='mySubscribe'] .user-section {
  min-height: 600px;
}
.user-section + .user-section {
  margin-top: 30px;
}
.user-section > .hd .more a {
  color: #73a1e6;
}
.user-section > .hd .more a img {
  width: 22px;
  height: 22px;
  margin-top: -2px;
  margin-right: 0.75em;
}
.user-section .infolist {
  min-height: 210px;
}

.user-section .infolist.markers li a em {
  padding: 0.0625em 0.3125em;
  color: #668fcc;
  background-color: #fff;
  border: 1px solid #668fcc;
  border-radius: 3px;
}
.user-section .infolist.markers li:hover em {
  color: #fff;
  background: #1d59b3;
  border-color: #1d59b3;
  transition: all 0.3s;
}
.user-section > .tab-brief {
  border-bottom: none;
}
.user-section > .tab-brief:last-child {
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .user-section + .user-section {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .user-section {
    padding: 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .user-section + .user-section {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .user-section .infolist.markers li a em {
    font-size: 0.9375em;
  }
}

/*我的主页*/
.user-rdfwtj {
  position: relative;
}
.user-rdfwtj > .hd {
  position: absolute;
  top: 50%;
  left: auto;
  margin-top: -1em;
}
.user-rdfwtj > .hd li {
  width: 4em;
  text-align: center;
  line-height: 1.25em;
}
.user-rdfwtj .bd {
  position: relative;
  margin-right: 35px;
  margin-left: 9.5em;
}
.user-rdfwtj .swiper-slide .item {
  display: block;
  padding: 0 6px;
}
.user-rdfwtj .swiper-slide .item img {
  display: block;
  width: 45px;
  margin: 0 auto 0.5em;
}
.user-rdfwtj .swiper-slide .item span {
  display: block;
  text-align: center;
}
.swiper-ctrl-button.black50:after {
  background: #a3b3f7;
}
@media (max-width: 1280px) {
  .user-rdfwtj .bd {
    position: relative;
    margin-right: 15px;
    margin-left: 7em;
  }
}
@media (max-width: 992px) {
  .user-rdfwtj > .hd {
    position: absolute;
    top: 50%;
    left: auto;
    margin-top: -1.375em;
  }
}
@media (max-width: 450px) {
  .user-rdfwtj > .hd {
    position: static;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .user-rdfwtj > .hd ul {
    float: none;
    text-align: center;
  }
  .user-rdfwtj > .hd li {
    width: auto;
    float: none;
    display: inline-block;
  }
  .user-rdfwtj .bd {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/*信息订阅*/
.user-pick ul {
  margin-top: -20px;
  margin-left: -20px;
}
.user-pick ul li {
  float: left;
}
.user-pick ul li a {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  padding-right: 2em;
  padding-left: 2em;
  line-height: 46px;
  background: #fafcff;
  border: 1px solid #deecff;
  border-radius: 3px;
}
.user-pick ul li a i {
  position: absolute;
  right: -2px;
  bottom: -1px;
  z-index: 1;
  margin-right: 2px;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}
.user-pick ul li a b {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 29px;
  height: 28px;
  background: url(/static/2023/images/user_center/pick_triangle.png) no-repeat right bottom;
  background-size: 100% 100%;
  border-bottom-right-radius: 3px;
}
.user-pick ul li a:hover b {
  background-image: url(/static/2023/images/user_center/pick_triangle_on.png);
}
.user-pick ul li a.checked b {
  background-image: url(/static/2023/images/user_center/pick_triangle_on.png);
}
@media (max-width: 992px) {
  .user-pick ul {
    margin-top: -15px;
    margin-left: -15px;
  }
  .user-pick ul li a {
    margin-top: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 450px) {
  .user-pick ul li a {
    padding-right: 1.5em;
    padding-left: 1.5em;
    line-height: 42px;
  }
}

.user-xxdy .menu-cards li a.item {
  padding-right: 1em;
  padding-bottom: 3px;
  padding-left: 1em;
  text-align: left;
  height: 55px;
  line-height: 55px;
  background: #fff;
  border-color: #d7e4f7;
  box-shadow: 0 0 10px rgba(29, 89, 179, 0.1);
  border-radius: 3px;
}
.user-xxdy .menu-cards li a.item span {
  max-width: 100%;
}
.user-xxdy .menu-cards li a.item span:before {
  position: absolute;
  top: -1px;
  left: 0;
  margin-top: 0.6875em;
  content: '';
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 50%;
}
.user-xxdy .menu-cards li a.item span .elli-m {
  margin-left: 0.75em;
}
.user-xxdy .menu-cards li a.item:hover {
  box-shadow: 0 0 10px rgba(29, 89, 179, 0.2);
}
@media (max-width: 768px) {
  .user-xxdy .menu-cards li {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .user-xxdy .menu-cards li {
    width: 100%;
  }
}

/*我的收藏*/
.user-mycollection .list-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  min-height: 400px;
}
.user-mycollection .list-box .table-list.none {
  display: block;
}
.user-mycollection .list-box .table-list li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 18em;
  border-bottom: none;
}
.user-mycollection .list-box .table-list li div {
  text-align: left;
  color: #333;
}
.user-mycollection .list-box .table-list li .c-time {
  right: 9em;
  width: 6.5em;
  color: #999;
  text-align: center;
}
.user-mycollection.my-record-list .list-box .table-list li .c-time {
  right: 0;
  width: 12em;
}
.user-mycollection .list-box .table-list li .c-handle {
  right: 0.5em;
  width: 6em;
  text-align: center;
}
.user-mycollection .list-box .table-list li .c-handle a {
  display: inline-block;
  margin: 0 0.3125em;
  color: #999;
}
.user-mycollection .list-box .table-list li .c-handle a:hover {
  color: #666;
}
.user-mycollection .list-box .table-list li .c-handle a + a {
  color: #3c77cf;
}
.user-mycollection .list-box .table-list li .c-handle a + a:hover {
  color: #1d59b3;
}
.user-mycollection .list-box .table-list li.head {
  margin-bottom: 10px;
  color: #4868a3;
  background: #ebf5ff;
  border-bottom: none !important;
}
.user-mycollection .list-box .table-list li.head div span {
  font-weight: bold;
  color: #3c77cf;
}
.user-mycollection .list-box .table-list li.head .c-topic span {
  margin-left: 1.25em;
}
@media (max-width: 1280px) {
  .user-mycollection .list-box .table-list li {
    padding-right: 15.5em;
  }
  .user-mycollection .list-box .table-list li .c-time {
    right: 7.5em;
  }
  .user-mycollection .list-box .table-list li .c-handle {
    width: 6em;
  }
}
@media (max-width: 992px) {
  .user-mycollection .list-box {
    padding-bottom: 0;
    border-bottom: none;
  }
  .user-mycollection .list-box .table-list li {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed #ddd;
  }
  .user-mycollection .list-box .table-list li .c-topic a {
    white-space: normal;
  }
}
@media (max-width: 640px) {
  .user-mycollection .list-box .table-list.none {
    display: none;
  }
  .user-mycollection .list-box .table-list.res-xs {
    margin-top: -0.5em;
  }
  .user-mycollection .list-box .table-list.res-xs li {
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px dashed #ddd;
  }
  .user-mycollection .list-box .table-list.res-xs li .c-handle {
    text-align: left;
  }
  .user-mycollection .list-box .table-list.res-xs li .c-time {
    text-align: left;
  }
  .user-mycollection .list-box .table-list.res-xs li .c-time:before {
    content: '收藏时间：';
  }
  .user-mycollection .list-box .table-list.res-xs li .c-handle {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0.8125em;
  }
  .user-mycollection .list-box .table-list.res-xs li div.c-topic .elli-s {
    display: block;
  }
  .user-mycollection .list-box .table-list.res-xs li div + div {
    color: #999;
  }
  .user-mycollection .list-box .table-list li:nth-child(even) {
    background: none;
  }
}

/*我的记录*/
.user-myrecord > .hd {
  border-color: #d3deed;
}
.user-myrecord .bd-wrap .bd-item {
  display: none;
}
@media (max-width: 414px) {
  .user-myrecord > .hd li {
    margin-right: 1em;
  }
}
@media (max-width: 360px) {
  .user-myrecord > .hd li {
    margin-right: 8px;
  }
}

.user-myrecord .search-bar > [class*='col-'] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.user-myrecord .layui-table-layout .layui-input {
  border-color: #d3deed !important;
}
.user-myrecord .layui-table-layout .layui-input:hover,
.user-myrecord .layui-table-layout .layui-input:focus {
  border-color: #b8c7de !important;
}
.user-myrecord .layui-table-layout .layui-btn-config {
  background-color: #1d59b3;
}
.user-myrecord .layui-table-layout .getcode {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding-right: 6%;
  color: #1d59b3;
  line-height: 40px;
  background: #fff;
}
@media (max-width: 640px) {
  .user-myrecord .search-bar {
    margin-bottom: 10px;
    border-bottom: 1px solid #ebf4ff;
  }
}
.user-myrecord .letter-box .letter-list.res-xs {
  min-height: 500px;
}
.user-myrecord .letter-box .letter-list li {
  padding-right: 24.5em;
  padding-left: 0;
  border-bottom: none;
}
.user-myrecord .letter-box .letter-list li div {
  text-align: left;
  color: #333;
}
.user-myrecord .letter-box .letter-list li div {
  text-align: left;
  color: #333;
}
.user-myrecord .letter-box .letter-list li div.c-topic > * {
  position: relative;
  padding-left: 1.125em;
}
.user-myrecord .letter-box .letter-list li .c-unit {
  right: 15em;
  width: 8em;
}
.user-myrecord .letter-box .letter-list li .c-time {
  right: 5.5em;
  width: 8em;
  color: #666;
}
.user-myrecord .letter-box .letter-list li .c-status {
  right: 0.5em;
  width: 5.5em;
  color: #666;
}
.user-myrecord .letter-box .letter-list li .c-status.begin {
  color: #d43030;
}
.user-myrecord .letter-box .letter-list li:nth-child(even) {
  background: #f5faff;
}
.user-myrecord .letter-box .letter-list li.head {
  color: #4868a3;
  background: #ebf4ff;
}
.user-myrecord .letter-box .letter-list li.head div span {
  font-weight: bold;
  color: #3c77cf;
}
@media (max-width: 640px) {
  .user-myrecord .letter-box .letter-list.none {
    display: none;
  }
  .user-myrecord .letter-box .letter-list.res-xs {
    margin-top: -0.5em;
  }
  .user-myrecord .letter-box .letter-list.res-xs li {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-bottom: 1px dashed #ddd;
  }
  .user-myrecord .letter-box .letter-list li div.c-topic > * {
    padding-left: 0;
  }
  .user-myrecord .letter-box .letter-list.res-xs li .c-status {
    text-align: left;
  }
  .user-myrecord .letter-box .letter-list.res-xs li .c-unit:before {
    content: '回复单位：';
  }
  .user-myrecord .letter-box .letter-list.res-xs li .c-time:before {
    content: '发送时间：';
  }
  .user-myrecord .letter-box .letter-list.res-xs li .c-status:before {
    content: '办理转态：';
    color: #999;
  }
  .user-myrecord .letter-box .letter-list.res-xs li div:not(.c-topic) .elli-s {
    display: inline;
  }
  .user-myrecord .letter-box .letter-list.res-xs li div.c-topic .elli-s {
    display: block;
  }
  .user-myrecord .letter-box .letter-list.res-xs li div + div {
    color: #999;
  }
  .user-myrecord .letter-box .letter-list.res-xs li:nth-child(even) {
    background: none;
  }
}
.user-myrecord .wxts {
  padding: 3% 10% 3% 20%;
  line-height: 1.75em;
  background: #f7fcff;
  border-top: 1px solid #ebf6ff;
}
.user-myrecord .wxts dl > * {
  padding: 0.5em 0;
}
.user-myrecord .wxts dl dt {
  color: #d43030;
}
.user-myrecord .wxts dl dd {
  color: #666;
}
@media (max-width: 992px) {
  .user-myrecord .wxts {
    padding: 1.5em 1.125em;
  }
  .user-myrecord .wxts dl > * {
    padding: 0.3125em 0;
  }
}

/*修改个人信息*/
.user-mark {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  background: #000;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.user-edit-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  display: none;
  margin: auto;
  width: 75%;
  height: 600px;
  background: #fff;
  border-radius: 25px;
}
.user-edit-box > .tab-brief {
  padding: 3% 3% 3% 3%;
}
.user-edit-box > .tab-brief > .hd {
  margin-left: 2%;
}
.user-edit-box > .tab-brief > .hd .more a {
  display: block;
}
.user-edit-box > .tab-brief > .hd .more a .layui-icon {
  display: inline-block;
  font-size: 42px;
  color: #668fcc;
}
.user-edit-box > .tab-brief > .bd {
  font-size: 16px;
}
.user-edit-box > .tab-brief > .bd dl dt {
  width: 120px;
  margin: 0 auto 0.625em;
}
.user-edit-box > .tab-brief > .bd dl dd {
  text-align: center;
}
.user-edit-box > .tab-brief > .bd dl dd a {
  display: inline-block;
  padding: 0 1.25em;
  color: #1d59b3;
  line-height: 30px;
  border-radius: 100em;
  background: #d9eeff;
}
.user-edit-box > .tab-brief > .bd dl dd a:hover {
  color: #fff;
  background: #0a6ce0;
}
.user-edit-box > .tab-brief > .bd .forms {
  margin-right: 1%;
}
.user-edit-box > .tab-brief > .bd .forms .button-fluid .layui-btn {
  display: inline-block;
  width: auto;
  padding-right: 2em;
  padding-left: 2em;
}
@media (max-width: 1280px) {
  body.open-edit-box > * {
    display: none;
  }
  .user-edit-box {
    position: relative;
    bottom: 0;
    width: auto;
    height: auto;
    border-radius: 0;
  }
  .user-edit-box > .tab-brief {
    padding-right: 4%;
  }
  .user-edit-box > .tab-brief > .hd {
    margin-left: 1%;
  }
  .user-edit-box > .tab-brief > .bd .forms {
    margin-right: 0;
  }
  .user-edit-box .layui-table-layout .layui-table-label {
    width: 6em;
  }
  .user-edit-box .layui-table-layout .layui-input-block {
    margin-left: 6em;
  }
}
@media (max-width: 768px) {
  .user-edit-box > .tab-brief > .hd .more a .layui-icon {
    font-size: 30px;
  }
  .user-edit-box > .tab-brief > .bd dl dt {
    width: 85px;
  }
  .user-edit-box > .tab-brief > .bd .forms > [class*='col-'] {
    float: none;
    width: auto;
  }
}
@media (max-width: 414px) {
  .user-edit-box > .tab-brief > .bd dl dt {
    width: 65px;
  }
}
