.container {
  min-width: 1440px;
  background: #f5f5f5;
  position: relative;
  overflow: auto;
}

.container.tag {
  position: fixed;
  overflow: hidden;
}

/*导航样式*/
.nav {
  width: 100%;
  height: 51px;
  padding: 0 167px 0 73px;
  align-items: center;
  justify-content: space-between;
}

.nav .left .set {
  cursor: pointer;
}

.nav .left .time {
  width: 200px;
  height: 28px;
  margin-left: 27px;
  border-radius: 14px;
  background: #F4F4F4;
  text-align: center;
}

.nav .left .time .day {
  margin-left: 20px;
}

.nav .middle {
  margin-left: 50px;
}

.nav .middle li {
  padding: 0 15px;
  cursor: pointer;
}

.nav .right {
  position: relative;
  margin-left: 83px;
}

.nav .right input {
  width: 193px;
  height: 26px;
  margin: 0 12px;
  padding: 0 14px;
  background: #F2F0EB;
  border-radius: 4px;
  border: none;
  outline: none;
}

.nav .right img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: -21px;
}

.nav li a {
  color: #535353;
}

.nav .active a {
  color: #B02D1C;
  font-weight: bold;
}

.menus a {
  color: #535353 !important;
}

.menus .active a {
  color: #B02D1C;
  font-weight: bold;
}

.menus {
  height: 51px;
  background: #F7F8FD;
  padding-left: 71px;
  box-shadow: 0px 3px 10px 0px rgba(126, 126, 145, 0.1);
}

.menus span {
  margin-right: 15px;
  line-height: 51px;
  cursor: pointer;
}

/*主体样式*/
.main {
  padding: 24px 140px 30px 140px !important;
  position: relative;
}

.main .service {
  position: fixed;
  z-index: 999;
  top: 45%;
  right: 40px;
  width: 84px;
  padding: 22px 6px;
}

.main .service li {
  margin-bottom: 16px;
  text-align: center;
}

.main .service li:nth-last-child(1) {
  margin-bottom: 0;
}

.main .service li img.help {
  width: 21px;
  height: 21px;
}

.main .service li img.mobile {
  width: 17px;
  height: 26px;
}

.main .service li img.wx {
  width: 26px;
  height: 22px;
}

.main .service li img.call {
  width: 24px;
  height: 23px;
}

.main .service li img.reback {
  width: 18px;
  height: 22px;
}

.main .service li p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}

.main .service li.special {
  position: relative;
}

.main .service li.special .code {
  display: none;
  position: absolute;
  top: -55px;
  left: -272px;
  width: 276px;
  height: 140px;
  background: #FFFFFF;
  box-shadow: -10px -10px 12px 1px rgba(229, 39, 39, 0.15);
  opacity: 1;
  border: 1px solid #F4B98F;
}

.main .service li.special .code.wx {
  width: 155px;
  left: -151px;
}

.main .service li.special:hover .code {
  display: block;
}

.main .service li.special .code .flex {
  padding: 20px 37px;
}

.main .service li.special .code .flex div {
  width: 82px;
}

.main .service li.special .code .flex div.and {
  margin-right: 37px;
}

.main .service li.special .code .flex div img {
  width: 82px;
  height: 82px;
}

.main .service li.special .code .flex div p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.main .service li.special .code span {
  position: absolute;
  top: 62px;
  right: -5px;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #F4B98F;
  border-right: 1px solid #F4B98F;
  transform: rotate(45deg);
}

.same {
  margin-bottom: 23px;
}

.same .left {
  width: 72%;
}

.same .title {
  position: relative;
  height: 42px;
  padding: 0 13px;
  background: #F7F8FD;
  border-bottom: 4px solid #f00;
}

.same .title .vertical {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 22px;
  background: #D53024;
}

.same .title .text {
  color: #2C2C2C;
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  font-family: Source Han Serif CN;
}

.same .title .text span {
  position: absolute;
  top: 11px;
  left: -10px;
  width: 3px;
  height: 24px;
  background: #f00;
}

.same .title .more {
  position: absolute;
  top: 15px;
  right: 13px;
  width: 42px;
  height: 17px;
  text-align: center;
  background: #E3DBCA;
  font-size: 12px;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  color: #67562E;
  line-height: 16px;
}

.same .left.news {
  height: 373px;
  padding: 15px 9px 27px 20px;
}

.same .news .content {
  margin-top: 23px;
}

.same .news .content .swiper {
  width: 50%;
  height: 266px;
}

.same .news .content .swiper .swiper-slide {
  position: relative;
}

