/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */

.mui-android header.mui-bar {
    _display: none;
}

.mui-android .mui-bar-nav~.mui-content {
    _padding: 0;
}

.mui-btn-gray{
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc;
}


/* APP下载弹窗 */

.download-app {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1000;
}

.download-app>.download-app-content {
    display: table-cell;
    vertical-align: middle;
}

.download-app-main {
    margin: auto;
    display: block;
    width: 86%;
    position: relative;
}

.download-app-main img {
    display: block;
    width: 100%;
}

.download-app-main >.close {
    width: 30px;
    height: 30px;
    background: url(http://ossm7799520.liangyuan.com/img/downapp/app_download_close.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 5px;
    top: -30px;
}

.download-app-main > .download-btn {
    width: 72%;
    padding-bottom: 12%;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    bottom: 6%;
}


/* 全局添加 */

*.cm-into {
    position: relative;
}

*.cm-into:after {
    content: '\20';
    width: 1px;
    height: 8px;
    background-color: #c7c7c7;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
}

*.cm-into:before {
    content: '\20';
    width: 1px;
    height: 8px;
    background-color: #c7c7c7;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
}

.backgroud-gray {
    background-color: #f4f4f3;
}

.nav-transparent {
    background-color: transparent;
    color: #fff;
}

.nav-transparent .mui-title {
    color: #fff;
}

.mui-bar-nav.nav-transparent {
    border: none;
}

.nav-transparent .mui-icon {
    color: #fff;
}

.border-top {}

.margin-top {
    margin-top: 10px;
}

.cm-list-style .group {
    padding-top: 20px;
    position: relative;
    background-color: #fff;
}

.cm-list-style .group .values {
    padding-left: 90px;
}

.cm-list-style .group .label {
    position: absolute;
    left: 0px;
    font-size: 14px;
    width: 90px;
    color: #333;
    padding-left: 16px;
}

.cm-list-style .values-main {
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    color: #7c7c7c;
    padding-right: 48px;
    min-height: 44px;
}

.cm-list-style .value-item {
    line-height: 27px;
    font-size: 13px;
    display: inline-block;
    padding: 0 13px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cm-list-style p {
    font-size: 14px;
    line-height: 21px;
}

.cm-list-style .group:nth-last-of-type(1) .values-main {
    border: none;
}


/* 新个人资料 */

.self-intro {
    display: block;
    position: relative;
}

.self-intro-bg {
    display: block;
    width: 100%;
}

.self-intro-main {
    position: absolute;
    width: 100%;
    padding-top: 60px;
}

.self-intro-main .self-avatar {
    width: 4.4em;
    height: 4.4em;
    border-radius: 4.4em!important;
    border: 1px #fff solid;
    margin: auto;
    background: no-repeat center center #fff;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.self-intro-main .audit-hint {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
}

.self-intro-main .audit-hint span {
    transform: scale3d(.8, .8, .8);
    -webkit-transform: scale3d(.8, .8, .8);
    display: block;
}

.self-intro-main .data {
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
}

.self-intro-main .data .sex {
    width: 12px;
    height: 12px;
    background: no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
}

.self-intro-main .data .sex[status*="1"] {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/icon_mini_00.png);
}

.self-intro-main .data .sex[status*="2"] {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/icon_mini_06.png);
}

.self-intro-main .data .approve {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 1000px;
    vertical-align: -4px;
    margin-left: 2px;
    background: no-repeat center center #cbcbcb;
    background-size: 70% auto;
}

