.userInfo .user_info {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	padding: 20px;
	box-sizing: border-box;
}
.right .name > .line{
  display: inline-block;
  width: 4px;
  height: 16px;
  background:#1e9df7;
  margin-right: 8px;
  border-radius: 3px;
}
/* .right .name>span>span{
  font-size: 14px;
  font-weight: 400;
} */
.right .name span{
  /* font-size: 14px; */
}
.right .name>span:nth-child(2){
  font-size: 18px !important;
  font-weight: bold;
}
.right .name{
  margin-bottom: 14px;
  padding: 14px;
}
.right .list > a {
  display: block;
}
.right .list  .point{
  position: absolute;
  left: 10px;
  top: 16px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #f7403d;
  border-radius: 50%;
}
.right .list > a > p {
  line-height: 40px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #ccc;
  height: 40px;
  padding-left: 30px;
}
.right .list > a > p > .left,
.right .list > a > p > .right {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 30%;
  text-align: right;
}
.right .list > a > p > .left {
  width: 68% !important;
  color: #333;
  text-align: left !important;
}
.right .list > a > p:hover>.left,.right .list > a > p:hover>.right{
  color:#f7403d;
}
.userInfo .user_info>.l {
	width: 50%;
	display: flex;
	justify-content: left;
	flex-wrap: wrap
}

.userInfo .user_info>.l>img {
	width: 120px;
	height: 120px;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
	box-shadow: 0 0 6px #ccc;
	background: #fff;
	padding: 4px
}

.userInfo .user_info>.l>div {
	width: calc(100% - 130px);
	padding: 18px 0;
	line-height: 80px;
	text-align: left
}

.userInfo .user_info>.l>div>span {
	color: #666;
	font-size: 18px
}

.userInfo .user_info>.l>div>p {
	color: #666;
	margin-top: 10px
}

.userInfo .user_info>.l>div>p>span {
	color: #f7403d
}

.userInfo .user_info>.l>div>p i {
	color: #e6a23c;
	margin-right: 10px;
	font-size: 16px
}

.userInfo .user_info>.r {
	text-align: right;
	width: 50%;
	padding: 20px 0
}

.userInfo .user_info>.r>p {
	margin-top: 10px
}

.userInfo .user_info>.r>p>i {
	font-size: 16px;
	vertical-align: middle;
	color: #409eff;
	margin-left: 10px
}

.userInfo__price {
	display: flex;
	justify-content: left;
	flex-wrap: wrap
}

.userInfo__price>.l {
	width: 70%;
	display: flex;
	justify-content: left;
	flex-wrap: nowrap
}

.userInfo__price>.l>div {
	width: 140px;
	text-align: left;
	padding: 6px 20px;
	border-right: 1px solid #eee
}

.userInfo__price>.l>div>span {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px
}

.userInfo__price>.l>div>p {
	color: #666
}

.userInfo__price>.l>div:last-child {
	border: none
}

.userInfo__price>.r {
	width: 30%;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: right
}

.userInfo__price>.r>.el-button {
	border: 1px solid #f7403d;
	color: #f7403d !important
}
.userInfo__price>.r>.el-button a{
	color: #f7403d !important;
	display: block;
}
.userInfo__price>.r .recharge_btn {
    background: #f7403d;
    color: #fff !important;
    border-color: #f7403d;
}

.userInfo__order {
	padding: 16px;
	box-sizing: border-box
}

.userInfo__order>div:first-child {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 20px 0
}

.userInfo__order>div:first-child h4 {
	text-align: left;
	width: 50%;
	font-size: 18px;
	color: #333;
	margin: 0
}

.userInfo__order>div:first-child p {
	width: 50%;
	text-align: right;
	color: #999
}

.userInfo__order>div:first-child p>span {
	display: inline-block;
	margin-left: 10px
}

.userInfo__order>div:first-child p>span>span {
	color: #333
}

.userInfo__order .list {
	display: flex;
	justify-content: left;
	flex-wrap: wrap
}

.userInfo__order .list>a {
	width: calc(25% - 12px);
	cursor: pointer;
	background: #eee;
	border-radius: 6px;
	color: #333;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 16px;
	display: inline-block;
}

.userInfo__order .list>a>i {
	margin-right: 10px;
	color: #333;
	font-size: 28px;
	vertical-align: middle
}

.userInfo__order .list>a:last-child {
	margin: 0
}

.userInfo__safety {
	text-align: left
}

.userInfo__safety h4 {
	padding: 0 20px;
	color: #333;
	font-size: 18px
}

.userInfo__safety>div {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	padding: 10px 20px
}

.userInfo__safety>div>.l {
	line-height: 36px;
	width: 80%;
	color: #999
}

.userInfo__safety>div>.l>i {
	color: #67c23a;
	margin-right: 10px;
	font-size: 16px
}

.userInfo__safety>div>.l>span {
	display: inline-block;
	margin-right: 10px;
	color: #666
}

.userInfo__safety>div>.r {
	width: 20%;
	text-align: right
}
.list{
  padding: 20px;
}
.list__item{
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 14px;
  cursor: pointer;
  margin-bottom: 14px;
}
.list__item:hover{
  background: #eee;
}
.list__item>.list__item__name{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list__item>.list__item__name>span:nth-child(1){
  width: 70%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
}
.list__item>.list__item__name>span:nth-child(2){
  width: 30%;
  text-align: right;
  display: inline-block;
  color: #ccc;
}
.list__item>.list__item__content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.list__item>.list__item__content>span:nth-child(1){
  width: 70%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.list__item>.list__item__content>span:nth-child(2){
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #f7403d;
  border-radius: 50%;
  color: #999;
}
.systemNoti ._page_container > div,
.systemNoti ._page_container > ul {
  float: left;
}

.systemNoti ._page_container ._jumper {
  float: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}

.systemNoti ._page_container ._prev,
.systemNoti ._page_container ._next,
.systemNoti ._page_container ._home,
.systemNoti ._page_container ._last,
.systemNoti ._page_container ._pages li {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  margin: 0 4px;
}

.systemNoti ._page_container ._pages,
.systemNoti ._page_container ._prev,
.systemNoti ._page_container ._next,
.systemNoti ._page_container ._home,
.systemNoti ._page_container ._last,
.systemNoti ._page_container ._jumper,
.systemNoti ._page_container ._count,
.systemNoti ._page_container ._jumper_input,
.systemNoti ._page_container ._sizes,
.systemNoti ._page_container ._sizes_text {
  color: rgba(0, 0, 0, 0.65);
}
.systemNoti ._page_container ._jumper ._jumper_input {
  width: 48px;
  height: 32px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin: 0 8px;
}

.systemNoti ._page_container ._active_1 {
  background-color: #1c9cf7 !important;
  font-size: #fff;
}
.systemNoti .pages{
  padding: 0 10px;
}