.same .news .content .swiper .swiper-slide img {
  width: 100%;
  height: 266px;
}

.same .news .content .swiper .swiper-slide .img-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding-left: 9px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.same .news .content .swiper .swiper-pagination {
  padding-right: 36px;
  text-align: right;
}

.same .news .content .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.same .news .content .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #BE000A;
}

.same .news .content ul {
  flex: 1;
  margin-left: 12px;
  padding-top: 10px;
}

.same .news .content ul li {
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 22px;
}

.dot {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #60636D;
}

.right .dot {
  top: 11px;
}

.same .news .content ul li .dot {
  top: 10px;
}

.same .news .content ul li .text {
  flex: 1;
  color: #60636D;
  margin: 0 30px 0 10px;
  line-height: 24px;
  font-size: 16px;
}

.same .news .content ul li .time {
  color: #A8ABB7;
  line-height: 24px;
  width: 50px;
  font-size: 14px;
}

.same .right {
  flex: 1;
  margin-left: 16px;
}

.same .right .title {
  margin: 18px 17px 0 10px;
  border-bottom: none;
}

.same .login .content {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-top: 26px;
  padding: 0 33px;
}

.same .login .content form>div {
  font-size: 18px;
  line-height: 36px;
  color: #909297;
}

.same .login .content form input {
  width: 100%;
  height: 36px;
  padding: 0 18px;
  margin-bottom: 5px;
  background: #F3F3F3;
  border-radius: 18px;
  border: none;
  outline: none;
}

#loginBox .content form input[type="text"],#loginBox .content form input[type="password"]{
	width: auto !important;
}

#loginBox .content form input[type="checkbox"]{
	width: auto;
	height: auto;
}

#loginBox .agreementBox{
	font-size: 14px;
}

#loginBox .agreement{
	color: #E70D0D;
	cursor: pointer;
}

.same .login .content form .btn {
  margin-top: 25px;
  text-align: center;
}

.same .login .content form .btn input {
  width: 117px;
  color: #FFF;
  background: #E70D0D;
}

.same .right.login {
  position: relative;
  padding: 0;
}

.login-img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.questionnaire {
  padding: 20px 18px;
}

.questionnaire {
  height: 503px;
}

img.construct {
  width: 100%;
  margin-top: 21px;
}

.tabs {
  margin-top: 18px;
}

