* {
    box-sizing: border-box;
}

html,body {
    width: 100%;
    overflow-x: hidden;
    font-size: 0.28rem;
}

input::-webkit-input-placeholder{
    color:#9B9C9C;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#9B9C9C;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#9B9C9C;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#9B9C9C;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}

.page-body {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 0.95rem 0 0.98rem;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f6f6f6;
    color: #292929;
}

.page-body.no-navbar {
    padding-bottom: 0;
}
#app{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 0.95rem;
    justify-content: space-between;
    align-items: center;
    font-size: 0.38rem;
    background: #fff;
    z-index: 99;
}

.top-back,
.top-right {
    width: 1.62rem;
    text-align: center;
    font-size: 0.34rem;
}

.top-center {
    flex: 1;
    text-align: center;
    font-size: 0.38rem;
}

.top-title {
    padding-left: 0.3rem;
}

.top-back {
    padding-left: 0.3rem;
    height: 0.75rem;
    text-align: left;
}

.top-back a {
    display: inline-block;
    padding: 0.2rem 0.2rem 0.2rem 0;
    height: 0.75rem;
}

.top-back img {
    width: 0.2rem;
    height: 0.35rem;
}

.top-right {
    font-size: 0.34rem;
}

.top-right a {
    padding: 0.1rem;
    color: #65A3F4;
}

.icon-user-exchange {
    width: 0.38rem;
}

.navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.98rem;
    background: #fff;
    color: #676A6E;
    font-size: 0.22rem;
    text-align: center;
    z-index: 99;
}

.navbar > ul {
    width: 100%;
    height: 0.98rem;
}

.navbar > ul > li {
    width: 20%;
    height: 0.98rem;
}

.navbar > ul > li a {
    display: -webkit-flex;
    display: flex;
    padding: 0.1rem 0;
    width: 100%;
    height: 0.98rem;
    flex-direction: column;
    justify-content: space-between;
}

.navbar > ul > li p {
    line-height: 1;
}

.icon-nav {
    display: block;
    margin: 0 auto;
}

.icon-home,
.icon-home-active {
    width: 0.42rem;
}

.icon-customer,
.icon-customer-active {
    width: 0.43rem;
}

.icon-message,
.icon-message-active {
    width: 0.49rem;
}

.icon-application,
.icon-application-active {
    width: 0.43rem;
}

.icon-mine,
.icon-mine-active {
    width: 0.43rem;
}

.navbar > ul > li.active .icon-home,
.navbar > ul > li .icon-home-active,
.navbar > ul > li.active .icon-customer,
.navbar > ul > li .icon-customer-active,
.navbar > ul > li.active .icon-message,
.navbar > ul > li .icon-message-active,
.navbar > ul > li.active .icon-application,
.navbar > ul > li .icon-application-active,
.navbar > ul > li.active .icon-mine,
.navbar > ul > li .icon-mine-active {
    display: none;
}

.navbar > ul > li.active .icon-home-active,
.navbar > ul > li.active .icon-customer-active,
.navbar > ul > li.active .icon-message-active,
.navbar > ul > li.active .icon-application-active,
.navbar > ul > li.active .icon-mine-active {
    display: block;
}

.navbar > ul > li.active a {
    color: #5094F3;
}

.ctrl-bar {
    display: -webkit-flex;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 0.3rem;
    width: 100%;
    height: 0.98rem;
    background: #fff;
    color: #676A6E;
    font-size: 0.22rem;
    text-align: center;
    z-index: 99;
    box-shadow: 0 0 0.06rem 0 rgba(109,109,109,0.19);
    justify-content: space-between;
    align-items: center;
}

.ctrl-left,
.ctrl-right {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.ctrl-icon + .ctrl-icon{
    margin-left: 0.54rem;
}

.icon-mobile {
    width: 0.29rem;
}

.icon-wx {
    width: 0.43rem;
}

.icon-mail {
    width: 0.4rem;
}

.ctrl-btn {
    display: block;
    padding: 0 0.3rem;
    min-width: 1.2rem;
    line-height: 0.6rem;
    border-radius: 0.3rem;
    text-align: center;
    color: #fff;
    background: #5094F3;
    font-size: 0.26rem;
    white-space: pre;
}

.ctrl-btn + .ctrl-btn {
    margin-left: 0.14rem;
}

.search-wrap {
    display: -webkit-flex;
    display: flex;
    padding: 0 0.3rem;
    width: 100%;
    background: #fff;
}

.search-bar {
    display: -webkit-flex;
    display: flex;
    flex: 1;
    padding: 0 0.27rem;
    height: 0.72rem;
    background: #ededed;
    font-size: 0.3rem;
    border-radius: 0.36rem;
    align-items: center;
}

.icon-search {
    margin-right: 0.19rem;
    width: 0.27rem;
}

.search-bar input {
    flex: 1;
    background: transparent;
    outline: none;
    border: 0;
}

.h-panel {
    background: #fff;
    margin: 0.16rem 0;
}

.panel-header {
    display: -webkit-flex;
    display: flex;
    padding: 0 0.3rem;
    width: 100%;
    height: 0.98rem;
    align-items: center;
    font-size: 0.28rem;
    border-bottom: 1px solid rgba(41,41,41,0.08);
}

.panel-icon {
    margin-right: 0.13rem;
    width: 0.1rem;
    height: 0.28rem;
    background: #5094F3;
    border-radius: 5px;
}

.panel-title {
    flex: 1;
}

.panel-body {
    width: 100%;
    min-height: 0.98rem;
}

.msg-wrap {
    background: #fff;
}

.msg-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    padding: 0 0.3rem;
    width: 100%;
    height: 1.7rem;
    align-items: center;
}

