.user-mod {
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
}
#user-list {
  margin: 0px 0px 0px 0px;
  height: 35px;
}
.user-at img {
  width: 24px;
}
.user-at.hl {
  background: #eee;
  border-radius: 16px;
  padding-right: 10px;
}
.user-at {
  color: #666;
  display: inline-block;
  line-height: 22px;
  height: 26px;
  padding: 0 5px 0 0;
  vertical-align: middle;
  border-radius: 3px;
  margin-right: 5px;
}
.signature span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body {
  background-color: #FFFFFF;
}
#carousel {
  background-color: #E6EFF3;
}
.selected span {
  background-color: #FFFFFF;
  color: #2bb1e1;
}
p {
  margin: 0px;
}
#user-list .current {
  border-bottom: 2px solid #0e90d2;
}
#user-list a {
  width: 50px;
  line-height: 35px;
  padding: 0px;
  float: left;
  text-align: center;
  color: #000;
  display: inline-block;
}
.item-info-page {
  border-color: #e3e3e3;
  overflow: hidden;
  border-bottom: #dadada solid 1px;
  padding: 9px 5px 9px 15px;
  clear: both;
}
.item-info-page span {
  float: left;
}
.item-info-page p {
  margin: 0px;
  padding: 0px;
  float: left;
}
body {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif !important;
}
.container {
  padding: 0;
}
.head-box {
  height: 100%;
  padding-right: 0;
  position: relative;
}
.cont-box {
  height: 100%;
  padding: 5px 0;
}
.cont-box p {
  margin-bottom: 5px;
}
.p1 {
  color: #747474;
  font-size: 13px;
}
.p0 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.self {
  height: 100%;
  padding: 25px 10px;
}
.self button {
  float: right;
  height: 30px;
}
.cao-zuo {
  border-top: 1px solid #eee;
}
.cao-zuo i {
  color: #ccc;
}
.cao-zuo .am-u-sm-4 {
  padding: 5px 0;
}