.tabs span {
  height: 24px;
  margin-right: 10px;
  font-size: 14px;
  padding: 3px 10px;
  cursor: pointer;
  background: linear-gradient(0deg, #D6D6D6, #F7F8FD);
  border-radius: 4px;
  color: #2C2C2C;
  font-weight: bold;
}

.tabs span.active {
  color: #fff !important;
  background: linear-gradient(0deg, #BC0E05, #FB6C34);
}

.org .tab-content ul,
.questionnaire .tab-content ul {
  display: none;
}

.org .tab-content ul.on,
.questionnaire .tab-content ul.on {
  display: block;
}

.org ul,
.questionnaire ul {
  margin-top: 28px;
}

.org ul li,
.questionnaire ul li {
  line-height: 32px;
  position: relative;
}

.org ul li .dot,
.questionnaire ul li .dot {
  top: 13px;
}

.org ul li .text,
.questionnaire ul li .text {
  flex: 1;
  padding-left: 10px;
  font-size: 16px;
  color: #60636D;
}

.org ul li .time,
.questionnaire ul li .time {
  width: 50px;
  margin-left: 20px;
  font-size: 14px;
  color: #A8ABB7;
}

.right ul.list {
  margin: 20px 28px;
}

.right ul.list li {
  margin-bottom: 20px;
  padding: 0 50px 0 20px;
  position: relative;
}

.right ul.list li .subscript {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  color: #505050;
  font-size: 14px;
  line-height: 22px;
}

.right ul.list li .subscript.red {
  color: #FFA075;
}

.right ul.list li .text {
  color: #616161;
  font-size: 16px;
  line-height: 22px;
}

.right ul.list li .time {
  position: absolute;
  top: 0;
  right: 0;
  color: #A8ABB7;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}

.left.half {
  flex-wrap: wrap;
  padding-bottom: 23px;
}

.plate {
  padding: 22px 6px 13px 17px;
  width: 50%;
}

.plate .content {
  margin-top: 23px;
  height: 210px;
}

.content.county .tab-content {
  height: 192px;
}

.plate .content .tabs {
  flex-direction: column;
  width: 40px;
  height: 200px;
  margin-top: 0;
  flex-wrap: wrap;
  justify-content: space-around;
}

.plate .content.party .tab-content {
  flex: 1;
}

.plate .content.party .tabs {
  width: 100px;
}

.plate .content .tabs span {
  padding: 12px 5px 12px 7px;
  height: auto;
  width: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #545454;
  line-height: 18px;
}

.plate .content.party .tabs span:nth-child(2),
.plate .content.stack .tabs span:nth-child(1) {
  padding: 2px 5px 2px 7px;
}

.plate .content.party .tabs span:nth-child(4),
.plate .content.party .tabs span:nth-child(5) {
  padding: 23px 5px 23px 7px;
}

.plate .content.cadre .tabs span {
  padding: 2px 5px 2px 7px;
}

.plate .content ul {
  flex: 1;
  margin: 0 14px;
  display: none;
}

.plate .content ul.on {
  display: block;
}

.plate .content .tab-content li {
  position: relative;
  padding-left: 10px;
  line-height: 32px;
}

.plate .content ul li .text {
  flex: 1;
  color: #616161;
  font-size: 16px;
  line-height: 28px;
}

.plate .content ul li .time {
  color: #A8ABB7;
}

.plate .content .intro {
  flex: 1;
}

.plate .content .profile {
  flex-wrap: wrap;
  display: none;
}

.plate .content .profile.on {
  display: flex;
}

.plate .content .profile li {
  width: 20%;
  padding: 1px;
}

.plate .content .tab-content.partyList .profile li {
  width: 25%;
}

.plate .content .profile li a {
  display: block;
  text-align: center;
}

.plate .content .profile li img {
  width: 58px;
  height: 70px;
}

.plate .content .profile li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #535353;
  line-height: 23px;
}

.plate .content.stack .tab-content {
  flex: 1;
}

.plate .content.stack .tab-content ul li {
  margin-bottom: 9px;
}

.plate .content.stack .tab-content ul li img {
  width: 93px;
  height: 58px;
  margin-right: 11px;
}

.plate .content.stack .tab-content ul li .cont {
  flex: 1;
}

.plate .content.stack .tab-content ul li .cont h5 {
  margin-bottom: 9px;
  font-size: 16px;
  color: #616161;
  line-height: 25px;
}

.plate .content.stack .tab-content ul li .cont .time {
  font-size: 14px;
  color: #A8ABB7;
  line-height: 25px;
}

.quarter {
  position: relative;
  text-align: right;
}

.quarter .right span {
  font-size: 17px;
  font-weight: 400;
  color: #616161;
  line-height: 32px;
}

.quarter .right img {
  width: 14px !important;
  height: 8px !important;
}

.quarter ul {
  position: absolute;
  right: -20px;
  top: 35px;
  z-index: 100;
  width: 121px;
  height: 203px;
  padding-top: 12px;
  background: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(225, 212, 211, 0.78);
  border-radius: 5px;
  text-align: center;
}

.quarter ul li {
  height: 35px;
  margin-bottom: 0 !important;
  font-size: 17px;
  line-height: 35px;
  color: #616161;
}

.quarter ul li.active {
  background: #FDF0E8;
  color: #D74139;
}

.quarter.show ul {
  display: block;
}

.plate .content.stack .tab-content ul:nth-child(2) li {
  position: relative;
}

.plate .content.stack .tab-content ul:nth-child(2) .bar {
  width: 100%;
  height: 180px;
  opacity: 0;
  position: absolute;
  top: 35px;
  left: 0;
}

.plate .content.stack .tab-content ul:nth-child(2) .bar.on {
  opacity: 1;
}

.plate .content.stack .tab-content ul:nth-child(3) a span {
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  line-height: 32px;
}

.plate .content.stack .tab-content ul:nth-child(3) a .theme {
  flex: 1;
}

.plate .content.stack .tab-content ul:nth-child(3) a .time {
  width: 219px;
  margin-left: 13px;
  padding: 0;
  color: #A8ABB7;
}

.right .list.policy li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0;
}

.right .list.policy li .text,
.right .list.policy li .time {
  line-height: 28px;
}

.module {
  margin-bottom: 19px;
}

.module:nth-last-child(1) {
  margin-bottom: 0;
}

.module .big {
  width: 61%;
  padding: 19px 6px 20px 18px;
}

.module .big .content ul {
  margin-top: 20px;
  display: none;
}

.module .big .content ul.on {
  display: block;
}

.module .big .content ul li {
  line-height: 32px;
  position: relative;
  padding-left: 10px;
}

.module .big .content ul li .text {
  flex: 1;
  color: #616161;
  font-size: 16px;
}

.module .big .content ul li .time {
  width: 50px;
  margin-left: 20px;
  color: #A8ABB7;
  font-size: 14px;
}

.module .small {
  flex: 1;
  margin-left: 16px;
  padding: 19px 6px 6px 18px;
}

.module .small .rank {
  width: 100%;
  display: none;
}

.module .small .rank.on {
  display: block;
}

.module .small .rankSwiper {
  width: 100%;
  height: 170px;
}

.module .small .rank .list {
  height: 28px;
  margin: 13px 0 15px 0;
  background: #FFF4ED;
}

.module .small .rank .list span {
  flex: 1;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #2C2C2C;
}

.module .small .rankSwiper .swiper-slide {
  width: 100% !important;
}

.module .small .rankSwiper .swiper-slide>div {
  justify-content: space-between;
}

.module .small .rankSwiper .swiper-slide>div .half {
  width: 48%;
}

.module .small .rankSwiper .half li:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.module .small .rankSwiper .half li {
  zoom: 1;
}

.module .small .rankSwiper .half li .img,
.module .small .rankSwiper .half li .sort,
.module .small .rankSwiper .half li a {
  float: left;
}

.module .small .rankSwiper .half li .img img {
  width: 19px;
  height: 25px;
}

.module .small .rankSwiper .half li .sort {
  width: 19px;
  height: 19px;
  margin-top: 5px;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  background: #D2D2D2;
  color: #000;
}

.module .small .rankSwiper .half.red li .sort {
  background: #FFEBDF;
  color: #F88F4D;
}

.module .small .rankSwiper .half li a {
  margin-left: 10px;
  font-size: 14px;
  color: #2C2C2C;
  line-height: 29px;
}

.module .rankSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 7px;
  border-radius: 0;
}