.self-intro-main .data .approve[data-type*="zmxy"] {
    background-image: url(http://ossm7799520.liangyuan.com/img/approve_icon_02.png);
}

.self-intro-main .finish[data-type*="zmxy"] {
    background-color: #4fddcb;
}

.self-intro-main .data .approve[data-type*="idnumberrz"] {
    background-image: url(http://ossm7799520.liangyuan.com/img/approve_icon_00.png);
}

.self-intro-main .finish[data-type*="idnumberrz"] {
    background-color: #ff8c47;
}

.self-intro-main .data .approve[data-type*="phone"] {
    background-image: url(http://ossm7799520.liangyuan.com/img/approve_icon_01.png);
}

.self-intro-main .finish[data-type*="phone"] {
    background-color: #ff6e7b;
}

.self-intro-main .data .approve[data-type*="education"] {
    background-image: url(http://ossm7799520.liangyuan.com/img/approve_icon_03.png);
}

.self-intro-main .finish[data-type*="education"] {
    background-color: #ffcd3b;
}

.self-intro-main .mood {
    width: 60%;
    text-align: center;
    color: #9f9f9f;
    font-size: 12px;
    margin: auto;
    padding-top: 10px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.self-preview-wrapper .mui-table-view.mui-grid-view {
    white-space: nowrap;
    display: inline-block;
    background-color: transparent;
}

.mui-segmented-control.mui-scroll-wrapper.self-preview-wrapper {
    height: 93px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.mui-segmented-control.self-preview-wrapper .mui-scroll {
    height: auto;
}

.self-preview-wrapper .preview-item {
    width: 87px;
}

.cm-label-style {
    background-color: #fff;
    padding-bottom: 10px;
}

.cm-label-style .title {
    line-height: 50px;
    color: #333;
    font-size: 14px;
    padding-left: 16px;
    position: relative;
}

.cm-label-style .title .add-btn {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 14px;
    right: 12px;
}

.cm-label-style .title .add-btn:before {
    content: '\20';
    width: 11px;
    height: 1px;
    position: absolute;
    background-color: #c7c7c7;
    top: 10px;
    left: 5px;
}

.cm-label-style .title .add-btn:after {
    content: '\20';
    width: 1px;
    height: 11px;
    position: absolute;
    background-color: #c7c7c7;
    top: 5px;
    left: 10px;
}

.cm-label-style .group {
    padding-left: 62px;
    position: relative;
    margin-bottom: 3px;
    padding-top: 12px;
    padding-right: 22px;
    min-height: 37px;
}

.cm-label-style .group .values {
    font-size: 13px;
    color: #868686;
    line-height: 27px;
}

.cm-label-style .group .label {
    position: absolute;
    width: 62px;
    padding-left: 16px;
    left: 0;
}

.cm-label-style .label .icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    border-radius: 4px;
    background: no-repeat center center #f5f5f5;
    background-size: 100% auto;
}

.cm-label-style .label .icon-sport {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_00.png)
}

.cm-label-style .label .icon-music {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_01.png)
}

.cm-label-style .label .icon-film {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_02.png)
}

.cm-label-style .label .icon-food {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_03.png)
}

.cm-label-style .label .icon-game {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_04.png)
}

.cm-label-style .label .icon-outdoor {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_05.png)
}

.cm-label-style .label .icon-literature {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_06.png)
}

.cm-label-style .label .icon-art {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_07.png)
}

.cm-label-style .label .icon-comic {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_08.png)
}

.cm-label-style .group.sport .icon,
.cm-label-style .group.sport .value-item.checked:after {
    background-color: #ffa73c;
}

.cm-label-style .group.music .icon,
.cm-label-style .group.music .value-item.checked:after {
    background-color: #6ac4f7;
}

.cm-label-style .group.film .icon,
.cm-label-style .group.film .value-item.checked:after {
    background-color: #a173cb;
}

.cm-label-style .group.food .icon,
.cm-label-style .group.food .value-item.checked:after {
    background-color: #ff8c47;
}

.cm-label-style .group.game .icon,
.cm-label-style .group.game .value-item.checked:after {
    background-color: #626262;
}

.cm-label-style .group.outdoor .icon,
.cm-label-style .group.outdoor .value-item.checked:after {
    background-color: #ff5685;
}

.cm-label-style .group.literature .icon,
.cm-label-style .group.literature .value-item.checked:after {
    background-color: #ffcd3a;
}

.cm-label-style .group.art .icon,
.cm-label-style .group.art .value-item.checked:after {
    background-color: #ff6e7b;
}

.cm-label-style .group.comic .icon,
.cm-label-style .group.comic .value-item.checked:after {
    background-color: #4fddcb;
}

.cm-label-style .group .value-item {
    line-height: 27px;
    font-size: 13px;
    display: inline-block;
    padding: 0 13px;
    background-color: #f5f5f5;
    border-radius: 5px;
    color: #7c7c7c;
    position: relative;
    overflow: hidden;
}

.cm-label-style .group .value-item:after {
    content: '\20';
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    background: url(http://ossm7799520.liangyuan.com/img/self/icon_mini_05.png) no-repeat bottom center;
    background-size: 50% 50%;
}

.footbar {
    position: fixed;
    bottom: 0;
    z-index: 3;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #efefef;
    height: 50px;
}

.footbar .footbar-item {
    width: 33.3333%;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #7c7c7c;
}

.footbar .footbar-icon {
    height: 23px;
    vertical-align: -6px;
    margin-right: 5px;
    display: inline-block;
    width: 23px;
    background: no-repeat center center;
    background-size: 100% auto;
}

.focus-icon[status="false"]{
    background-image: url(http://ossm7799520.liangyuan.com/img/self/footbar_icon_01.png)
}
.focus-icon[status="true"]{
    background-image: url(http://ossm7799520.liangyuan.com/img/self/footbar_icon_01_1.png)
}

.cm-edit-list {
    background-color: #fff;
    position: relative;
    font-size: 12px;
    padding-bottom: 10px;
}

.cm-edit-list:after {
    content: '\20';
    position: absolute;
    bottom: 0;
    left: 19px;
    right: 0;
    height: 1px;
    background-color: #efefef;
}

.cm-edit-list .title {
    line-height: 40px;
    color: #333;
    padding: 0 19px;
    display: block;
    font-size: 14px;
}

.cm-edit-list .mui-row > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2em;
}

.cm-edit-list .mui-row > div > em {
    color: #7c7c7c;
    font-style: normal;
}

.cm-edit-list .mui-row > div:nth-of-type(2n-1) {
    padding-left: 19px;
}

.cm-edit-list .mui-row > div:nth-of-type(2n) {
    padding-right: 19px;
}

.cm-edit-list .cm-right-value {
    text-align: right;
    color: #7c7c7c;
}

.cm-edit-list p {
    padding: 0 19px;
    font-size: 12px;
}

.interest-form {
    padding: 0 20px;
}

.interest-form .title {
    text-align: center;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    padding: 40px 0;
}

.interest-form .title .orange {
    color: #ffa73c;
}

.interest-list {
    overflow: hidden;
}

.interest-list .interest-item {
    width: 33%;
    float: left;
    margin-bottom: 15px;
}

.interest-list .interest-item .icon {
    width: 60%;
    padding-bottom: 60%;
    display: block;
    border-radius: 1000px;
    margin: auto;
    background: no-repeat center center #d2d2d2;
    background-size: 75% auto;
}

.interest-list .interest-item .label {
    text-align: center;
    color: #7c7c7c;
    font-size: 13px;
    padding: 5px 0;
}

.interest-list .interest-item .icon.icon-sport {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_00.png)
}

.interest-list .interest-item .icon.icon-music {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_01.png)
}

