[v-cloak] {
    display: none;
}

body {
    font-family: "微软雅黑",arial;
}

.body-bg {
    background: #fafafa;
}

.body-bg-login {
    background: url(img/bg-login.jpg);
    background-size: 100%;
    height: 100%;
}

.nav-top {
    background: #4DD0E1;
    margin-bottom: 1px;
}

.nav-list-item {
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 40px;
    padding-top: 10px;
}

.nav-top .active:after {
    content: " ";
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fafafa transparent;
    width: 0px;
    height: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.weui-flex-patch-footer {
    padding-bottom: 46px;
}

.weui-flex-patch {
    margin-bottom: 10px;
}

.img-fixed {
    width: 100%;
    vertical-align: middle;
}

.nav-grid {
    overflow: hidden;
}

    .nav-grid li {
        float: left;
        list-style: none;
        width: 50%;
        margin: 0;
        padding: 0;
    }

        .nav-grid li a {
            display: block;
        }

            .nav-grid li a img {
                width: 100%;
                vertical-align: middle
            }



.weui-cells__titles {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .7em;
    padding-bottom: .5em;
    /*background-color: #F2DEDE;*/
    border-left: 5px solid #4DD0E1;
    color: #4DD0E1;
}

.weui-cells__titles-bg {
    background: #4DD0E1;
    color: #FFFFFF;
}


.weui-cell_txt-top {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
}

.article-ul {
    padding-left: 20px;
}

    .article-ul li {
        list-style-type: circle;
    }

.btn-square, .btn-square.weui-btn:after {
    border-radius: 0;
    border: none;
}

.footer-btn-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px -2px 2px #e6e9ed;
}