.module .rankSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #E70D0D;
}

.module.friendly {
  padding: 19px 6px 20px 18px;
}

.module .links {
  padding: 30px;
  flex-wrap: wrap;
}

.module .links a {
  width: 20%;
  font-size: 16px;
  line-height: 32px;
  color: #616161;
}

.module .small .content {
  padding: 30px 20px;
}

.module .small .content form input {
  width: 100%;
  margin-bottom: 14px;
  font-size: 14px;
  padding: 5px 9px;
  color: #4D4D4D;
  background: #FFDBCA;
  border-radius: 4px;
  border: none;
  outline: none;
}

.module .small .content form textarea {
  width: 100%;
  height: 123px;
  padding: 9px;
  color: #4D4D4D;
  font-size: 14px;
  background: #FFDBCA;
  border-radius: 4px;
  border: none;
  outline: none;
}

.module .small .content form .btn {
  margin-top: 23px;
  text-align: center;
}

.module .small .content form .btn button {
  width: 55px;
  height: 26px;
  color: #000;
  line-height: 26px;
  background: #E3E3E3;
  border-radius: 4px;
  border: none;
  outline: none;
}

.right.policy {
  position: relative;
}

.right.policy .list {
  height: 419px;
  overflow: hidden;

}

.right.policy .list li {
  padding-left: 10px;
  position: relative;
}

.right.policy .editor {
  position: absolute;
  left: 30px;
  bottom: 27px;
  right: 30px;
  height: 62px;
  padding: 7px 6px;
  background: #FFF0E7;
  border-radius: 4px;
}

.right.policy .editor img {
  width: 63px;
  height: 48px;
  margin-right: 12px;
}

.right.policy .editor span {
  line-height: 48px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FE8E54;
}