.interest-list .interest-item .icon.icon-film {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_02.png)
}

.interest-list .interest-item .icon.icon-food {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_03.png)
}

.interest-list .interest-item .icon.icon-game {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_04.png)
}

.interest-list .interest-item .icon.icon-outdoor {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_05.png)
}

.interest-list .interest-item .icon.icon-literature {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_06.png)
}

.interest-list .interest-item .icon.icon-art {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_07.png)
}

.interest-list .interest-item .icon.icon-comic {
    background-image: url(http://ossm7799520.liangyuan.com/img/self/label_icon_08.png)
}

.interest-list .interest-item.checked .icon-sport {
    background-color: #fdbb6b;
}

.interest-list .interest-item.checked .icon-music {
    background-color: #6ac4f7;
}

.interest-list .interest-item.checked .icon-film {
    background-color: #a173cb;
}

.interest-list .interest-item.checked .icon-food {
    background-color: #ff8c47;
}

.interest-list .interest-item.checked .icon-game {
    background-color: #626262;
}

.interest-list .interest-item.checked .icon-outdoor {
    background-color: #ff5685;
}

.interest-list .interest-item.checked .icon-literature {
    background-color: #ffcd3a;
}

.interest-list .interest-item.checked .icon-art {
    background-color: #ff6e7b;
}

.interest-list .interest-item.checked .icon-comic {
    background-color: #4fddcb;
}

.interest-form .interest-btn {
    border-radius: 5px;
    padding: 8px 0;
    font-size: 16px;
    width: 92%;
    margin: auto;
    margin-top: 10px;
}

.approve-idnumber{
    background-image: url(http://ossm7799520.liangyuan.com/img/approve_icon_00.png)
}
.approve-mobile{
    background-image: url(http://ossm7799520.liangyuan.com/img/approve_icon_01.png)
}
.approve-zmxy{
    background-image: url(http://ossm7799520.liangyuan.com/img/approve_icon_02.png)
}
.approve-education{
    background-image: url(http://ossm7799520.liangyuan.com/img/approve_icon_03.png)
}
.active .approve-idnumber{
    background-color: #ff8c47 !important;
}
.active .approve-mobile{
    background-color: #ff6e7b !important;
}
.active .approve-zmxy{
    background-color: #4fddcb !important;
}
.active .approve-education{
    background-color: #ffcd3b !important;
}
.signUp {
    color: #999;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
}
.mui-btn-disable {
    background-color: #ccc;
    color: #fff;
}
.official .officialName {
    color: #ff0000;
}
.weiboList {
    position: relative;
}
.official .officialIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.6em;
    height: 1.6em;
    background: url(http://ossm7799520.liangyuan.com/img/oblique.png);
    background-size: 100%;
}
.official .officialWord {
    display: inline-block;
    width: 2.5em;
    height: 1.1em;
    margin-left: 0.5em;
    margin-top: -0.3em;
    background: url(http://ossm7799520.liangyuan.com/img/official.png);
    background-size: cover;
    vertical-align: middle;
}
.official .clip-bg {
    position: relative;
    overflow: initial;
}
.official .vipIcon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.2em;
    height: 1.2em;
    background: url(http://ossm7799520.liangyuan.com/img/vip.png);
    background-size: cover;
}

.charm {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.charm-content {
    display: table-cell;
    vertical-align: middle;
}

.charm-main {
    position: relative;
    width: 75%;
    margin: 0 auto 10px;
}

.charm-main img {
    width: 100%;
}

.charm-main span {
    position: absolute;
    right: 0;
    top: 8%;
    width: 30px;
    height: 30px;
    background: url(http://ossm7799520.liangyuan.com/img/downapp/app_download_close.png) no-repeat center center;
    background-size: 100% 100%;
}

.charm-main a {
    position: absolute;
    left: 50%;
    bottom: 8%;
    width: 80%;
    padding-top: 14%;
    margin-left: -40%;
}

.charm-link {
    text-align: center;
}

.charm-link a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}