.user-info {
    display: block;
    text-align: center;
    background: #FFFFFF;
    height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

/*
.user-info:before{
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 160px;
	border: 1px solid #ff0000;
}

.user-info:before{
	content: " ";
	border-top: 1px solid #f0f0f0;
	width: 100px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	margin-left: -30px;
}
*/
.user-info {
    color: #333333;
}

.user-icon-a {
    color: #ED5565;
}

.user-icon-b {
    color: #AC92EC;
}

.user-icon-c {
    color: #48CFAD;
}

.user-icon-d {
    color: #A0D468;
}

.user-icon-e {
    color: #CCD1D9;
}

.user-icon-f {
    color: #5D9CEC;
}

.user-icon {
    font-size: 36px;
}




.examine-box {
    overflow: hidden;
}

.examine-box-item {
    list-style: none;
    margin-bottom: 6px;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.success {
    border-left: 5px solid #4DD0E1;
    background:#FFFFFF url(img/examine-success.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 70px;
}

.waiting {
    border-left: 5px solid #4DD0E1;
    background:#FFFFFF url(img/examine-waiting.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 70px;
}

.return {
    border-left:5px solid #999999;
    background:#eeeeee url(img/examine-return.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 70px;
}


.examine-seal {
    position: absolute;
    margin-top: -10px;
    width: 30%;
    height: 80px;
    right: 10px;
}


.examine-box-item a {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
}

.examine-date {
    font-size: 12px;
    color: #cccccc;
    line-height: 16px;
}

.examine-number {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    width: 70%;
    overflow: hidden;
}

.examine-user {
    float: left;
}

.examine-category {
    float: right;
}

.examine-user, .examine-category {
    font-size: 14px;
    color: #999999;
}

.return .examine-date,
.return .examine-user,
.return .examine-category,
.return .examine-number {
    color: #cccccc;
}

.Consultation {
}

.Consultation-success {
    border-left: 5px solid #4DD0E1;
    background: #FFFFFF url(img/reply-yes.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 90px;
}

.Consultation-waiting {
    border-left: 5px solid #4DD0E1;
    background: #FFFFFF url(img/reply-no.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 90px;
}

.Consultation-return {
    border-left: 5px solid #999999;
    background: #eeeeee url(img/reply-Cancel.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 90px;
}

    .Consultation-return .examine-date,
    .Consultation-return .examine-number,
    .Consultation-return .examine-user,
    .Consultation-return .examine-category {
        color: #cccccc;
    }

.Consultation-details-wrap{
}

.Consultation-box-title{
	padding: 6px 17px;
	border-left:3px solid #4FC1E9;
}

.Consultation-details-box-a{
    margin-bottom:5px;
}

.Consultation-details-answer-box{
	padding:10px 0;
}

.Consultation-details-question,.Consultation-details-answer{
    background:#ffffff;
	margin-bottom:10px;
	padding:10px 20px;
}
.Consultation-details-question.service-page{
	margin-bottom: 0;
}

.Consultation-details-answer{
    margin-bottom:0px;
}

.Consultation-details-question{
    /*margin-bottom:10px;*/
	font-size:14px;
	border-bottom:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
}

.Consultation-details-question-No{
	font-size:12px;
}
.Consultation-details-question-date{
    float:right;
	color:#cccccc;
	font-size:12px;
}
.Consultation-details-question-type{
	font-size:12px;
}
.Consultation-details-question-content{
    margin-top:5px;
	margin-bottom:10px;
	color:#333333;
}
.Consultation-details-question-file{
}
.Consultation-details-question-status-box{
    overflow:hidden;
	border-top:1px dashed #eeeeee;
	padding-top:10px;
	text-align:center;
}
.Consultation-details-question-status{
	float:right;
	font-size:16px;
}

.Consultation-details-answer{
    /*margin-bottom:10px;*/
	font-size:14px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}
.Consultation-details-answer.service-page{
	padding: 0;
	border: none;
}
.Consultation-details-answer.service-page > .weui-cells{
	margin-top: 0;
}

.Consultation-details-answer-expert{
    color:#333333;
}
.Consultation-details-answer-date{
    float:right;
	color:#cccccc;
	font-size:12px;
}
.Consultation-details-answer-content{
    margin-top:5px;
	margin-bottom:10px;
	color:#333333;
}

.service-page-personal{
	
}
.service-page-personal p{
	line-height: 30px;
}
.service-page-personal p label{
	display: inline-block;
	width: 80px;
}
.service-page-personal p span{
	color: #656D78;
}

#showIOSActionSheet {
    display: block;
}



.login-wrap {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.login-title-big, .login-title-medium {
    text-align: center;
}

.login-title-big {
    color: #5fd4e4;
    font-size: 36px;
}

.login-title-medium {
    color: #999999;
    font-weight: normal;
}

.login-tab-box {
    margin-top: 20px;
}

.login-tab {
    display: block;
    background: #ededed;
    text-align: center;
    color: #999999;
    font-size: 20px;
    padding: 14px 0;
}

    .login-tab.active {
        background: #FFFFFF;
        color: #333333;
    }

.login-tab-first {
    border-radius: 20px 0 0 0;
}

.login-tab-last {
    border-radius: 0 20px 0 0;
}

.login-box {
    background: #FFFFFF;
    padding: 30px 20px 40px 20px;
    border-radius: 0 0 20px 20px;
}

    .login-box .weui-label {
        width: 48px;
        padding-right: 10px;
    }

        .login-box .weui-label img {
            width: 100%;
        }

.login-btn-box {
    margin-top: 20px;
}

.login-tip {
    font-size: 12px;
    color: #999999;
    margin-bottom: 6px;
    padding-left: 10px;
}



/* temp */
.grid-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 16px;
    text-align: center;
}

.grid-icon-item {
    color: #FFFFFF;
    line-height: 30px;
}


.user-sign {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 36px;
    text-align: center;
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .user-sign .grid-icon-item {
        line-height: 60px;
    }

.yuedong-tab .weui-bar__item_on {
    background: #5D9CEC;
    color: #FFFFFF;
}

/*定志威*/
.without-delete .weui-gallery__del {
    display: none;
}




.weui-flex.mine-function{
	
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
}
.weui-flex.mine-function .weui-flex__item{
	width: 50%;
	flex: auto;
	-webkit-box-flex:inherit;
    -webkit-flex:auto;
}

.news-wrap{
	color: #434a54;
	padding: 0px 10px 40px 10px;
}

.news-title{
	text-align: left;
}
.news-source{
	padding: 6px 12px;
	color: #aab2bd;
	font-size: 12px;
	text-align: right;
	border-top: 1px dashed #dddddd;
	font-style: italic;
}
.news-source span{
	
}
.news-infor{
	color: #aab2bd;
	font-size: 12px;
	text-align: left;
}
.news-infor span{
	display: inline-block;
	margin-right: 10px;
}

/* 首页更多服务图标区域 */
.Service-type-wrap{
	background: #FFFFFF; 
	padding: 12px 0;
}
.Service-type-box{
	text-align: center;
	font-size: 12px;
}
.Service-type-box i{
	font-size: 36px;
}

/* 重写weiUI小标题 */
.weui-cells__title-small-list{
	background: #FFFFFF;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #EEEEEE;
}
.weui-cells__title-small-list-txt{
	border-left:4px solid #4DD0E1;
	padding-left: 6px;
}



/* 下拉列表 */
.btn-drop-control{
}
.btn-drop-control.active{
}
.btn-drop-control.active span{
	/*display: inline-block;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);*/
}



/* 20190725 首页更新 */
.Combination-01-wrap{
	margin: 10px;
	border-radius: 30px;
	border: 1px solid #EEEEEE;
}
.Combination-01-item{
	-webkit-box-align:start;
    -webkit-align-items: start;
    align-items: start;
}
.Combination-01-icon-box{
	width: 100px;
	height: 100px;
	border-radius: 40px;
	text-align: center;
	line-height: 100px;
}
.Combination-01-icon{
	font-size: 70px;
}
.Combination-01-text{
	
}
.Combination-01-text_title,
.Combination-01-text_content{
	margin-left: 20px;
}
.Combination-01-text_title{
	font-weight: bold;
}
.Combination-01-text_content{
	font-size: 14px;
	padding: 6px 0;
}
.Combination-01-text_content span{
	display: inline-block;
	padding: 3px 6px;
	margin: 1px;
	border-radius: 6px;
}