.number {
  width: 100%;
  height: 199px;
  padding: 65px 4%;
  background: linear-gradient(180deg, #FFF1E9 0%, #FFDBC8 99%)
}

.number img {
  width: 182px;
  height: 36px;
  margin-right: 56px;
}

.number form {
  width: 50%;
  margin-right: 30px;
}

.number .input input {
  flex: 1;
  height: 26px;
  padding: 7px 9px 5px 9px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  border: none;
  outline: none;
}

.number .input input.name {
  margin-right: 33px;
}

.number .select select {
  margin-top: 12px;
  width: 100%;
  height: 26px;
  padding-left: 5px;
  background: #FFFFFF;
  border-radius: 4px;
  color: #4D4D4D;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  border: none;
  outline: none;
}

.number .btn {
  padding-top: 12px;
}

.number .btn button {
  width: 61px;
  height: 36px;
  background: #FFAF85;
  border-radius: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
  outline: none;
}

.container .task {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
}

.container.tag .task {
  display: block;
}

.container .number-info {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 871px;
  height: 620px;
  background: #fff;
  z-index: 10000;
}

.container.tag .number-info {
  display: block;
}

.number-info .top {
  position: relative;
  height: 54px;
  font-size: 23px;
  font-weight: 400;
  color: #2C2C2C;
  line-height: 54px;
  text-align: center;
  border-bottom: 1px solid #D53024;
}

.number-info .top .close {
  position: absolute;
  top: 0;
  right: 19px;
  font-size: 16px;
  cursor: pointer;
}

.number-info .info {
  padding: 31px;
}

.number-info .info .person,
.number-info .info .party,
.number-info .info .education {
  border: 1px solid #BCCCDB;
  margin-bottom: 23px;
}

.number-info .info .title {
  height: 46px;
  font-size: 15px;
  font-weight: bold;
  color: #60636D;
  line-height: 46px;
  text-align: center;
  background: #F7F8FD;
  border-bottom: 1px solid #BCCCDB;
}

.number-info .info .four,
.number-info .info .two,
.number-info .info .one {
  height: 46px;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  color: #60636D;
  line-height: 46px;
  border-bottom: 1px solid #BCCCDB;
  border-right: 1px solid #BCCCDB;
}

.number-info .info .five {
  height: 46px;
  width: 202px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: #60636D;
  line-height: 46px;
  border-bottom: 1px solid #BCCCDB;
  border-right: 1px solid #BCCCDB;
}

.number-info .info .five .email {
  width: 70px;
}

.number-info .info .five .info {
  flex: 1;
  padding: 0;
  line-height: 15px;
  word-wrap: break-word;
  word-break: break-all;
  align-items: center;
  /*align-content: center;*/
}

.number-info .info .four {
  width: 202px;
}

.number-info .info .two {
  width: 404px;
}

.number-info .info .one {
  width: 809px;
}

.contents.branch .check {
  position: relative;
  margin: 19px 0 26px 0;
}

.contents.branch .check .checked {
  display: inline-block;
  height: 23px;
  padding: 0 12px;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  line-height: 23px;
}

.contents.branch .check .checked.on {
  color: #fff;
  background: linear-gradient(0deg, #BC0E05, #FB6C34);
}

.contents.branch .check .checked img {
  width: 12px;
  height: 8px;
  display: none;
  margin-left: 8px;
  vertical-align: middle;
}

.contents.branch .check .checked img.bai,
.contents.branch .check .checked.on img.red {
  display: none;
}

.contents.branch .check .checked img.red,
.contents.branch .check .checked.on img.bai {
  display: inline-block;
}

.contents.branch .check .cities {
  position: absolute;
  top: 25px;
  left: 0;
  width: 80px;
  padding: 10px 0;
  display: none;
  z-index: 10;
  border: 1px solid #D4DBE8;
  border-radius: 5px;
  background: #fff;
}

.contents.branch .check.show .cities {
  display: block;
}

.contents.branch .check .cities li {
  padding-left: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #616161;
  cursor: pointer;
}

.contents.branch .check .cities li.active {
  color: #fff;
  background: #EE0A24;
}

.branch .news-list {
  display: none;
}

.branch .news-list.on {
  display: block;
}

.branch .news-list li {
  position: relative;
  padding-left: 10px;
  line-height: 32px;
}

.branch .news-list li a {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  line-height: 31px;
}

.branch .news-list li .time {
  width: 50px;
  margin-left: 20px;
  color: #A8ABB7;
  font-size: 14px;
}



/*
  登录状态下
*/
#userInfoBox {
  padding: 80px 20px 50px 20px;
  justify-content: center;
  display: flex;
}

#userInfoBox .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  margin-right: 20px;
}

#userInfoBox .avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#userInfoBox .goPartyaffairs,
#userInfoBox .logout {
  padding: 5px 10px;
  border: none;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

#userInfoBox .goPartyaffairs {
  background: #E70D0D;
}

#userInfoBox .logout {
  margin-left: 10px;
  background: #2A89FF;
}

#userInfoBox .roleName {
  color: #a9a9a9;
  margin: 10px 0;
}

#userInfoBox .orgName {
  color: #a9a9a9;
  margin: 10px 0;
}

#userInfoBox .name {
  font-size: 20px;
  font-weight: bold;
}

#userInfoBox .flex {
  margin-top: 20px;
}

.last-time {
  color: #a9a9a9;

  position: absolute;

  padding-bottom: 10px;
  left: 30px;
  top: 30px;
}

#setPassword .group{
  padding-bottom: 20px;
  position: relative;
}
#setPassword .group .tip{
  position: absolute;
  bottom: -8px;
  left: 20px;
  font-size: 12px;
  color: red;
  display: none;
}