.msg-item + .msg-item{
    border-top: 1px solid rgba(41,41,41,0.08);
}

.msg-icon {
    margin-right: 0.27rem;
    width: 0.94rem;
    height: 0.94rem;
    overflow: hidden;
    flex-shrink: 0;
}

.msg-icon img {
    width: 100%;
    height: 100%;
}

.msg-info {
    position: relative;
    flex: 1;
    max-width: 5rem;
}

.msg-title {
    margin-bottom: 0.22rem;
    font-size: 0.32rem;
}

.msg-text {
    color: #9B9C9C;
    font-size: 0.28rem;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-date {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    color: #BFC0C1;
    font-size: 0.22rem;
}

.msg-cout {
    position: absolute;
    top: 0.9rem;
    right: 0.3rem;
    min-width: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    color: #fff;
    background: #EC524A;
    border-radius: 0.32rem;
    text-align: center;
}

.index-app {
    display: -webkit-flex;
    display: flex;
    padding: 0.37rem 0;
    background: #fff;
}

.index-app-item {
    width: 25%;
    text-align: center;
}

.index-app-a {
    display: inline-block;
    color: #77797d;
    font-size: 0.24rem;
    text-align: center;
}

.h-row-wrap {
    margin: 0.16rem 0;
    background: #fff;
}

.h-row {
    position: relative;
    display: -webkit-flex;
    display: flex;
    padding: 0 0.3rem;
    min-height: 0.98rem;
    align-items: center;
    font-size: 0.28rem;
}

.h-row.h-row-v {
    flex-direction: column;
}

.h-row + .h-row {
    border-top: 1px solid rgba(41,41,41,0.08);
}

.row-icon {
    margin-right: 0.3rem;
    width: 0.33rem;
    flex-shrink: 0;
}

.row-icon img {
    display: block;
    margin: 0 auto;
}

.row-text {
    position: relative;
    flex: 1;
}

.row-text.must-fill:after {
    content: "*";
    display: block;
    position: absolute;
    top: 50%;
    left: -0.2rem;
    margin-top: -0.1rem;
    color: #EC524A;
    font-size: 0.24rem;
    font-weight: 700;
}

.icon-arrow-r {
    margin-left: 0.25rem;
    width: 0.13rem;
    height: 0.22rem;
    line-height: 1;
    vertical-align: middle;
}

.row-right {
    display: -webkit-flex;
    display: flex;
    max-width: 4.5rem;
    align-items: center;
}

.row-right-text {
    color: #9B9C9C;
}

.logout {
    display: block;
    line-height: 0.98rem;
    font-size: 0.28rem;
    text-align: center;
    color: #E55251;
    background: #fff;
}

.h-content {
    margin: 0.16rem 0;
    padding: 0.35rem 0.3rem;
    background: #fff;
}

.msg-d-date {
    margin: 0.28rem auto;
    padding: 0 0.24rem;
    width: 3.2rem;
    line-height: 0.48rem;
    font-size: 0.22rem;
    color: #fff;
    background: #DFDFDF;
    border-radius: 0.24rem;
    text-align: center;
    white-space: pre;
}

.msg-d-cont {
    padding: 0 0.3rem;
    background: #fff;
}

.msg-d-title {
    position: relative;
    padding-left: 0.6rem;
    font-size: 0.32rem;
    line-height: 0.85rem;
}

.msg-d-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 100%;
    background: #83D854;
}

.msg-d-text {
    padding-bottom: 0.15rem;
    color: #9B9C9C;
    line-height: 0.42rem;
    font-size: 0.26rem;
}

.sex-page {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.sex-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.sex-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0.12rem;
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.5s;
}

.sex-wrap.show {
    transform: translateY(0);
}

.sex-choice,
.sex-cancel {
    margin: 0.12rem 0;
    width: 100%;
    line-height: 1rem;
    text-align: center;
    border-radius: 0.11rem;
    color: #5094F3;
    background: #fff;
    font-size: 0.32rem;
}

.sex-item {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 1rem;
    justify-content: center;
}

.sex-item img {
    flex-shrink: 0;
    width: 0.33rem;
    height: 0.33rem;
}

.sex-item + .sex-item {
    border-top: 1px solid rgba(41,41,41,0.08);
}

.choice-page {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.95rem 0 0;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    z-index: 99999;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.5s;
}

.choice-page.show {
    transform: translateX(0);
}

.choice-list {
    margin: 0.16rem 0;
    background: #fff;
}

.choice-item {
    padding: 0 0.3rem;
    line-height: 1.24rem;
}

.choice-item.active {
    color: #65A3F4;
}

.choice-item + .choice-item {
    border-top: 1px solid rgba(41,41,41,0.08);
}