.content {
    /*position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}
.me {
    background-color: #F5F5F5;
}
.noEdge {
    margin: 0 !important;
    padding: 0 !important;
}
.me .baseBox {
    margin-top: 0;
}
.baseBox {
    border: 1px solid #eee;
    padding: 0 .5rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-left: none;
    border-right: none;
    overflow: hidden;
    background-color: #ffffff;
}
.baseBox .list-block {
    margin: 0;
    font-size: .7rem;
}
.myNum {
    display: flex;
    padding: 10px 0;
    /* border-top: 1px solid #eee; */
}
.myNum .oneNum {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.myNum .oneNum span:last-child {
    font-weight: 600;
    font-size: 15px;
}

.flexDiv .flexLeft {
    display: flex;
}
.flexDiv .flexLeft .rightDiv {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 10px;
}
.textMore {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
}
.myBox .mIntro {
    color: #999999;
}
.eAvatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.flexDiv .flexRight {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-erweima01:before {
    content: "\e642";
}
.transverse {
    padding: 10px 0;
}
.transverse li {
    margin-right: 10px;
    text-align: center;
    float: left;
}
.transverse li div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #ccc;
}
.transverse li p {
    padding-top: 4px;
    font-size: 15px;
}
.list-block ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 0;
}
.baseBox .list-block .item-content {
    /*  padding: 0; */
}
.list-block .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 3.1rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: .75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
i.icon.icon-f7 {
    width: 0;
    height: 0;
}
i.icon.icon-f7 {
    /* width: 1.45rem; */
    /* height: 1.45rem; */
    background-image: url(/Application/Mob/Static/images/i-f7.png);
}
.baseBox .list-block .item-content .item-inner {
    margin: 0;
}
.list-block .item-link .item-inner {
    padding-right: 1.5rem;
    background-image: url(/Application/Mob/Static/images/i-list-chevron-right.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-position: -webkit-calc(100% - .5rem) center;
    background-position: calc(100% - .5rem) center;
    background-size: .7rem;
}
.list-block .item-title {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-flex-shrink: 1;
    -ms-flex: 0 1 auto;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.me .item-inner .item-after {
    margin-left: 1rem;
}
.list-block .item-after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-height: 1.4rem;
    margin-left: .25rem;
    color: #5f646e;
    font-size: 13px;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.me .item-inner .item-title .iconfont {
    font-size: 19px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mySub {
    bottom: -1.2em;
    left: 10px;
    color: #999999;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
.list-block li {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.qiandao {
    background: #f2b90c !important;
}
.transverse li div i {
    font-size: 24px;
    color: #fff;
}
.pahang {
    background: #0ca6f2 !important;
}
.icon-icon2:before {
    content: "\e625";
}
.list-block .item-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .35rem;
    padding-bottom: .4rem;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
i.icon {
    position: relative;
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.icon {
    font-family: iconfont-sm!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}
.me .item-inner {
    justify-content: flex-start!important; 
}
.list-block .item-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    min-height: 2.2rem;
    box-sizing: border-box;
    padding-top: .4rem;
    padding-right: .75rem;
    padding-bottom: .35rem;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}





/* .user-box{
    margin-bottom: 54px;
} */
.user-show {
    background: #fff;
    border-bottom: #e5e5e5 solid 1px;
    margin-bottom: 3%;
    padding: 2% 0;
    text-align: center;
}
.action-list {
    background: #fff;
    border-bottom: #e5e5e5 solid 1px;
    /* border-top: #e5e5e5 solid 1px; */
    margin: 0% 0 3% 0;
}
.action-list li {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: #e5e5e5 solid 1px;
    margin-left: 3%;
    text-align: left;
}
.action-list li a {
    display: block;
    color: #333;
    font-size: 14px;
    height: auto;
    overflow: hidden;
}
.action-list li .icon.icon-temai {
    background-position: 0 -27px;
}
.action-list li .icon.icon-work {
    background-position: 0 -54px;
}
.action-list li .icon.icon-jifen {
    background-position: 0 -83px;
}
.action-list li .icon.icon-zhuye {
    background-position: 0 -138px;
}
.action-list li .icon.icon-help {
    background-position: 0 -111px;
}
.action-list li .cur {
    background: url(/Application/Mob/Static/images/i-list-chevron-right.png) no-repeat;
    background-size: cover;
    /* width: 8px;*/
    height: 15px;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -7px;
}
.action-list li .icon {
    display: block;
    float: left;
    background: url(/Application/Mob/Static/images/user-icon.png) no-repeat;
    background-size: 27px auto;
    width: 27px;
    height: 28px;
    margin: 10px 10px 0 0;
}
.flexDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 0;
    margin-left: 3%;
}
.myNum a {
    width: 100%;
    color: #333;
}
.group-tab {
    position: fixed;
    top: 44px;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 38px;
    z-index: 1010;
    height: 38px;
}
.group-tab .am-thumbnail {
    padding: 0;
    text-align: center;
    border: none;
}
.group-tab .am-thumbnail a {
    border: none!important;
    color: #a1a1a1;
}
.am-avg-sm-4 > li {
    width: 25%;
}
.am-avg-sm-3 > li {
    width: 33.33%;
}
.am-nav-tabs > li.am-active > a, .am-nav-tabs > li.am-active > a:hover, .am-nav-tabs > li.am-active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.am-nav-tabs > li.am-active > a, .am-nav-tabs > li.am-active > a:hover, .am-nav-tabs > li.am-active > a:focus {
    border: none!important;
}
.group-tab .am-active {
    border-bottom: 2px solid #0a67fb;
}
.home_nav {
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.home_nav ul li {
    width: 50%;
    height: 100%;
    min-height: 100px;
    float: left;
    text-align: center;
}
.home_nav ul li img {
    width: 50px;
    margin-top: 20px;
}
.home_nav ul li i {
    display: block;
    font-style: normal;
}


.sBtn {
    position: fixed;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    right: .5rem;
    bottom: 100px;
    background: #555;
    text-align: center;
    line-height: 3.9rem;
    color: #ffffff;
    font-size: 20px;
    opacity: .8;
    z-index: 999999;
}

.content ul {
    background-color: #fff;
    padding: 0 12px;
}
.content ul li {
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #DEDEDE;
}
.content .recharge {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
}
.form-control {
    width: 25%;
    float: left;
    margin-right: 10px;
}