/* 默认样式 */
html,body{height:100%;}
* {
	-webkit-user-select: auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
.body-white{background-color: #fff;}

div{display:block;position:relative;}
body {color: #333;font-size: 16px;font-family: "微软雅黑", Arial, Helvetica, sans-serif;overflow-x: hidden;margin: auto;}
.mui-content,header{width:100%}
td, th, caption {font-size: 16px;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 100%;}
address, caption, cite, code, dfn, em, strong, th, var, i {font-style: normal;font-weight: normal;}
a {color:#4FCC94;text-decoration: none;}
a:hover {text-decoration: none;}
img {border:none;vertical-align:middle;}
p{color:#333}
ol, ul, li {list-style: none;}
input, textarea, select, button {font: 16px Microsoft Yahei, Helvetica, Arial, sans-serif;outline: none;margin: 0px;padding: 0px;}
table {border-collapse: collapse;}
/** 文本框为空的提示样式 **/
input::-webkit-input-placeholder {color:#ddd;font-size:16px;} /* WebKit browsers */
input::-moz-placeholder{color:#ddd;font-size:16px;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder{color:#ddd;font-size:16px;} /* Mozilla Firefox 19+ */
input::-ms-input-placeholder{color:#ddd;font-size:16px;} /* Internet Explorer 10+ */
textarea::-webkit-input-placeholder {color:#ddd;font-size:16px;} /* WebKit browsers */
textarea::-moz-placeholder{color:#ddd;font-size:16px;} /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder{color:#ddd;font-size:16px;} /* Mozilla Firefox 19+ */
textarea::-ms-input-placeholder{color:#ddd;font-size:16px;} /* Internet Explorer 10+ */

.init-select-active{color: #333!important;}

.mui-badge{display:none;line-height: 13px;background:#FE786E;color:#FFF;padding-bottom:2px;}
.mui-action-menu .mui-badge{top:2px;margin-left:-26px;font-size: 12px;line-height: 1;display: none;padding: 3px 6px;}
.mui-popover .mui-table-view-cell .mui-badge{display:none;position:relative;margin-left:4px;right:0px;padding:1px 6px;}
/**样式重写***/
/**.mui-input-group {margin-top: 10px;}
.mui-input-group:first-child {margin-top: 20px;}**/
.mui-content>.mui-table-view:first-child {margin-top: 0px;}
.mui-input-group:first-child:before{height:0px;}
.mui-input-group .mui-input-row {height:48px;padding-left:5px;padding-right:5px;}
.mui-input-row select{font-size:16px;margin-top:2px;}
.mui-input-group .mui-input-row:after {left:5px;}
.mui-input-group .mui-input-row .row-tips{margin-left:10px;padding:11px 0px;color:#ccc;display:inline-block;line-height: 1.1;}
.mui-input-group .mui-input-row .text-value{width:70%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#333;float:left;padding-left:15px;margin-top: 8px} /*** margin-top: 8px lesson_edit.html**/
.mui-input-group .mui-input-row .article-tags{color:#ccc}
.mui-input-group .area-row{padding:0px 0px;height:auto;}
.mui-input-group .area-row textarea{margin-top:0px;padding:5px 10px;}
.mui-input-group .input-row2{height:68px;}
.mui-input-group .input-row2 .label{width:100%;display: block;font-size:18px;}
.mui-input-group .input-row2 input{padding: 10px 0px;display:block;margin-top:5px;}
.mui-input-group .mui-input-row .mui-input-clear~.mui-icon-clear{height: 40px; top: 0px; line-height: 40px;}
.mui-input-group .input-row2  .mui-input-clear~.mui-icon-clear{top:28px;}
.mui-input-group .input-row2 .mui-input-password~.mui-icon-eye{top:36px;}
.mui-table-view-cell>a:not(.mui-btn){white-space:normal}
.mui-checkbox input[type=checkbox],
.mui-radio input[type=radio] {top: 6px;}
.mui-content-padded {margin-top: 25px;}
.no-after:after{height:0px !important;background:#fff !important;display:none;}
.no-before:before{height:0px !important;background:#fff !important;display:none;}
.mui-btn-block{padding:8px 0px;margin-top:4px;}
.mui-popup .mui-popup-title {font-size: 16px;font-weight: normal;text-align: left; word-break: break-all}
.mui-popup .mui-popup-input textarea{width:100%;height:60px;font-size:14px;padding:2px 4px;}
.mui-input-row .mui-btn{float:none;width:auto;padding: 10px;}
.mui-input-row .mui-btn-block{width:100%;}
.mui-input-row .multi-input{width: 100%;height:100%;padding:10px 10px;}
.mui-input-row .radio-inline{min-width:80px;width:auto;
	position: relative;padding-left:30px;margin-left:10px;text-align:left;}
.mui-input-row .radio-inline input{left:0px;right:auto}
.mui-input-row.input-content{height:180px}
.mui-input-row.input-content textarea{padding:10px 15px;height:150px}

.mui-content{background:#fff;}
.mui-content.explain{padding:10px;color:#999;background:none}
.mui-content.explain p{margin-top: 10px;color:#999;}
.mui-content>.mui-table-view:first-child:before{height:0px;}
.no-more{text-align: center;font-size: 13px;color:#e1e1e1;padding-top:30px;}
.mui-popup .mui-popup-text{text-align:left;word-break: break-all;}
.mui-action-menu{color:#FFF;}
.mui-table-view .mui-media-object{border-radius:21px;}
.mui-table-view .raduis-small{border-radius:5px;}
.mui-btn-primary{background:#4cc48e;border: 1px solid #4cc48e;}
.mui-btn-primary:active{background:#31a370 !important;border: 1px solid #31a370 !important;}
.mui-btn-h2{line-height: 1.6 !important;font-size:18px;}
.mui-popover .mui-table-view-cell{overflow: hidden;;}
.mui-table-view-cell {padding:11px 12px;}
.mui-popup-button.mui-popup-button-bold{font-weight: normal;}
.mui-ellipsis .mui-col-xs-6{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.mui-popup-button{color:#4FCC94}
.mui-progressbar span{background-color:#4FCC94;}
.mui-popup{z-index: 99999999;}
.mui-toast-container{z-index: 99999999;line-height:24px; padding: 10px 10px;width:75%;bottom:100px;}
.mui-toast-container .msg-logo{width:24px;height:24px;border-radius:24px;}
.mui-toast-container .mui-toast-message{line-height:24px; padding:10px 10px;}
.mui-segmented-control{border-color:#4cc48e }
.mui-segmented-control .mui-control-item{border-color:#4cc48e;color:#4cc48e  }
.mui-segmented-control .mui-control-item.mui-active{background-color:#4cc48e }
.mui-card .mui-card-footer::before{height:0px;background:none;}
.mui-switch::before{content:'否'}
.mui-switch.mui-active::before{content:'是'}
.mui-table-view-cell.mui-collapse.mui-active{background: #fff;margin-top:0px;}
.mui-table-view-cell.mui-collapse .mui-collapse-content{margin-top: 0px;padding-bottom: 0px;}
.mui-table-view-cell.mui-collapse .mui-collapse-content p{line-height:25px;color:#31a370}
.mui-table-view .mui-media-object.mui-pull-left{margin-right:6px;}
.mui-popup-button::after{border-right:1px solid #ccc;}
.mui-popup-button:first-child::after{background-color: #fff}
.mui-icon-eye,.mui-icon-clear{right:8px !important;}
.mui-input-group{overflow: hidden;}
.mui-input-row label {width:24%;text-align:right;padding:11px 0px 0px 0px;color:#999}
.mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea {float:left;width:76%;padding-left: 15px;color:#333}
/* .mui-table-view::before{height:0px;}
.mui-table-view::after{height:0px;} */
.mui-table-view-cell::after{left:10px;}
.multi-btns{text-align:right;}
.multi-btns button{margin-right:10px;}
.mui-checkbox input[type="checkbox"]:checked::before, .mui-radio input[type="radio"]:checked::before{color:#4DC690}
.mui-pull-bottom-pocket{margin-top:40px;}
.mui-pull-caption{font-weight: normal; font-size:14px;color:#ccc;}
.mui-popover{min-height: 60px;}
.mui-btn-blue, .mui-btn-primary, input[type=submit]{border: 1px solid #4FCC94; background-color: #4FCC94;}

.w-e-text{color:#333}
.w-e-text p{color:#333}


/** 弹框取消半透明 **/
.mui-popup-in .mui-popup-inner{background: #fff;}
.mui-popup-in .mui-popup-text{overflow: hidden;}
.mui-popup-in .mui-popup-text .mode-link-btn{float:left;margin-right:40px;line-height:28px;text-decoration: underline;}
.mui-popup-in .mui-popup-text::after{clear: both;}
.mui-popup-in .mui-popup-buttons .mui-popup-button{background: #fff;}
.mui-media-object {
	line-height: 50px;
	max-width: 50px;
	height: 50px;
}

/** 公共样式 **/
.button-big{width:110px;height:40px;
	border-radius: 20px;font-size:18px;
	background:#4ecbac;color:#fff;
	text-align:center;margin:0px auto;
}
.fixed-right{position:fixed;right:0px; }
.button-green-circle{z-index:100;width:80px;height:80px;bottom:50px;left:calc(50% - 40px);position: fixed;background-size: 100% 100%;background-image: url(../images/room-add.png);}
.circle-logo{width:40px;height:40px;float:left;border-radius: 20px;overflow: hidden;}
.circle-logo::after{clear: both;}
.circle-logo img{width:100%;height:100%;}
.div-search{width:100%;padding:10px;
	background: #fff;
	position: relative;top:0px;margin-top:44px;
}
.div-search .input{width:100%;height:40px;background-color: #f4f4f4;color:#afafaf;
	border-radius: 8px;
	margin:0px auto;
}
.div-search .input input{width:100%;padding-left:40px;
	font-size:16px;
	border-width: 0px;;
	background-color:transparent;
	color:#666;
	line-height: 40px;
}
.div-search .icon{left:10px;top:10px;position:absolute;width:20px;height:20px;}
.div-search .text-tips{padding-left:40px;padding-top:10px;}
.div-search + .mui-content{padding-top:104px;overflow: hidden;}
.div-search .history .list span{margin-right:10px;display: inline-block;background:#f1faf1;border-radius:5px;font-size:14px; padding:0px 5px;color:#999;}
.div-search .history .list .gray{background:#FFF;color: #fafafa;}
.div-search.fixed-top{position: fixed;top:44px;left:0px;z-index: 999;margin-top:0px;}
.tag-small{display: inline-block;padding:0px 4px;margin-right:3px; background:#f1f1f1;color:#999;border-radius:6px;font-size:13px}
.mui-input-row .tag-small{color:#333;}
.null-tips{width: 100%;color:#ccc;font-size:14px;}

.pull-content{background: #efeff4;padding-left:10px;padding-right:10px;overflow: hidden;}
.pull-content .mui-scroll{position: relative;}
.pull-content .mui-table-view{margin-top:6px;border-radius:5px;overflow: hidden;}
.pull-content .mui-table-view:last-child{margin-bottom:12px;}
.pull-content .mui-table-view::before{display: none;}
.pull-content .mui-table-view::after{display: none;}
.icon-font{padding-left:15px;font-size:14px;background-image:url(../images/icon-gray.png);background-repeat: no-repeat;background-size:16px 16px; background-position:0px 3px;}

.icon-font.green{background-image:url(../images/icon-green.png);}
.icon-font.yellow{background-image:url(../images/icon-yellow.png);}
.icon-font.wait{background-image:url(../images/icon-wait.png);background-size:13px 13px;background-position:1px 4px;}
.icon-font.green.wait{background-image:url(../images/green-wait1.png);}
.icon-font.yellow.wait{background-image:url(../images/icon-yellow-wait.png);}
.icon-font.gray.wait{background-image:url(../images/icon-gray-wait.png);}


.pull-content .mui-scroll{width:100%}
.pull-content .list-logo{width:40px; height:40px;border-radius:6px;vertical-align: middle;float:left;}
.pull-content .mui-table-view .title{margin-top:2px;font-size:18px;max-width:90%;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;float:left;}/**max-width:90%; 问答列表**/
.pull-content .mui-table-view .money{font-size:16px;float:right;display:inline-block;padding-top:2px;color:#FF7B6C}
.pull-content .info-logo .list-logo{width:50px; height:50px;border-radius:8px;}
.pull-content .mui-table-view .info-logo .title{margin-top:4px;float:none;display: inline-block}
.pull-content .mui-table-view .info-logo .money{padding-top:4px}
.pull-content .mui-table-view .info-logo #room_title{margin-left:5px;font-size:16px;display: inline-block}
.pull-content  li{position: relative;overflow: hidden;}
.pull-content .status{padding-left:4px;padding-right:4px;width:auto;min-width:50px;height:20px;font-size:13px;display:block;text-align:center;position: absolute;top:0px;right:0px;overflow: hidden;border-bottom-left-radius:6px;}
.pull-content .status-pink{background:#FDE1DE;color:#FF7B6C}
.pull-content .status-yellow{background:#FCEDCC;color:#FFB00D}
.pull-content .status-blue{background:#CFEBFF;color:#2DACFE}
.pull-content .status-green{background:#c8e9da;color:#4cb549}
.pull-content .status-gray{background:#e1e1e1;color:#999}
.pull-content .item-label{max-width:120px;overflow:hidden;word-break:keep-all;text-overflow:ellipsis;white-space: nowrap;color:#666; background:#F1F1F1;font-size:13px;padding: 0px 8px;display: inline-block;margin-right:6px;border-radius:4px;margin-top:4px;line-height:18px;}
.pull-content .mui-row{margin-top:10px;}
.pull-content .mui-media-body p{clear: both;display: block;color:#000;}
.pull-content .desc{color:#333;}

.pull-content .view-line{margin-top:0px;border-radius:0px;}
.pull-content .view-line:last-child{margin-bottom:12px;}
.pull-content .view-line::before{display:block;}
.pull-content .view-line::after{display:block;}
.pull-content .view-line .status{top:10px;border-radius:4px;}
.pull-content .view-line .mui-table-view-cell{padding-left:0px; padding-right:0px;}
.pull-content .view-line .mui-table-view-cell > a:not(.mui-btn){margin-left:0px;margin-right:0px;}
.red-point{display:inline-block;margin-left:4px;}
.red-point:after{content:'';display:block;width:4px;height:4px; border-radius:50%;background-color:#FF5722;margin-top:-12px;}



/** 公共类样式 **/
/** 图标-文本导航列表 **/
.list-icon-text .mui-table-view-cell{height:52px;}
/** .list-icon-text .mui-table-view-cell a{color:#5a5a5a;}  teacher_detail.html注释**/
.list-icon-text .mui-table-view-cell img{width:36px;height:36px;float:left;margin-top:-2px;margin-right:3px;border-radius: 100%;}
.list-icon-text .mui-table-view-cell .icon-20{width:20px;height:20px;margin-top:2px;}
.list-icon-text .mui-table-view-cell img + span{display:block;float:left;margin-top:6px;margin-left:5px;}
.list-icon-text .mui-navigate-right:after{top:60%}
.list-icon-text .item-info{color:#aaa;font-style:normal;margin-top:8px;}

.mui-table-view-cell .text-tips{margin-left:15px;margin-top:2px;float:left;color:#ccc;}
.mui-navigate-right .mui-pull-right{margin-right:30px;}
.num-tips{margin-right:80px;margin-top:5px;float:right;display:none;}
.mui-table-view-cell .num-tips{margin-right:80px;margin-top:2px;float:right;}
.inline-num-tips{line-height:13px;margin-left:2px;margin-top:0px;;}
.center{margin:0px auto;text-align: center;}

.cellView {line-height: 30px; padding-left: 40px; font-size: 16px; color: #5a5a5a; }
/*.icon_1 {background: url("../images/icon_04.png") left center no-repeat; background-size: 22px auto;}
.icon_2 {background: url("../images/icon_05.png") left center no-repeat; background-size: 22px auto;}
.icon_3 {background: url("../images/icon_06.png") left center no-repeat; background-size: 22px auto;}
.icon_4 {background: url("../images/icon_07.png") left center no-repeat; background-size: 22px auto;}
.icon_5 {background: url("../images/icon_08.png") left center no-repeat; background-size: 22px auto;}*/

/*导航栏*/
.mui-bar {background-color: #1499ff; box-shadow: none; z-index: 99999;}
.mui-bar-nav {background-color: #4DC690;}
.mui-title {color: #fff;}
.mui-bar-transparent {
	top: 0;
	background-color: rgba(77,198,144, 0);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mui-bar-transparent~.content-top{margin-top:0px;padding-top:0px;}
header{width:100%;height:44px;overflow: hidden;position:relative;}
header .back-nav{width: 24px; height: 44px; background-image: url("../images/back.png");background-position: left center;background-repeat: no-repeat; background-size: 12px auto;}
/* header .back-nav img{width:12px;height:auto;margin-top:10px;} */
header.header-trans{background:none;padding-top:5px;}
header.header-trans .back-nav{width: 36px;height:36px;background-color: rgba(0, 0, 0, 0.25);border-radius:18px;background-position: center center;}
header.mui-bar-nav.header-trans .mui-action-menu{
	width: 32px;height:32px; background-color: rgba(0, 0, 0, 0.25);
	border-radius:4px;
	padding-top:4px;
	margin-top:0px;
	margin-right:0px;
	padding-left:4px;
}
header.header-trans ~ .mui-content{padding-top:0px;}

header.white-nav{background: #FFF;}
header.white-nav .mui-title{color:#333}
header.white-nav .back-nav{height:28px;background-image: url("../images/back-black.png");position: absolute;left:10px;top:8px;}
header.white-nav .mui-action-menu{color:#333}



/*底部的tabbar*/
.mui-bar-tab{background:#FFF;z-index:997;}
.mui-bar-tab .mui-tab-item {color: #333;touch-action: none;}
.mui-control-item{touch-action: none;}
.mui-bar-tab .mui-active .mui-tab-label {color:#4ECA92; }
.mui-bar-tab .btns{margin-top:12px;margin-left:15px;padding:2px 4px;}
.footer-tab {background: #fff;}
.footer-tab .mui-tab-item .mui-icon{background-size: 24px 24px;background-repeat:no-repeat;}
.footer-tab .tab-icon-1{background-image:url(../images/footer-icon-discovery.png);}
.footer-tab .mui-active .tab-icon-1{background-image:url("../images/footer-icon-discovery-active.png");}
.footer-tab .tab-icon-2{background-image:url(../images/footer-icon-market.png)}
.footer-tab .mui-active .tab-icon-2{background-image:url("../images/footer-icon-market-active.png");}
/*.footer-tab .tab-icon-3{background-image:url(../images/footer-icon-work.png)}
.footer-tab .mui-active .tab-icon-3{background-image:url("../images/footer-icon-work-active.png");}*/
.footer-tab .tab-icon-4{background-image:url(../images/footer-icon-room.png)}
.footer-tab .mui-active .tab-icon-4{background-image:url("../images/footer-icon-room-active.png");}
.footer-tab .tab-icon-5{background-image:url(../images/footer-icon-user.png)}
.footer-tab .mui-active .tab-icon-5{background-image:url("../images/footer-icon-user-active.png");}
.footer-tab>.pull-content{padding-bottom:52px;}

.yanzhengBtn {position: absolute; right: 10px; top: 5px; display: block; padding: 0 10px; border-radius: 6px; background-color: #fff; font-size: 14px; line-height: 30px; z-index: 1; color: #4DC690;}


.passport{background:url(../images/login-body-bg.png);background-size:100% auto;background-repeat: repeat-y;}
.passport .top{overflow:hidden;width:auto;height:auto;}
.passport .top img{width:100%;height: auto;vertical-align: bottom}
.passport .main{
	background-image: url(../images/login-bg2.png);
	background-size:100% auto;
	background-repeat: no-repeat;
	width:100%;
	min-height: 200px;
	margin-top:-1px;
}
.passport .logo{height:90px;padding-top:10px;}
.passport .logo img{width:100px;height:auto;vertical-align: bottom}
.passport .form{
	width:94%;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	padding:20px 20px;
	background:#fff;
	text-align: left;
}
.passport .agree{font-size:13px;margin-top:20px;line-height:24px;margin-bottom:15px;}
.passport .agree a{text-decoration: underline;color:#9c9c9c;}

/*市场*/
.market-icons{width:22px;height:22px;vertical-align: middle; display:inline-block;background-image:url("../images/icons.png");background-size:100% auto;background-position: 0px 0px;}
.market-red-flower{background-position: 0px -57px;}
.market-yellow-flower{background-position: 0px -78px;}
.market-black-flower{background-position:0px -100px;}
.market-red-star{background-position: 0px -25px;}
.market-black-star{background-position: 0px 1px;}
.market-star{margin-right:4px;}
/*合同*/
/*.icon_ht1 {background: url("../images/hetong_01.png") left center no-repeat; background-size: 22px auto;}
.icon_ht2 {background: url("../images/hetong_02.png") left center no-repeat; background-size: 22px auto;}
.icon_ht3 {background: url("../images/hetong_03.png") left center no-repeat; background-size: 22px auto;}

!*幕府*!
.icon_mf1 {background: url("../images/mufu_01.png") left center no-repeat; background-size: 22px auto;}
.icon_mf2 {background: url("../images/mufu_01.png") left center no-repeat; background-size: 22px auto;}*/

/*我的*/
.user-header{padding:5px 0px 5px 15px;overflow:hidden;margin-top:10px;}
.user-header .user-logo{width:50px;height:50px;border-radius:27px;border:2px solid #fafafa;}
.user-header .user-info{padding-left:10px;width:160px;float:left;}
.user-header .title{font-size:16px;padding-top:15px;}
.user-header .cert{font-size: 14px; color: #666;margin-top:4px;}
.user-header .cert #verify_img{width:80px;height:auto;vertical-align:middle;}
.user-header .cert #verify_tips{font-size:13px;color:#FFB307;}
.user-header .blue-btn{padding:2px 6px;height:30px;display:inline-block;color: #fff;text-align: center;background:#007aff;border-radius:30px;}
.user-header .mui-btn{padding: 0px 12px;}

/*我的*/
.user{font-size:14px;background-repeat: repeat-y;background-size: 100% auto;}
.user .user-top-bk{width:100%;height:auto;position:absolute;left:0px;top:0px;}
.user .user-top-bk img{width:100%;height:auto;}
.user .user-header{color:#fff;}
.user .user-header .user-logo{width:54px;height:54px;}
.user .user-header .rechange{width:110px;height:auto;float:right;}
.user .user-header .rechange .share{width:60px;height:26px;position:absolute;right:10px;text-align: right;;}
.user .rechange-img{width:100px;height:auto;vertical-align: middle;}
.user .share-icon{width:18px;height:auto;vertical-align: middle;}
.user .user-header .title{padding-top:2px;}
.user .list-icon-text .mui-table-view-cell img{width:24px;height:24px;margin-top:4px;}
.user .mui-content{background:none;}
.user .user-item{padding:20px 15px;margin-bottom:8px;width:94%;background:#fff;border-radius:8px;}
.user .user-item .num{line-height:15px;font-size:15px;font-weight:bold;text-align:center;height:20px;border-right:1px solid #ddd;}
.user .user-item .text{line-height:13px;font-size:16px;text-align: center;height:16px;margin-top:5px;}
.user .user-focus .mui-col-xs-6{padding:10px;}
.user .focus{width:95%;display: inline-block;
	height: 42px;line-height: 42px;
	font-size:18px;
	text-align: center;color: #FFF;
	border-radius: 8px;
	overflow: hidden;
	margin-top:10px;
}
.user .con-focus{color:#ccc;font-size:16px;margin-bottom:8px;}
.user .con-focus .num{height:24px;font-size:20px;
	color:#4ecc93;
	font-weight: bold;text-align: center;}
.user .con-focus .text{height:18px;text-align: center;}
.user .mui-badge{margin-top: 10px;position: relative !important;right:0px !important;}

.div-trans{width:100%;height:100%;}
.div-trans::before{width:100%;height:100%;
	content:"";
	position: absolute;left:0px;top:0px;background-color: #fff;opacity: 0.4;}

/** 附件 **/
.attach-list{padding-left:10px;padding-right:10px;}
.attach-list .mui-navigate-right .attach-item-file{width:100%;display: block;}
.attach-list .attach-item{border-top:1px solid #eee;line-height:30px;height:auto;padding-top:5px;padding-bottom:5px;font-size:14px;color:#31a370}
.attach-list .attach-item:last-child{border-bottom:1px solid #eee;}
.attach-list .attach-item img{height:30px;width: auto; max-width: 60px; margin-right:4px;vertical-align: middle;border-radius:4px;}


/** 认证 **/
.upload-cert .cert-tips{margin-top:5px;font-size:14px;color:#ccc;}
.upload-cert .cert-img{padding-top:10px;margin:0px auto;width:100%;height:180px;}
.upload-cert .cert-img img{height:100%;width:auto;}
.upload-cert .error-tips{color:#FF5722;position: absolute;top:40px;padding:20px;text-align: center;width: 100%;}

.wenzhang{padding:8px 15px;word-break: break-all;margin-bottom:20px;}
.wenzhang img{max-width:100%;height:auto;}
.wenzhang_end{text-align: center;margin-top:30px;color:#ccc;}
.wenzhang dl{font-size:14px;}
.wenzhang dt{margin-top:14px;margin-bottom:5px;}

/*.icon_me1 {background: url("../images/me_01.png") left center no-repeat; background-size: 22px auto;}
.icon_me2 {background: url("../images/me_02.png") left center no-repeat; background-size: 22px auto;}
.icon_me3 {background: url("../images/me_03.png") left center no-repeat; background-size: 22px auto;}
.icon_me4 {background: url("../images/me_04.png") left center no-repeat; background-size: 22px auto;}
.icon_me5 {background: url("../images/me_05.png") left center no-repeat; background-size: 22px auto;}
.icon_me6 {background: url("../images/me_06.png") left center no-repeat; background-size: 22px auto;}*/


/*详情页*/
.detail{}
.detail .summary{margin:0px 10px;border:1px solid #9e9e9e;padding:10px;background-color:#f2f2f2;}
.detail .content{margin-top:15px;}
.detail .text-content{padding-top:0px;}
.detail .text-content img{max-width:100%;}
.header-title {line-height:24px;padding:25px 25px 0px 25px; text-align: center; font-size: 18px; font-weight: bold; background-color: #fff;}/**margin-bottom market-detial**/
.header-title-middle {padding:15px 15px 10px 15px;}
.trans-header-title{padding-top:20px;padding-bottom:35px;}
.subhead {padding: 5px 15px;padding-top:0px;margin-top:-5px; text-align: center; font-size: 13px; background-color: #fff;color:#aaa;}
.article-content {margin-top:10px;padding:10px;padding-top:0px;line-height: 24px;padding-bottom:60px;}
.article-content p {display: block; font-size: 14px;}
.article-content .end {position: relative; text-align: center; margin-top: 20px;}
.article-content .end:before {display: block; content: ''; height: 1px; background-color:#eee; position: absolute; left: 0; top: 50%; width: 100%;}
.article-content .end span {display: inline-block; line-height: 22px; padding: 0 10px; background-color: #fff; position: relative; z-index: 10; color: #eee;}
.article-content img{max-width:100% !important;height:auto !important;}
.article-tags{color:#ccc}

/** 重写文章展示区的样式 **/
.article .html-content{padding:10px;}
.article .html-content  img{max-width:100%;}

.article-editor.simple-editor{border-bottom:1px solid #c9d8db;}
.article-editor.simple-editor .w-e-toolbar{border-left:none !important; border-right:none !important}
.article-editor.simple-editor .w-e-text-container{border:none !important;}
.article-editor.simple-editor .editor-upload{width:50px;height:50px;border:1px solid #ccc;border-radius:6px; text-align: center;;}

.laiyuan {margin-top: 0.5rem; font-size: 13px; color: #ccc;padding:0px 15px;}
.title_gjz {margin-top: 0.5rem;}
.title_gjz span {display: block; line-height: 22px; font-size: 12px; float: left;}
.title_gjz a {display: block; float: left; line-height: 22px; font-size: 12px; border: 1px solid #ddd; padding: 0 5px; margin-right: 10px; margin-bottom: 10px;}
.comment {background-color: #fff; margin-top: 10px; padding-bottom:80px;}
.comment h1 {color:#bbb;padding: 0 15px; line-height: 34px; border-bottom: 1px solid #ddd;}
.commentList li {padding: 11px 15px; border-bottom: 1px solid #ddd;}
.commentList li:last-child {padding: 11px 15px; border-bottom: 0px solid #fff;}
.userImg2 {width:40px; height:40px;border-radius: 20px;float:left;}
.comment_it {padding-left:8px;float:left;}
.comment_it h2 {font-size: 16px; color: #000; margin-top: 5px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.comment_it p {display: block; font-size: 13px; color: #999;}
.comment_t1 {margin-top:5px; font-size: 14px; color: #333;}
.comment_t1 img{max-width:100%;height:auto;}

.lowView {position: fixed; z-index: 997; left: 0px; bottom: -1px; width: 100%; line-height: 44px; height: 44px; padding: 0 8px; background-color: #fff;}
.lowView button{margin-top:4px;padding:6px 12px;float: left;margin-right:12px;height:33px;overflow: hidden;}
.lowView .im-btn{padding:6px 20px;}
.lowView .im-btn img{margin-right:5px; width:22px;height:22px;float: left;margin-top:-4px;}
.lowView .commentInput {height: 30px; margin-top: 7px; padding: 0 10px; width: 30%; font-size: 14px;}
.lowNav {width:auto;padding-left:0;}
.lowNav a {float: left; height: 44px; width:36px;margin-left:10px;display: block;}
.lowNav a.none{display: none;}
.lowView .lowNav button{margin-top: 8px;padding-top:3px;padding-bottom:3px;margin-left:10px;}
.lowView .xinxi {background: url("../images/xinxi.png") center no-repeat; background-size: 20px auto;position: relative;}
.lowView .xinxi .mui-badge{right:0px;top:4px;position:absolute;display:none;}
.lowView .favorite {background: url("../images/favorite.png") center no-repeat; background-size: 20px auto;}
.lowView .favorite-active{background: url("../images/favorite-active.png") center no-repeat; background-size: 20px auto;}
.lowView .share {background: url("../images/me_06.png") center no-repeat; background-size: 20px auto;}
.lowView .home {background: url("../images/icon-home.png") center no-repeat; background-size:28px auto;}

.lowView .mui-badge{color:#9c9c9c;background:#ddd;}


/** 分享 **/
#share_to img{width:50px;height:50px;}
.share-tips{top:0px;right:0px;position:fixed }
.share-tips .share-arrows{text-align:right;padding-right:10px;}
.share-tips .share-arrows img{width:150px;height:200px;}
.share-tips .share-tips-text{color:#FFFFFF;text-align:right;font-size:18px;padding-right:40px;}


/**
.mui-input-group .mui-input-row input,.mui-input-group .mui-input-row textarea{border:1px solid #ddd;border-radius:4px;}
.mui-input-group .mui-input-row select {border:1px solid #ddd !important;border-radius:4px;padding-left:10px;}
**/
.loading{position:fixed;top:50%;width:100%;color:#FFF;text-align:center;z-index:999;font-size:14px;}
.loading img{vertical-align: middle; width:20px;height:20px;margin-right:6px;}

.radio-item label{width:100% !important;text-align:left !important;padding-left:70px !important;height:40px;}


/*** 圆头像文章**/
.room-article{margin-top:15px;padding-bottom:10px;border-bottom: 1px solid #ccc;font-size:14px;max-height:330px;overflow: hidden;}
.room-article .art-header{height:45px;}
.room-article .circle-logo{margin-top:0px;float:left;width:40px;height:40px;border-radius: 25px;overflow: hidden;}
.room-article .circle-logo img{width:100%;height: 100%;}
.room-article .room-name {width:150px;overflow: hidden;float:left;margin-left:8px;margin-top:19px;font-size:18px;height:40px}
.room-article .art-header .art-info{float:left;width:calc(100% - 60px);padding-left:5px;}
.room-article .art-header .title{font-size:16px;height:22px;margin-top:3px;}
.room-article .art-header .info{font-size:13px;color:#aaa;line-height: 16px;clear:both}
.room-article .art-header span{margin-right:5px;}
.room-article .duty{padding:0px 4px;background: #FFB005;color:#FFF;border-radius: 4px;transform: scale(0.83);margin-right:0px;font-size:12px;margin-left:4px;}
.room-article .flag{
	width:auto;height:20px;text-align:center;
	color:#4cc48e;
	position: absolute;right:0px;top:10px;
	font-size:13px;
	text-align:right;
	max-width:50%;
	text-overflow:ellipsis;	
}
.room-article .flag .mui-icon{font-size:18px;margin-left:6px;}
.room-article .flag-answer{display:inline-block;padding-left:5px;width:60px;}
.room-article .flag-room{right:0px;top:0px;}

.room-article .detail{width:100%;padding-left:40px;font-size:14px;clear:both;overflow:hidden;}
.room-article .detail img{max-width: 100%;height:auto}
.room-article .detail .quote {padding-left:5px;border-left:2px solid #ccc;}
.room-article .detail .quote-title{font-size:16px;}
.room-article .detail .quote-detail{color:#ccc;font-style: italic;margin-top:8px;}
.room-article .detail .quote-detail p{color:#ccc;}
.room-article .detail .detail-title{width:100%;font-size:16px;}
.room-article .detail .detail-content{margin-top:8px;padding-top:8px;}
.room-article .detail .detail-content.gray{text-align: center;}
.room-article .more{display:none;text-align:center;width:100%;height:40px;font-size:13px;color:#ccc;padding-top:12px;
position: absolute;left: 0px;bottom: 0px;background-color:#fff;
}
.room-article .more .mui-icon{font-size:13px;}
.room-article .detail .review{border-top:1px solid #f1f1f1;padding-top:10px;margin-top:10px;}
.room-article .min-logo{width: 16px;
	height: 16px;
	border-radius: 8px;
	vertical-align:middle;
	margin-top: -4px;
	margin-right:2px;
}
.room-article .review-list .detail-content{border-top:1px solid #f1f1f1;}
.room-article .review-list .detail-content:first-child{border-top:0px solid #fff;}
/* .module-ask .room-article .review-list .detail-content:first-child .review-user{display: none;}
.module-ask .room-article .review-list .detail-content:first-child .flag{display: none;} */
/** 上传图片 **/
.upload-img-list{width:100%;overflow: hidden;}
.upload-img-list .upload-file-item{float:left;display:block;margin:6px;width:80px;height:100px;overflow:hidden;border:1px solid #ccc;position: relative;}
.upload-img-list .upload-file-item img{width:100%;height:100%;}
.upload-del-btn{position:absolute;left:52px;top:5px;background:#fff;color:#f00;font-size:12px;padding:0px;line-height:13px;}

/** 遮罩样式 **/
.ShopCMS-mask{text-align:center;position: absolute;left:0px;top:0px;width:100%;height:100%;z-index: 999999;background-color: #000;background:rgba(0,0,0,0.6);background: transparent\9;zoom:1\8; /* required for the filters */-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* IE8 */filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* IE5.5-7 */}
.ShopCMS-mask .error-icon{width:45px;height:45px;position:relative;margin:auto;background-image:url(../images/error.png);background-repeat:no-repeat;background-size:100% 100%;}
.ShopCMS-mask .loading-icon{width:31px;height:31px;position:relative;margin:auto;background-image:url(../images/loading.gif);background-repeat:no-repeat;background-size:100% 100%;}
.ShopCMS-mask .ok-icon{width:45px;height:45px;position:relative;margin:auto;background-image:url(../images/ok.png);background-repeat:no-repeat;background-size:100% 100%;}
.ShopCMS-mask .info-text{width:100%;height:auto;margin-top:5px;text-align:center;color:#ffffff;}
.ShopCMS-mask .loading-area{width:100%;height:auto;position: fixed;left:0px;top:100px;}


/**  富文本编辑器 **/
.publish-article-content {
	background: #fff;
	border: 1px solid #ccc;

}
.publish-article-content .article-content {
	height: 200px;
	border-bottom: 1px solid #ccc;
	padding-bottom:15px;
}
.publish-article-content .footer-btn {
	text-align: left;
	padding: 6px;
}
.publish-article-content .footer-btn .upload-img {
	display: inline-block;
	vertical-align: bottom;
	width: 25px;
	height: 20px;
	margin-right: 10px;
	background: url(../images/img.png) 0 no-repeat;
	background-size: 100%;
}
.publish-article-content #arceditor_imageUpload{position:absolute;left:0;opacity:0;width:100%;}
.publish-article-content .placeholader{color:#ccc}

#upload_bar{width:100%;text-align:center;}
#upload_bar .bar-text{font-size:13px;text-align: center;}
#upload_bar .bar-view{width:100%;background:#aaa;height:6px;}
#upload_bar .bar-success{width:0%;height:100%;background: #4cb549;float:left;}
#upload_media{position: relative;width:100%;height:48px;}
#upload_media .upload-text,#upload_media .reupload-text{width:100%;height:100%;position: absolute;left:0px;top:0px;z-index:1;text-align:center;}
#upload_media .reupload-text{display:none;z-index:2;}
#upload_media input{width:100%;height:100%;position: absolute;left:0px;top:0px;z-index:3;
	background-color:transparent;
	border:0px solid #fff;
	opacity: 0;
}
#upload_bar_row1{display:none;}


.skip-btn {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: center;
	border-radius: 100%;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
}
.skip-btn-green{
	background-color: rgba(49, 163, 112, 0.2);
	color: #31a370;
}

.main-title{text-align: center;font-size: 24px; font-weight: bold;}
.main-sub-title{text-align: center;font-size:16px;color:#999;margin-top:8px}

.tags{margin:25px 15px;text-align: center;}
.tags .tag-btn{height:40px;border-radius: 8px;font-size:14px;width:90%;max-width:150px;overflow: hidden;padding:0px;}
.btn-bg-normal{background:#f6fdff;}
.btn-bg-pink{background-color:#fbeded;color:#e56565}
.btn-bg-blue{background-color:#e8f4fa;color:#4e94ca}
.btn-bg-green{background-color:#edfaf4;color:#31a370}
.tags .is-active{border:1px solid #31a370; background-color: #31a370;color:#FFF}
.tags .tag-btn:active{border:1px solid #31a370; background-color: #31a370;}


.big-form{width:90%;margin: 0px auto;}
.big-form .b-label{width:100%; height:30px;font-size:24px;}
.big-form .b-input{width:100%;height:50px;}
.big-form .b-input input{width:100%; height:100%;font-size:20px;border-radius: 8px;border:1px solid #ccc;padding:0px 8px;}
.big-form .mui-row{margin-top:30px;height:auto;}
.big-form .b-btn-input input{padding-right:60px;}
.big-form .b-btn-input .right-btn{padding-top:5px; width:60px;height:30px;border-left:1px solid #ccc; position: absolute; right:0px;top:12px;color:#4cb549; text-align: center;font-size:18px;}
.big-form .b-labels{overflow:hidden;margin-top:8px;}
.big-form .b-labels span{display:inline-block;position:relative;font-size: 14px; height:30px;line-height:25px; margin-right:10px;padding:0px 10px;border:1px solid #ccc;border-radius:10px;margin-bottom:10px;cursor: pointer;}
.big-form .b-labels.select span{padding-right:18px}
.big-form .b-labels span i{color:#eb8787;font-size:14px;position:absolute;top:-5px;right:3px;}
.big-form .b-labels .is-active{border:1px solid #31a370; background-color: #31a370;color:#FFF}
.big-form .select span{background:#edfaf4;color:#4eca92}
.bottom-big-btn{width:100%;height:60px;bottom:0px; text-align: center;margin-top:60px;}
.bottom-big-btn .big-btn{width:75%;height:50px; font-size:18px;border-radius:25px;}



/** 自定义图文列表 比默认列表小  文本单行**/
.list-media{background: #FFF; font-size:14px;}
.list-media .column-tips{padding:4px 15px;font-size:16px;}
.list-media .mui-table-view-cell{height:52px; overflow: hidden;}
.list-media .mui-table-view-cell .mui-media-object{width:36px;height:36px;max-width:36px;border-radius:18px;margin-right:6px;}
.list-media .mui-table-view-cell .mui-media-body{line-height:36px;}

.pull-refresh-nodata{color:#ccc;padding-left:15px;font-size:14px;margin-top:40px;}

/** 公共样式  **/
.bg-trans{background:none;}
.mui-input-row{margin-top:8px;}
.mui-input-row .radio-item{width:auto;margin-right:15px;text-align:left;}
.mui-input-row .radio-item:last-child{margin-right:0px;}
.mui-input-row .radio-content{display:block;float:right;width:75%;margin-top:5px;}
.mui-input-row .radio-content .radio-item{margin-left:5px;line-height:20px;padding:5px 0px;}
.mui-bar-tab .mui-input-group .mui-input-row{height:auto;background:none;}
.content-top{padding-bottom:5px !important;}
.content-middle{margin-top:10px;padding-top:8px !important;padding-bottom:5px !important;}
.content-bottom{margin-top:10px;padding-top:8px !important;}
.text-content{padding:10px;height:auto;}
.list{padding:0px 10px;}
.list .mui-row{border-bottom:1px #ccc solid !important; margin-top:4px;min-height:30px;padding-top:5px;}
.list-icon{width:24px;height:24px;margin-right:18px;vertical-align: middle;}
.list-template{display:none;}
.mui-input-row .input-unit{display:block;float:right;width:25%;margin-top:10px;color:#ccc;}
.mui-input-row .input-unit~input{width:50%;}
.mui-input-group .input-logo img{margin-left:15px;float:left;width:auto;max-width:50px; height:30px;margin-top:6px;}
.mui-input-group .input-logo .circle{border-radius: 15px;}
.mui-input-group .input-logo span{float:left;margin-left:8px;margin-top:10px;}
#list_data .mui-col-xs-5, #list_data .mui-col-xs-7{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
/** #list_data .mui-col-xs-7{padding-left:5px;}  discovery_case_html 注释**/
.inner-btn{font-size:14px;padding:2px 4px;}
.top-banner{margin:0px;}
.top-banner img{width:100%;height:auto;}
.top-logo img{width:100%;height:auto;vertical-align:middle}
.text-detail{margin:10px;padding-bottom:50px;word-break: break-all;}
.text-detail img{max-width:100%;}
.content-margin{margin-left:10px;margin-right:10px;}

.img-text-list .circle-logo{max-width:none;max-height:none; width:42px;height:42px;border-radius: 21px;}
.img-text-list .mui-media-body .p-item{margin-right:10px;}

/**图片列表多选框 **/
.img-list-checkbox .mui-input-row label{width:80%;text-align:left;color:#333;}
.img-list-checkbox .mui-checkbox{margin-top: 0px;}






.border-bottom{border-bottom:1px solid #ccc;}
.border-none{border:0px solid #fff !important;}
.border-top{border-top:1px solid #ccc}
.bk-none{background:none !important;}
.bk-white{background-color: #fff;}
.none{display:none}/** 不能 important 因为设为jquey show无效 **/
.cell-text {line-height: 30px; padding-left: 10px;font-size: 16px;color: #5a5a5a;}
.column-tips{padding:8px 10px;color:#bbb;}
.column-tips .sub{display: inline-block;font-size: 13px;margin-left:5px;}
.list-no-data{padding-left:15px;margin-top:15px;color:#ccc;font-size:14px;}
.mb0{margin-bottom:0px !important;}
.mlr0{margin-left:0px !important;margin-right:0px !important;}
.ml0{margin-left:0px !important;}
.ml8{margin-left:8px !important;}
.ml-small{margin-left:8px !important;}
.ml-middle{margin-left:15px !important;}
.ml15{margin-left:15px !important;}
.ml40{margin-left:40px !important;}
.mt{margin-top:15px !important;}
.mt-small{margin-top:8px !important;}
.mt-big{margin-top:30px !important;}
.mb-small{margin-bottom:8px !important;}
.mb-middle{margin-bottom: 15px;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt-small,  .mt10{margin-top:10px !important;}
.mt-middle, .mt20{margin-top:20px !important;}
.mt-big,    .mt30{margin-top:30px !important;}


.mr15{margin-right:15px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.pb-small{padding-bottom:8px !important;}
.pb-big{padding-bottom:30px !important;}
.pb-super{padding-bottom:100px !important;}
.pr-small{padding-right:8px !important;}
.pl-small{padding-left:8px !important;}
.plr-small{padding-left:8px !important;padding-right:8px !important;}
.p15{padding:15px;}
.pt0{padding-top:0px !important;}
.pt10{padding-top:10px !important;}
.plr15{padding-left:15px !important; padding-right:15px !important;}
.plr20{padding-left:20px !important; padding-right:20px !important;}
.pt20{padding-top:20px !important;}
.ptb10{padding-top:10px !important;padding-bottom:10px !important;}
.img21{border-radius:21px;}
.hauto{height:auto !important;}
.iblock{display:inline-block !important}
.img-content{padding:0px 10px;}
.img-content{width:100%;height:auto;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f18{font-size:18px;}

.no{color:#FF0000}
.disable{color:#CCCCCC !important;}
.red{color:#F40002 !important;}
.blue{color:#2AB1FF !important;}
.green{color:#4FCC94 !important;}
.black{color:#000 !important;}
.yellow{color:#FFB005 !important;}
.orange{color:rgb(255, 87, 34); !important;}
.gray{color:#9c9c9c !important;}
.bold{font-weight:bold}
.elp{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.text-center{text-align:center !important}
.text-left{text-align:left !important}
.text-right{text-align:right !important}
.underline{text-decoration: underline;}

.w-e-text {
	max-height: 300px; /* 设置最大高度 */
	overflow-y: auto;   /* 超出部分可以滚动 */
}


/* 判断PC端 */
@media screen and (min-width: 992px) {
    header, nav, .mui-dtpicker,.mui-poppicker, .mui-content, .user-top-bk, #main_nav, .ShopCMS-mask,.ShopCMS-mask .loading-area{max-width:750px !important;}
	.mui-toast-container{width:400px;left:375px;}
	.lowView,.div-search{width:750px;}
	.skip-btn {
		right: 0px;left: 650px;

	}
	.share-tips{width:750px; left:0px;}
	[onclick]{cursor: pointer;}
}













