@charset "utf-8";
/* 首页 */
body,html{
	background: #f4f5f9;
    -webkit-tap-highlight-color: transparent;
}
body{
    max-width: 640px;
    margin: 0 auto;
}
img{
    max-width: 100%;
}
.ui-auto{
    overflow: hidden;
}
.ellipse{
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.sizing{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.triangle-up{
    width: 0;
    height: 0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:6px solid #333;
}
.triangle-down{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333;
}
.ui-footer-content{
    padding-top: 60px;
}
.ui-bar{
  position: fixed;
  z-index: 2000;
  right: 0;
  left: 0;
  top: 0;
  height: 45px;
  background:#1e89dc;
  color:#fff;
}
.ui-bar~.ui-wrap{
    padding-top: 45px;
}
.ui-bar-relative{
    position: relative;
    background: none;
}
.ui-bar-search{
	height: 50px;
}
.ui-bar-nobg{
    background: none;
}
.ui-bar .ui-title {
  overflow: hidden;
  width: 100%;
  font-size: 18px;
  line-height: 45px;
  position: relative;
  text-align: center;
}
.ui-bar .ui-title img{
    width: 60px;
    vertical-align: middle;
}
.ui-bar .ui-nav-search {
  padding-left: 45px;
  padding-right: 45px;
}
.ui-bar .ui-icon {
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  color: #fff;
  z-index: 111;
}
.ui-bar .ui-icon a{
	display: block;
  font-size:14px;
  color: #fff;
}
.ui-bar .ui-back{
	width: 22px;
	height: 22px;
	margin-top: 12px;
	margin-left: 14px;
    background: url("../images/back.png") center no-repeat;
    background-size: 14px 22px;
}
.ui-bar .ui-menu{
	width: 5px;
	height: 24px;
	margin-top: 15px;
	margin-left: 20px;
    background: url("../images/menu.png") center no-repeat;
    background-size: 5px 24px;
}
.ui-bar .ui-icon .ui-topbtn{
    font-size:16px;
    color: #fff;
    background: none;
    outline: none;
    border: 0;
}
.ui-icon-left{
  left: 0px;
  top: 0;
}
.ui-icon-right{
  right:0px;
  top: 0;
}
.ui-wrap-content{
	padding-top: 50px;
}
.list-view{
	margin-top: 10px;
	background: #fff;
	position: relative
}
.list-view:before{
	content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    background: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
 }
 .list-view:after{
	content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
 }
.list-view li{
	position: relative;
}
.list-view li:after{
	display: block;
	content: '　';
	height: 1px;
	background: #d9d9d9;
	position: absolute;
	right: 10px;
	left: 10px;
	bottom: 0;
	transform:scaleY(.5)
}
.list-view li:last-child:after{
	height: 0;
}
.view-container{
	display: block;
	overflow: hidden;
	position: relative;
	padding:10px 13px 10px 13px;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: inherit;
}
.view-container:active {
    background-color: #ececec
}
/*.view-container:after{
	display: block;
	content: '　';
	width: 6px;
	height: 10px;
	position: absolute;
	background: url(../images/arr.png) center no-repeat;
	background-size: 6px 10px;
	right: 13px;
	top: 50%;
	margin-top: -5px;
}*/
.tag-status{
    color: #fff;
    background: #1e89dc;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}
.list-text{
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.list-right{
	float: right;
    position: relative;
}
.list-text span{
	display: inline-block;
	padding-left:30px;
    position: relative;
}
.view-member .icon-1{
	background: url(../images/icon/my1.png) left center no-repeat;
	background-size: 20px 20px;
}
.view-member .icon-2{
	background: url(../images/icon/my2.png) left center no-repeat;
	background-size: 20px 20px;
}
.view-member .icon-3{
	background: url(../images/icon/my3.png) left center no-repeat;
	background-size: 20px 20px;
}
.view-member .icon-4{
	background: url(../images/icon/my4.png) left center no-repeat;
	background-size: 20px 20px;
}
.view-member .icon-5{
	background: url(../images/icon/my5.png) left center no-repeat;
	background-size: 20px 20px;
}
.v-member-top{
    padding: 0px 0 30px 0;
    background: url(../images/mybg.png) center top no-repeat;
    background-size:100% 100%;
}
.z-member-top{
    padding: 0px 0 10px 0;
    background: url(../images/mybg.png) center top no-repeat;
    background-size:cover;
}
.avtor-user{
    width: 80px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.avtor-user img{
    width: 80px;
    height: 80px;
    border-radius: 80px;
}
.avtor-user .avtor-name{
    font-size: 18px;
    padding-top: 15px;
    color: #d1d5da;
}
.ui-bar{
    height: 45px;
}




.show-pic{
	width: 20px;
	height: 30px;
	position: relative;
}
.show-pic img{
	border-radius: 30px;
}
.list-text .num{
    position: absolute;
    right:-10px;
    top: 50%;
	display:inline-block;
    vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background:#fb4a46;
    margin-top: -4px;
    padding: 0;
}
.right-text{
	line-height: 30px;
	color: #666;
}
.user-head{
	float: left;
	margin-right: 15px;
}
.user-head img{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	float: left;
	margin-right: 10px;
}
.user-info{
	float: left;
	padding-top: 5px;
}
.user-info .name{
	font-size: 16px;
	line-height: 20px;
}
.user-info .zz-num{
	font-size: 14px;
	line-height: 20px;
	color: #808080;
    padding-left: 20px;
    background: url(../images/jifen.png) no-repeat left center;
    background-size: 16px 16px;
}
.user-code{
	width:22px;
	height: 22px;
	margin-top: 14px;
}
.ident-icon{
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-top: 5px;
}
.ident-icon img{
	width: 20px;
	height: 20px;
	margin-left: 10px;
	opacity: .5;
}
.ident-icon .active{
	opacity: 1;
}
.user-footer{
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.user-footer:before{
    display: block;
    content: '　';
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    right:0px;
    left:0px;
    top: 0;
    transform: scaleY(.5);
}
.user-footer li{
    width: 50%;
    float: left;
    text-align: center;
    height: 20px;
    line-height: 20px;
    position: relative;
}
.user-footer li a{
    display: inline-block;
    line-height: 22px;
    padding-left: 25px;
    color: #666;
    font-size: 14px;
}
.user-footer li a.add-user{
    background: url(../images/add.png) no-repeat;
    background-size: 20px 20px;
}
.user-footer li a.del-user{
    background: url(../images/del.png) no-repeat;
    background-size: 20px 20px;
}
.user-footer li:first-child{
    border-right: 1px solid #ddd;
    margin-left: -1px;
}















.list-view .user-footer li:after{
    display: none;
}
/*带图标、说明礼拜二*/
.zui-cells {
    margin-top:15px;
    background-color: #FFFFFF;
    line-height: 1.47058824;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}
.zui-cell {
	height: 30px;
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
}
.uploader__form .zui-cell{
    height: auto;
}
.zui-cell__ft {
    text-align: right;
    color: #999999;
    font-size: 14px;
    background-size: 6px 10px;
}
.zui-cell__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.zui-cell:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e9e9e9;
    color: #e9e9e9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 15px;
    right: 15px;
    z-index: 2;
}
.zui-cell:first-child:before{
	height: 0;
    border-top: 0
}
.zui-cells:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e9e9e9;
    color: #e9e9e9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.zui-input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 1.47058824em;
    line-height: 1.47058824;
    color: #333;
}
.zui-label {
    display: block;
    width: 80px;
    word-wrap: break-word;
    word-break: break-all;
}
.zui-vcode-btn{
	height: 30px;
	background: #48c14c;
	color: #fff;
	border-radius:4px;
	outline: none;
	border: 0;
}
.zui-vcode-active{
    background:#9ED99D;
}
.zui-cells_form input, .zui-cells_form textarea, .zui-cells_form label[for] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.zui-agree {
    display: block;
    padding: .5em 15px;
    font-size: 13px;
}
.zui-agree__checkbox {
	margin: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    font-size: 0;
    border: 1px solid #D1D1D1;
    background-color: #FFFFFF;
    border-radius: 3px;
    width: 13px;
    height: 13px;
    position: relative;
    vertical-align: 0;
    top: 2px;
}
.zui-agree__text {
    color: #999999;
}
.zui-agree a {
    color: #586C94;
}
.zui-agree__checkbox:checked:before {
	width: 13px;
	height: 13px;
    font-family: "zui";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
    content: "　";
    color: #09BB07;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    background:url(../images/duigou.png) 0 center no-repeat;
    background-size: 10px 10px;
    -webkit-transform: translate(-50%, -48%) scale(0.73);
    transform: translate(-50%, -48%) scale(0.73);
}

.zui-btn-area {
    margin: 1.17647059em 15px 0.3em;
}
.zui-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2.55555556;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}
.zui-btn_primary {
    background-color: #1AAD19;
}
.zui-btn_blue {
    background-color: #00aaee;
}
.zui-btn_gray {
    background-color: #c9c9c9;
}
.zui-btn_primary:not(.zui-btn_disabled):visited {
    color: #FFFFFF;
}
.zui-btn_disabled.zui-btn_primary {
    background-color: #9ED99D;
}
.zui-btn_warn {
    background-color: #ff4747;
}
.zui-cell-footer {
    margin: 1em 15px 0.3em;
}
.zui-cell-footer .rg-links{
	display: inline-block;
	float: left;
	color: #666;
}
.zui-cell-footer .for-links{
	display: inline-block;
	float: right;
	color: #507daf;
}
.lookpass{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/eye.png) center no-repeat;
	background-size: 23px 12px;
}
.lookpass-active{
	background: url(../images/eye_active.png) center no-repeat;
	background-size: 23px 12px;
}

.zui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.zui-flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.page.flex{
    margin: 5px;
    padding: 0 10px;
    background-color: #ebebeb;
    height: 2.3em;
    line-height: 2.3em;
    text-align: center;
    color: #cfcfcf;
}
.zui-share{
	margin-top: 180px;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	padding-bottom: 10px;
}
@media screen and (min-width: 321px) {
    .zui-share{
        margin-top: 260px;
    }
}
@media screen and (min-width: 376px) {
    .zui-share{
        margin-top: 320px;
    }
}

.share-hd{
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.share-hd:before{
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	content: '　';
}
.share-hd span{
	display: inline-block;
	background: #f2f2f2;
	position: relative;
	z-index: 11;
	padding:0 15px;
}
.share-item{
	display: inline-block;
}
.share-item img{
	display: inline-block;
	width: 50px;
	height: 50px;
}
.share-item .share-text{
	padding: 10px 0;
	color: #333333;
}
.zui-tabs{
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: -1px;
}
.zui-tabs ul{
	background: #FFFFFF;
	overflow: hidden;
}
.zui-tabs li{
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: left;
}
.zui-tabs li.active{
	color: #48c14c;
	border-bottom: 2px solid #48c14c;
}
.zui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.zui-dialog {
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.zui-dialog__hd {
    padding: 1.3em 1.6em 0.5em;
    text-align: left;
}
.zui-dialog__bd {
    padding: 0 1.6em 0.3em;
    min-height: 30px;
    font-size: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
}
.zui-skin_android .zui-dialog__bd {
    color: #333;
    padding: 1em 1.6em 1.0em;
    font-size: 16px;
    text-align: left;
}
.zui-dialog__ft {
    position: relative;
    line-height: 48px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.zui-skin_android .zui-dialog__ft {
    display: block;
    text-align: right;
    line-height: 42px;
    font-size: 16px;
    padding: 0 1.6em 0.7em;
}
.zui-dialog__btn_primary {
    color: #0BB20C;
}

.zui-skin_android .zui-dialog__title {
    font-size: 21px;
}
.zui-dialog__title {
    font-weight: 400;
    font-size: 18px;
    
}
.zui-cell-text{
	padding:30px 20px;
	text-align: center;
	color: #999999;
	font-size: 15px;
}
.btn-cell{
	padding: 0 10px;
}

.zui-msg {
    padding-top: 36px;
    text-align: center;
}
.zui-msg__icon-area {
    margin-bottom: 30px;
}
.zui-icon_msg {
    font-size: 93px;
}
.zui-msg__text-area {
    margin-bottom: 25px;
    padding: 0 20px;
}
.zui-msg__title {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
}
.zui-msg__desc {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}
.zui-msg__icon-area img{
    width: 90px;
    height: 90px;
}

.step-cell{
    padding-top: 20px;
    position: relative;
}
.zui-step li{
    width: 33.33%;
    float: left;
    text-align: center;
}
.zui-step ul{
    overflow: hidden;
    position:relative;
    z-index: 11;
}
.zui-step li .step-icon{
    width: 50px;
    height: 50px;
    background: #d3d3d3;
    border-radius: 60px;
    margin: 0 auto;
    border: 4px solid #f2f2f2;
    margin-bottom: 10px;
}
.zui-step li .step-icon img{
    width: 25px;
    margin-top: 12px;
}
.zui-step li .step-text{
    color: #999
}
.zui-step li.active .step-text{
    color: #666
}
.zui-step li.active .step-icon{
    background: #48c14c;
    border: 4px solid #bfe3c0;
}
.zui-step{
    position:relative;
}
.zui-step .step-line{
    height: 2px;
    position: absolute;
    width: 78%;
    top: 28px;
    left: 10%;
    background: #d3d3d3;
}
.zui-step .step-box{
    background: #48c14c;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.zui-uploader__hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height:30px;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
}
.zui-uploader__hd:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #D9D9D9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.zui-uploader__bd {
    margin-bottom: -4px;
    margin-right: -9px;
    overflow: hidden;
}
.zui-uploader__files {
    list-style: none;
}
.zui-uploader__file {
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 79px;
    height: 79px;
    background: no-repeat center center;
    background-size: cover;
}
.zui-uploader__input-box {
    float: left;
    position: relative;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 77px;
    height: 77px;
    border: 1px solid #D9D9D9;
}
.zui-uploader__input-box:active {
    border-color: #999999;
}
.zui-uploader__input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.zui-uploader__input-box:before, .zui-uploader__input-box:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #D9D9D9;
}
.zui-uploader__input-box:before {
    width: 2px;
    height: 39.5px;
}
.zui-uploader__input-box:after {
    width: 39.5px;
    height: 2px;
}
.zui-article{
    background: #fff;
    padding: 0 15px 15px 15px;
}
.zui-article h1 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: .9em;
}
.zui-article h3 {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: .34em;
}
.zui-article * {
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
}
.zui-article p {
    margin: 0 0 .8em;
    line-height: 25px;
    font-size: 15px;
}
.art-header{
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
.art-header:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.zui-btn-footer{
    text-align: right;
    line-height: 22px;
    padding: 10px 0;
}
.zui-btn-footer a{
    color: #666;
}

.zui-footer {
    color: #999999;
    font-size: 14px;
    text-align: center;
}
.zui-footer__link {
    display: inline-block;
    vertical-align: top;
    margin: 0 .12em;
    position: relative;
    font-size: 14px;
    text-decoration: underline;
}
.zui-footer a {
    color: #586C94;
}
.zui-footer_fixed-bottom {
    position: fixed;
    bottom: .52em;
    left: 0;
    right: 0;
    padding: 10px 0;
}

.zui-lg-label{
    width: 110px;
}
.zui-yzcont{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #999;
}
.zui-yzcont span{
    font-size: 20px;
    color: #48c14c;
}
.zui-cell_access .zui-cell__ft:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 12px;
}

input::-ms-input-placeholder{color: #999}
input::-webkit-input-placeholder{color: #999}
@keyframes slideUp {
    from {
        transform: translate3d(0, 100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.zui-animate-slide-up {
    animation: slideUp ease .3s forwards;
}

@keyframes slideDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 100%, 0);
    }
}

.zui-animate-slide-down {
    animation: slideDown ease .3s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.zui-animate-fade-in {
    animation: fadeIn ease .3s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.zui-animate-fade-out {
    animation: fadeOut ease .3s forwards;
}


.zui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.zui-picker {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 5000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background: #fff;
}

.zui-picker__hd {
    padding:15px;
    background-color: #fff;
    position: relative;
    text-align: center;
    font-size: 17px;
    overflow: hidden;
}
.zui-picker__action{
    float: left;
}
#zui-picker-confirm{
    float: right;
}
.zui-picker__hd:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.zui-picker__action {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #1AAD19;
}
.zui-picker__action:first-child {
    text-align: left;
    color: #888;
}
.zui-picker__bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    background-color: #fff;
    height: 238px;
    overflow: hidden;
}
.zui-picker__group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    height: 100%;
}
.zui-picker__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
    background-position: top, bottom;
    background-size: 100% 102px;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.zui-picker__indicator {
    width: 100%;
    height: 34px;
    position: absolute;
    left: 0;
    top: 102px;
    z-index: 3;
}
.zui-picker__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.zui-picker__item {
    padding: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

 
.zui-animate-fade-out {
    -webkit-animation: fadeOut ease .3s forwards;
    animation: fadeOut ease .3s forwards;
}

.zui-panel {
    background-color: #FFFFFF;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
a.zui-media-box {
    color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.zui-media-box {
    padding: 15px;
    position: relative;
}
.zui-media-box_appmsg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.zui-media-box_appmsg .zui-media-box__hd {
    margin-right: .8em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.zui-media-box_appmsg .zui-media-box__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    position: relative;
}
.zui-media-box__title {
    font-weight: 400;
    font-size: 17px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 30px;
}
.zui-media-box__desc {
    color: #999999;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zui-media-box:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 0;
}
a.zui-media-box {
    color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.zui-panel_access{
    margin-top: 15px;
}
.zui-meta{
    position: absolute;
    right: 15px;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    color: #ff0000;
    font-size: 20px;
}
.zui-span{
    vertical-align: middle;
}

.myHead{
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.myCode{
    width: 30px;
    height: 30px;
}
.cell-xiu{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.zui-dialog__bd .zui-cell{
    height: 50px;
}
.zui-cell__desc{
    color: #999;
    font-size: 13px;
    padding-top: 5px;
}
.zui-sex{
    width: 15px;
    vertical-align: middle;
}
.zui-erweima{
    padding: 10px 0;
    text-align: center;
}
.zui-erweima .zui-ertext{
    color: #999;
    font-size: 14px;
}
.zui-cell-container{
    display: block;
    color: #333;
    width: 100%;
}
.zui-cell-icon{
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.zui-cell-icon~.zui-span{
    line-height: 20px;
    display: inline-block;
}
.zui-btn-set .zui-btn{
    margin-bottom: 10px;
}

.zui-grids a:active{
    background: #f7f7f7;
}
.zui-grids{
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: 15px;
}
.zui-grid{
    position: relative;
    float: left;
    padding: 16px 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.zui-grids-5 .zui-grid{
    width: 33.33333333%;
    text-align: center;
}
.zui-grids-5 .zui-grid img{
    max-width: 50%;
}
.zui-grids-4 .zui-grid{
    width: 20%;
    text-align: center;
}
.zui-grids-4 .zui-grid img{
    max-width: 70%;
}
.zui-grids-4 .zui-grid .zui-grid__label{
    font-size: 0.9em;
}
.zui-grids-3 .zui-grid{
    width:  33.33333333%;
    text-align: center;
}
.zui-grids-3 .zui-grid img{
    max-width: 50%;
}
.zui-grids-art .zui-grid{
    padding: 25px 10px;
}
.zui-grid:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-right: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.zui-grid:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.zui-grids:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.zui-grid__icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.zui-grid__icon {
    width: 28px;
    height: 28px;
    margin: 0 auto;
}
.zui-grid__icon + .zui-grid__label {
    margin-top: 5px;
}
.zui-grid__label {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 8px;
}

.zui-grid-tags {
    display: block;
    position: absolute;
    right: -18px;
    top: 6px;
    background: #48c14c;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 20px;
    transform: rotate(45deg);
}
.zui-grid-rzing .zui-grid__icon,
.zui-grid-rzing .zui-grid__label,
.zui-grid-rzing .zui-grid-tags{
    opacity: .5;
}
.ui-member{
    background: url(../images/mmbg.png) center top no-repeat;
    background-size: cover;
    padding: 20px 0;
    text-align: center;
}
.ui-mm-avtor img{
    width: 78px;
    height: 78px;
    border: 2px solid #dfe5e7;
    border-radius: 50px;
}
.ui-mm-avtor .ui-mm-name{
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}


.zui-photo{
    overflow: hidden;
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 14px;
    text-align: center;
}
.photo-select{
    margin: 0 -2px;
}
.photo-select li{
    width: 33.33%;
    padding:2px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.take-photo{
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: 60px;
}
.take-photo .take-text{
    margin-top: 10px;
}
.photo-select li .take-check{
    position: absolute;
    right: 6px;
    top: 8px;
}

.photo-box{
    position: relative;
}
.photo-select li.active .photo-box:after{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    content: '　'
}
.take-check {
    width:20px;
    height: 20px;
    outline: none;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none!important;
    outline: 0!important;
    z-index: 11;
}
.take-check[type=checkbox]:before {
    display: block;
    width: 20px;
    height: 20px;
    font-family: Muiicons;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    border-radius: 0;
    background: 0 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    content: '　';
    background: url("../images/check.png") no-repeat;
    background-size: 20px 20px;
}
.take-check[type=checkbox]:checked:before {
    background: url("../images/checked.png") no-repeat;
    background-size: 20px 20px;
}
.zui-media-box__num{
    color: #ff0000;
}
.zui-get{
    background: #48c14c;
    height: 35px;
    line-height: 37px;
    font-size: 14px;
}
.zui-geted{
    background: none;
    color: #cccccc;
}
.zui-jftop{
    padding: 20px 0 40px 0;
    background: url(../images/jifenbg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 11;
}.zui-jfrow{
    overflow: hidden;
}
.zui-jfrow li{
    width: 33.33%;
    float: left;
    text-align: center;
}
.zui-item{
    padding-top: 10px;
    display: inline-block;
}
.zui-item img{
    width: 60px;
    border-radius: 50px;
    height: 60px;
}
.zui-item .zui-text{
    padding-top: 10px;
    color: #fff;
    font-size: 15px;
}
.zui-cirlce{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #fff;
    border: 3px solid #efcb88;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: #ff9600;
}
.zui-jfrow li .zui-text{
    padding-top: 10px;
    color: #fff;
    font-size: 15px;
}
.zui-jftop .zui-tody{
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ffa800;
    color: #fff;
    border: 4px solid #fff;
    position: absolute;
    padding: 0 14px;
    bottom: -17px;
    left: 50%;
    margin-left: -57px;
    border-radius: 30px;
}
.zui-jftop .zui-tody span{
    font-size: 16px;
}
.zui-panel_pad{
    margin-top: 0;
    padding-top: 20px;
}

.zui-panel_pad .zui-media-box:first-child:before{
    border-top: 0;
}

.zui-actionsheet_toggle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.zui-animate-slide-up {
    -webkit-animation: slideUp ease .3s forwards;
    animation: slideUp ease .3s forwards;
}


/*底部   */
.zui_tabbar_item {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 7px 0 0;
    -webkit-tap-highlight-color: transparent;
}
.zui_tabbar_icon {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    position: relative;
}
.zui-message{
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    color: #fff;
    background: #f74c31;
    position: absolute;
    right: -16px;
    top: -4px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}
.zui_tabbar_icon span{
    display: inline-block;
    width: 20px;
    height: 20px;
}
.zui_tabbar_icon span.icon1{
    background: url(../images/icon/ficon1.png) no-repeat;
    background-size: contain;
}
.zui_tabbar_icon span.icon2{
    background: url(../images/icon/ficon2.png) no-repeat;
    background-size: contain;
}
.zui_tabbar_icon span.icon3{
    background: url(../images/icon/ficon3.png) no-repeat;
    background-size: contain;
}
.zui_tabbar_icon span.icon4{
    background: url(../images/icon/ficon4.png) no-repeat;
    background-size: contain;
}
.zui_tabbar_icon span.icon5{
    background: url(../images/icon/ficon5.png) no-repeat;
    background-size: contain;
}
.zui_tabbar_icon span.icon6{
    background: url(../images/icon/icon-litst.png) no-repeat;
    background-size: contain;
}
.zui_bar_item_on .zui_tabbar_icon span.icon1{
    background: url(../images/icon/ficon1_h.png) no-repeat;
    background-size: contain;
}
.zui_bar_item_on .zui_tabbar_icon span.icon2{
    background: url(../images/icon/ficon2_h.png) no-repeat;
    background-size: contain;
}
.zui_bar_item_on .zui_tabbar_icon span.icon3{
    background: url(../images/icon/ficon3_h.png) no-repeat;
    background-size: contain;
}
.zui_bar_item_on .zui_tabbar_icon span.icon4{
    background: url(../images/icon/ficon4_h.png) no-repeat;
    background-size: contain;
}
.zui_bar_item_on .zui_tabbar_icon span.icon5{
    background: url(../images/icon/ficon5_h.png) no-repeat;
    background-size: contain;
}
.zui_tabbar_icon+.zui_tabbar_label {
    margin-top:3px;
}
.zui_tabbar_label {
    text-align: center;
    color: #888;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.zui_bar_item_on .zui_tabbar_label{
    color: #ff7700;
}

.zui_tabbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    z-index: 500;
    bottom: 0;
    width: 100%;
    height: 60px;
    max-width: 640px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}




.zui-navigator.zui-navigator-wrapper {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    background: #fff;
    -moz-box-shadow:0px 2px 3px #ddd; -webkit-box-shadow:0px 2px 3px #ddd; box-shadow:0px 2px 3px #ddd;
}

.zui-navigator .zui-navigator-list {
    display: table;
    table-layout: fixed;
    white-space: nowrap;
    width: auto;
}
.zui-navigator-list {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    margin: 0 auto;
}
.zui-navigator .zui-navigator-list li {
    display: inline-block;
}
.zui-navigator-list li {
    list-style: none;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    -webkit-box-flex: 1;
    display: -webkit-box;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.zui-navigator-list li a {
    text-decoration: none;
    color: #666;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
}
.zui-navigator-list li.zui-state-active{
    border-bottom: 1px solid #00aaee;
}
.zui-navigator-list li.zui-state-active a{
    color: #00aaee;
}

.zui-map{
    position: relative;
    height: 100%;
}
.zui-map img{
    width: 100%;    
    height: 100%;
}
.zui-date{
    position: absolute;
    padding: 10px;
    color: #ff0000;
    font-size: 15px;
    left: 0;
    top: 0
}
.zui-mp-tags{
    height: 40px;
    -moz-box-shadow:0px 0px 10px #ddd; -webkit-box-shadow:0px 0px 10px #ddd; box-shadow:0px 0px 10px #ddd;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
.tags-absolute{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.tags-relative{
    margin:10px 0;
}
.zui-mp-tags a.placeholder{
    color: #666;
    display: block;
    line-height: 40px;
}
.zui-mp-tags a.placeholder.pl-active{
    color: #00aaee;
}

.zui-action{
    width: 40px;
    position: absolute;
    bottom: 80px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 0 5px;
}
.zui-action a{
    display: block;
    width: 40px;
    height: 50px;
}
.zui-action a:first-child{
    border-bottom: 1px solid #ddd;
}
.zui-action a.btn-enlarge{
    background: url(../images/plus.png) center no-repeat;
    background-size: 25px 25px;
}
.zui-action a.btn-narrow{
    background: url(../images/minuse.png) center no-repeat;
    background-size: 25px 25px;
}
.zui-pages{
    padding: 20px 10px;
}
.zui-title{
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}
.zui-desc{
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #999
}
.zui-content{
    padding: 10px 0;
}

.sg-weather-time{
    text-align: center;
}
.sg-weather-time .sg-text{
    font-size: 16px;
    line-height: 20px;
}
.sg-weather-time .sg-pic{
    padding: 5px 0;
}
.sg-weather-time .sg-pic img{
    width: 24px;
}
.sg-weather-day{
    text-align: center;
}
.sg-day-data{
    padding: 10px 0;
    overflow: hidden;
    vertical-align: middle;
}
.sg-day-data img{
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}
.sg-day-data .sg-day-number{
    display: inline-block;
    vertical-align: middle;
}

.wa-maininfo-body{
    overflow: hidden;
    font-family: 'HelveticaNeue-Thin';
}
.wa-weather-current{
    float: left;
    font-size: 80px;
    text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, .23);
    position: relative;
    padding-right: 20px;
}
.wa-weather-current:after{
    content: '　';
    width: 10px;
    height: 10px;
    border: 4px solid #fff;
    position: absolute;
    right: 0;
    top:15px;
    border-radius: 10px;
    text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow:0px 0px 2px #ddd; -webkit-box-shadow:0px 0px 2px #ddd; box-shadow:0px 0px 2px #ddd;
}
.wa-currentTemp{
    float: left;
}
.wa-pollution{
    float: right;
    background:rgba(0,0,0,0.2);
}

.wa-info-meta{
    margin-top: 10px;
}
.wa-info-meta span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    line-height: 20px;
    margin-right: 10px;
}
.wa-info-meta span.wa-fengli{
    background: url(../images/fengli_icon.png) left center no-repeat;
    background-size: 16px 16px;
}
.wa-info-meta span.wa-shidu{
    background: url(../images/shidu_icon.png) left center no-repeat;
    background-size: 16px 16px;
}
.wa-info-meta span.wa-hpa{
    background: url(../images/pha.png) left center no-repeat;
    background-size: 16px 16px;
}

.wa-pollution{
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.wa-weather-maininfo{
    padding: 0 10px;
}
.wa-poll-num{
    font-size: 16px;
    line-height: 22px;
}
.wa-poll-text{
    font-size: 14px;
    line-height: 22px;
}
.wa-poll-bar{
    height: 5px;
    margin-bottom: 5px;
}
.wa-progress-bar{
    width: 50%;
    border-radius: 3px;
    background: #f29e2f;
    height: 5px;
}
.wa-currentTemp{
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 10px;
    border-left: 1px solid #b3e1f8;
}

.wa-currentTemp .sg-pic{
    width: 24px;
    margin-bottom: 5px;
}
.wa-cur-text{
    font-size: 14px;
    line-height: 20px;
}
/*弹出框*/

.modal{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 911;
}

.modal-content{
    position: fixed;
    z-index: 5000;
    width: 85%;
    max-width: 310px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 3px;
    overflow: hidden;
    -moz-box-shadow:0px 0px 2px #999; 
    -webkit-box-shadow:0px 0px 2px #999;
     box-shadow:0px 0px 2px #999;
}
.modal-header{
    padding: 10px;
    background:#00aaee;
    height: 25px;
    line-height: 25px;
    color: #fff;
}
.modal-header .lg-text{
    font-size: 15px;
}
.modal-header .sm-text{
    font-size: 12px;
}
.modal-header .addcare{
    display: inline-block;
    background: #fff;
    border-radius: 25px;
    color:#00aaee;
    font-size: 12px;
    float: right;
    padding: 0 10px;
}

.modal-body{
    padding: 10px;
}
.wa-topdata{
    line-height: 25px;
}
.wa-topdata .wa-item{
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
}
.wa-topdata .wa-item i{
    color: #999;
}
.modal-footer{
    padding: 10px;
    height: 30px;
}
.modal-footer .btn{
    display: block;
    text-align: center;
    height: 30px;
    width: 48%;
    background: #00aaee;
    border-radius: 5px;
    line-height: 30px;
    color: #fff;
}
.modal-footer .btn-user{
    float: left;
}
.modal-footer .btn-user span{
    display: inline-block;
    padding-left: 20px;
    background: url(../images/user.png) left center no-repeat;
    background-size: 14px 14px;
}
.modal-footer .btn-tel span{
    display: inline-block;
    padding-left: 20px;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 14px 14px;
}
.modal-footer .btn-tel{
    float: right;
}
.wa-pm{
    padding:15px 0;
}
.wa-pm-box{
    width: 48%;
    text-align: center;
    background: #f2f2f2;
    padding: 10px 0;
    border-radius: 4px;
}
.wa-pm-box li{
    width: 50%;
    float: left;
}
.wa-pm-box li:first-child{
    border-right: 1px solid #ddd;
    margin-left: -1px;
}
.wa-pm-box li .pm-text{
    line-height: 20px;
    margin-bottom: 5px;
}
.wa-pm-box li .pm-num{
    line-height: 20px;
    font-size: 18px;
}
.text-org{
    color: #fff;
}
.text-red{
    color: #f02c2d;
}
.text-green{
    color: #00a01e;
}

.ui-tabs{
    height: 50px;
    background: #fff;
}
.ui-tabs li{
    width: 50%;
    line-height: 50px;
    text-align: center;
    float: left;
}
.ui-tabs li a{
    display:inline-block;
    line-height: 50px;
    font-size: 16px;
    width: 80%;
    color: #333;
}
.ui-tabs li.active a{
    color: #1e89dc;
    line-height: 48px;
    border-bottom: 2px solid #1e89dc;
}
.media-box{
    padding: 10px;
}
.teacher-box{
    padding: 0;
}
.media-box li{
    background: #fff;
    padding: 10px;
    overflow: hidden;
}
.news-media-hd{
    height: 60px;
}
.news-media-hd .media-date{
    width: 50px;
    height: 55px;
    float: left;
    background: #1e89dc;
    color: #fff;
    text-align: right;
    padding: 0 5px;
    margin-right: 15px;
}
.media-date .m-date{
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid #fff;
}
.media-date .m-year{
    font-size: 20px;
    line-height: 30px;
}
.zui-fixed-padd{
    padding-top: 55px;
}
.media-tit{
    max-height: 50px;
    overflow: hidden;
    line-height: 25px;
}
.media-tit a{
    font-size: 16px;
    color: #333;
}
.list-desc{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    line-height: 20px;
}


.bbs-media-box{
    overflow: hidden;
}
.bbs-media-hd{
    width: 60px;
    float: left;
    margin-right: 10px;
}
.bbs-media-hd img{
    border-radius: 60px;
    width: 60px;
    height: 60px;
}
.bbs-tit{
    line-height: 30px;
    overflow: hidden;
}
.bbs-tit a{
    font-size: 17px;
    color: #333;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    float: left;
    width: 75%;
}
.bbs-tit span{
    font-size: 14px;
    color: #999;
    float: right;
}
.bbs-desc{
    line-height: 25px;
    overflow: hidden;
    color: #999;
}
.bbs-desc span.bbs-cmt{
    font-size: 14px;
    color: #999;
    float: right;
    padding-left: 20px;
    background: url(../images/icon/vnum.png) left center no-repeat;
    background-size: 16px 14px;
}
.bbs-desc .cont{
    font-size: 14px;
    color: #999;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    float: left;
    width: 75%;
}
.lietou-intro{
    padding-right: 60px;
}
.lietou-hd{
    width: 70px;
    height:70px;
    float: left;
    margin-right: 10px;
}
.lietou-hd img{
    width: 70px;
    height:70px;
    border-radius: 8px;
}
.lt-tit{
    line-height: 24px;
    
}
.lt-tit a{
    font-size: 16px;
    color: #333;
}
.lietou-intro p{
    line-height: 22px;
    color: #666;
}

.lietou-box li{
    position: relative;
}
.lietou-box li .lt-date{
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 30px;
    font-size: 15px;
    color:#999;
}
.sobar{
    padding: 10px;
}
.soserach{
    height: 35px;
    position: relative;
    padding-right:85px;
}
.soserach .sotext{
    border: 0;
    line-height: 35px;
    border-radius: 4px;
    border: 1px solid #dedede;
    width: 100%;
    outline: none;
    text-indent: 40px;
    background:#fff url(../images/icon/so.png) 10px center no-repeat;
    background-size: 20px 20px;
}
.soserach .sobtn{
    width: 75px;
    height: 35px;
    border-radius: 4px;
    background: #1e89dc;
    line-height: 35px;
    color: #fff;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
}
.ui-lietou{
    margin-top: -5px;
}


.zui-cell_select-after .zui-select {
    padding-left: 0;
}
.zui-cell_select .zui-select {
    padding-right: 30px;
    color: #666;
}
.zui-select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    font-size: inherit;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}
.zui-cell_select-after .zui-cell__bd:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #999;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
}
.cell-radio{
    float: right;
}
.cell-radio .radiobox{
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    background: #f3f3f3;
    border-radius: 20px;
    line-height: 30px;
    width:45px;
    text-align: center;
    margin-left: 10px;
}
.cell-radio .radioselectd{
    background: #1e89dc;
    color: #fff;
}


.zui-cell_select .zui-label{
    width: 120px;
}
.zui-cell_select .cell-input{
    border: 0;
    height:35px;
    line-height: 35px;
    width:94%;
    padding: 0 3%;
    outline: none;
}
.zui-cell-hbox {
    overflow: hidden;
}
.zui-cell-hbox .zui-cell{
    width: 50%;
    float: left;
}
.ui-panel{
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}
.ui-panel .zui-cells{
    margin-top: 0;
}
.panel-tit{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.panel-tit .sotit{
    font-size: 15px;
    padding-left: 30px;
    display: inline-block;
    background: url(../images/icon/so2.png) left 8px no-repeat;
    background-size: 20px 20px;
}
.panel-tit .zwtit{
    font-size: 15px;
    padding-left: 30px;
    display: inline-block;
    background: url(../images/icon/file.png) left center no-repeat;
    background-size: 17px 20px;
}

.panel-tit .basic-tit{
    font-size: 15px;
    padding-left: 30px;
    display: inline-block;
    float: left;
    background: url(../images/icon/file.png) left center no-repeat;
    background-size: 17px 20px;
}
.panel-tit .panel-edit{
    display: inline-block;
    float: right;
    color: #fe2a2a;
    padding-left: 20px;
    font-style: 16px;
    background: url(../images/icon/edit.png) left center no-repeat;
    background-size:15px 15px;
}

.panel-tit .work-tit{
    font-size: 15px;
    padding-left: 22px;
    display: inline-block;
    float: left;
    background: url(../images/icon/eye.png) left center no-repeat;
    background-size: 18px 13px;
    font-weight: bold;
}

.panel-tit .epc-tit{
    font-size: 15px;
    padding-left: 22px;
    display: inline-block;
    float: left;
    background: url(../images/icon/info.png) left center no-repeat;
    background-size: 20px 18px;
    font-weight: bold;
}
.panel-tit .edu-tit{
    font-size: 15px;
    padding-left: 22px;
    display: inline-block;
    float: left;
    background: url(../images/icon/eduicon.png) left center no-repeat;
    background-size: 18px 15px;font-weight: bold;
}
.panel-tit .job-tit{
    font-size: 15px;
    padding-left: 22px;
    display: inline-block;
    float: left;
    background: url(../images/icon/yixiang.png) left center no-repeat;
    background-size: 17px 15px;font-weight: bold;
}
.panel-tit .prj-tit{
    font-size: 15px;
    padding-left: 22px;
    display: inline-block;
    float: left;
    background: url(../images/icon/expice.png) left center no-repeat;
    background-size: 17px 17px;font-weight: bold;
}
.panel-tit .scl-tit{
    font-size: 15px;
    padding-left: 22px;
    display: inline-block;
    float: left;
    background: url(../images/icon/scoholl.png) left center no-repeat;
    background-size: 17px 20px;font-weight: bold;
}
.zui-cell-list{
    padding: 10px 20px 0 20px;
    font-size: 14px;
}


.zui-cells-cont{
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}



.ui-panel-wrap{
    padding: 10px;
}

/*登陆*/
.ui-form{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/lgbody.jpg) center top no-repeat;
    background-size: cover;
}
.form-footer{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: url(../images/line.png) center no-repeat;
    background-size: contain;
}
.form-footer a{
    color: #1e89dc;
}
.ui-main-form{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.form-tit{
    color: #fff;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}
.form-group{
    position: relative;
    height: 45px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.form-control{
    width: 100%;
    height: 45px;
    line-height: 20px;
    outline: none;
    border: 1px solid #f4f5f9;
    text-indent: 15px;
    border-radius: 5px;
}
.form-group .ficon{
    width: 45px;
    height: 45px;
    display: block;
    background-color: #1e89dc;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.form-button{
    margin-bottom: 10px;
}
.form-button .btn{
    width: 100%;
    height: 45px;
    border-radius: 6px;
    outline: none;
    border: 0;
}
.form-button .btn-submit{
    background: #1e89dc;
    color: #fff;
    font-size: 16px;
}
.form-button .btn-phone{
    color: #1e89dc;
    font-size: 16px;
    border:1px solid #1e89dc;
    background: none;
}
.text-right{
    text-align: right;
}
.form-meta{
    color: #fff;
    line-height: 30px;
}
.form-meta a{
    color: #fff;
}



.cate-box{
    display: block;
}
.cate-box img{
    width: 35px;
}
.index-top{
    position: relative;
}
.index-topbar{
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 10px 0 100px;
    position: absolute;
    top: 0;
    left:0;
}
.index-topbar .bartext{
    line-height: 55px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 16px;
    width:80px;
}
.index-topbar .kbar-toggle{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height:40px;
    background: url("../images/icon/cate_icon.png") no-repeat center;
    background-size: 25px 25px;
}
.in-search{
    height: 40px;
    position: relative;
    width: 95%;
    margin: 0 auto;
}
.in-text{
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    line-height: 20px;
    border: 0;
    outline: none;
    text-indent: 40px;
    background:#fff url(../images/so.png) 10px center no-repeat;
    background-size: 20px;
}
.in-sobar{
    background: #ffea00;
    color: #ff7700;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 40px;
    border: 0;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	-webkit-appearance: none;
}

.flexslider{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.flexslider .slides{
    overflow: hidden;
}
.flexslider .slides li{
    height: 222px;
    padding: 80px 0 40px 0;
    box-sizing: border-box;
    text-align: center;
}
.flexslider .slides li img{
    max-width: 300px;
}
img{
    max-width: 100%;
}
.flex-direction-nav{
    display: none;
}
.flex-control-nav{
    position: absolute;
    left: 0;
    bottom: 15px;
    padding-top:10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}
.flex-control-nav li{
    display: inline-block;
    font-size: 0;
}
.flex-control-nav li a{
    width: 25px;
    height: 4px;
    background:#fff;
    display: inline-block;
}
.flex-control-nav li .flex-active{
    opacity: .3;
}

.ui-inner{
    padding: 10px 10px 0 10px;
    margin-top: -25px;
    position: relative;
    z-index: 111;
}
.index-wrap{
    height: 500px;
    margin-top: -15px;
    position: relative;
    z-index: 111;
    /*background: #f00;*/
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
}
.ui-cate{
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
}
.cate-row{
    text-align: center;
    background: #fff;
    padding:10px 0;
}
.index-wrap .cate-row{
    background: none;
}
.index-wrap .ui-cate{
    background: none;
}
.cate-row:last-child{
    border-bottom: none;
}
.cate-box{
    display: inline-block;
}
.cate-row .cate-box .cate-text{
    line-height: 25px;
    padding-top: 4px;
    color: #444;
}
.in-cell .index-bd{
    padding-right: 90px;
}
.in-cell .index-hd{
    width: 50px;
    float: left;
    margin-right: 10px;
}
.in-cell .index-hd img{
    width: 50px;
    height: 50px;
    border-radius:5px;
}

.index-bd{
    overflow: hidden;
}
.index-lkbox{
    display: block;
    color: #333;
    position: relative;
}
.index-lkbox .in-cetit{
    font-size: 18px;
    line-height: 25px;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.index-lkbox .in-cedesc{
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.index-ft{
    width:120px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
}
.index-ft .in-price{
    font-size:18px;
    color: #fe553f;
    margin-bottom: 4px;: 
}
.index-ft .in-meta{
    font-size: 14px;
    color: #fff
}
.index-ft .in-meta span{
    display: inline-block;
    height: 24px;
    padding-left:15px;
    color: #999;
    line-height: 24px;
    vertical-align: middle;
    float: left;margin-left: 3px;
    font-size: 12px;
}
.index-lkbox .in-cetit .sm{
    font-size: 12px;
    color: #999;
}
.index-ft .in-meta span.collect{
    background: url(../images/icon/collect.png) left center no-repeat;
    background-size: 30%;
    background-size: 14px;
}
.index-ft .in-meta span.heart{
    background: url(../images/icon/heart.png)  left center no-repeat;
    background-size: 30%;
    background-size: 14px;
}
.index-ft .in-meta{
    line-height: 25px;
    margin-left: 39px;
}

.media-padd{
    position: relative;
    display: block;
}
.page-title{
    font-size: 18px;
    line-height: 30px;
    padding: 10px 10px 0 10px;
}
.media-right:after{
    display: block;
    content: '　';
    width: 6px;
    height: 10px;
    position: absolute;
    background: url(../images/arr.png) center no-repeat;
    background-size: 6px 10px;
    right: 13px;
    top: 50%;
    margin-top: -5px;
}
.panel-meta{
    margin: 0 10px;
    padding-bottom: 10px;
    position: relative;
}
.panel-meta:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
 }
.panel-meta-span{
    margin-bottom: 10px;
}
.panel-meta-span span{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    margin-right: 10px;
}
.panel-meta-span .panel-pos{
    background: url(../images/icon/address.png) left center no-repeat;
    background-size: 15px 18px;
}
.panel-meta-span .panel-area{
    background: url(../images/icon/info2.png) left center no-repeat;
    background-size: 20px 18px;
}
.panel-meta-span .panel-xueli{
    background: url(../images/icon/info3.png) left center no-repeat;
    background-size: 20px 18px;
}
.panel-meta-span .panel-zhiwu{
    background: url(../images/icon/info4.png) left center no-repeat;
    background-size: 18px 18px;
}
.panel-meta-desc{
    color: #999;
    font-size: 14px;
}
.zui-content{
    padding: 0 10px;
}
.zui-tags{
    margin-bottom: 10px;
    color: #1e89dc;
}
.zui-tags .item{
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 15px;
    border: 1px solid #1e89dc
}
.zui-content{
    padding: 10px;
    line-height:25px;
}
.btn-toudi{
    color: #fff;
    height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    background: #1e89dc;
    line-height: 40px;
}
.btn-submit{
    color: #fff;
    height: 45px;
    border:0;
    width: 100%;
    border-radius:5px;
    display: block;
    text-align: center;
    background: #ff7700;
    line-height: 45px;
    width: 100%;
	-webkit-appearance: none;
}
.btn-content{
    padding: 10px;
}

.zui-cells_form .zui-cell__ft {
    font-size: 0;
}
.zui-cell__ft {
    text-align: right;
    color: #999999;
}
.zui-switch:checked, .zui-switch-cp__input:checked ~ .zui-switch-cp__box {
    border-color: #1e89dc;
    background-color: #1e89dc;
}
.zui-cells_form input, .zui-cells_form textarea, .zui-cells_form label[for] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.zui-switch, .zui-switch-cp__box {
    position: relative;
    width: 52px;
    height: 32px;
    border: 1px solid #DFDFDF;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #DFDFDF;
    -webkit-transition: background-color 0.1s, border 0.1s;
    transition: background-color 0.1s, border 0.1s;
}
.zui-switch {
    -webkit-appearance: none;
    appearance: none;
}
.zui-switch:checked:before, .zui-switch-cp__input:checked ~ .zui-switch-cp__box:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.zui-switch:before, .zui-switch-cp__box:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 30px;
    border-radius: 15px;
    background-color: #FDFDFD;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
    transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
    transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1), -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}

.zui-switch:checked:after, .zui-switch-cp__input:checked ~ .zui-switch-cp__box:after {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.zui-switch:after, .zui-switch-cp__box:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
    transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
    transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
    transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35), -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
}

.ft-text{
    line-height: 43px;
    display: inline-block;
    color: #333;
    float: left;
}
.zui-circle{
    display:block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.zp-content{
    text-align: center;
    padding: 0 20px;
}
.zui-cell_select .jl-select{
    color: #999;
}
.jl-radio{
    position: absolute;
    right: 10px;
    top: 10px;
}


.profile-row{
    text-align: center;
    background: #fff;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.profile-row:last-child{
    border-bottom: none;
}
.profile-box{
    display: inline-block;
}
.profile-box img{
    height: 30px;
}
.profile-row .profile-box .profile-text{
    line-height: 25px;
    padding-top: 6px;
    color: #444;
}
.profile-row .zui-flex-item{
    position: relative;
}
.profile-row .zui-flex-item:after{
    width: 1px;
    height: 50px;
    background: #d9d9d9;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    content: '　';
}
.profile-row .zui-flex-item:last-child:after{
    width: 0px;
}
.zp-description{
    padding:10px 10px 0 10px;
}
.zp-row{
    height: 30px;
    color: #fff;
    font-size: 16px;
}
.zp-row .hd{
    float: left;
}
.zp-row .bd{
    float: right;
}
.zp-row .hd span,
.zp-row .hd img{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.zp-row .hd img{
    width: 20px;
}
.zp-row .bd span{
    display: inline-block;
}
.zp-row .bd .unlock{
    display: inline-block;
    background: url(../images/icon/unlock.png) no-repeat left center;
    padding-left: 20px;
    background-size:  14px 16px;
}
.zui-basic{
    overflow: hidden;
    padding: 10px;
}
.zui-basic img{
    border-radius: 5px;
    width:120px;
    height: 120px;
    float: left;
    margin-right: 10px;
    display: block;
}
.zui-basic p{
    font-size: 14px;
    line-height: 30px;
}
.zui-basic span{
    display: inline-block;
    margin-right: 20px;
}
.zui-basic span.bc-name{
    background: url(../images/icon/uanme.png) left center no-repeat;
    background-size: 16px 18px;
    padding-left: 20px;
}
.zui-basic span.bc-age{
    background: url(../images/icon/age.png) left center no-repeat;
    background-size: 16px 18px;
    padding-left: 20px;
}
.zui-basic span.bc-pos{
    background: url(../images/icon/address.png) left center no-repeat;
    background-size: 15px 18px;
    padding-left: 20px;
}
.zui-basic span.bc-data{
    background: url(../images/icon/brith.png) left center no-repeat;
    background-size: 18px 18px;
    padding-left: 20px;
}
.zui-basic span.bc-tel{
    background: url(../images/icon/tel.png) left center no-repeat;
    background-size: 18px 18px;
    padding-left: 20px;
}

.cell-list-box{
    position: relative;
    padding-left: 15px;
    line-height: 25px;
    border-left: 1px solid #ddd;
    padding-bottom: 10px;
}
.cell-list-box:before{
    content:'　';
    width: 20px;
    height: 20px;
    background: url(../images/icon/dot.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -10px;
    top: -5px
}
.cell-list-box .sm-text{
    font-size: 13px;
}
.cell-list-box .lg-text{
    font-size: 15px;
}
.cell-list-box .sm-text{
    font-size: 13px;
}
.text-gray{
    color: #999
}

/*分页*/
.ui-pages{
    padding:0 10px 10px 10px;
    text-align: center;
    font-size: 0;
}
.ui-pages a{
    display: inline-block;
    background: #fff;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 0 12px;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    color: #333;
    margin: 0 3px;
}
.ui-pages a.cur{
    background: #e1f1fe;
    border: 1px solid #1e89dc;
}

.zui-so-body{
    height: 40px;
    position:relative;
    z-index: 111;
    border-radius: 8px;
    background: #fff;
}
.search-toggle{
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    display: none;
}
.btn-so-submit{
    border-radius: 30px;
}
.search-toggle .zui-cell{
    padding: 5px 10px;
}
.search-toggle .zui-cell_select .zui-label{
    font-size: 14px;
}

@media screen and (max-width: 325px) {
    .ui-pages a{
        display: inline-block;
        background: #fff;
        border: 1px solid #e4e4e4;
        font-size: 12px;
        padding: 0 8px;
        border-radius: 2px;
        height: 20px;
        line-height: 20px;
        color: #333;
        margin: 0 2px;
    }
}
.modal-kbar{
    display: none;
}
.k-navbar{
    z-index:111111;
    background: #fff;
    width:70%;
    position: fixed;
    right:-70%;
    top:0;
    height:100%;
    transition: .3s all;
    -webkit-transition: .3s all;
}
.k-navbar-active{
    right:0;
}
.k-bar-header{
    padding:0 10px;
    height:40px;
    border-bottom: 1px solid #ebebeb;
}
.k-bar-header .k-title{
    padding-left: 25px;
    line-height: 40px;
    background: url("../images/icon/cate_p.png") left center no-repeat;
    background-size: 20px 20px;
    font-size:16px;
    float: left;
}
.k-bar-header .k-close{
    width: 20px;
    height:20px;
    background: url("../images/icon/close.png") no-repeat;
    background-size: cover;
    float: right;
    margin-top:10px;
}

.kbar-section{
    padding:10px 10px 0px 10px;
}
.kbar-list li{
    float: left;
    padding:5px;
}
.kbar-list li a{
    display: block;
    color: #333;
    border:1px solid #ebebeb;
    height:30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 4px;
}
.kbar-hd{
    padding: 0 5px;
    font-weight:bold;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}
.zui-flex-item a:active{
    background: #f7f7f7;
}
.link-box{
    display: block;
}

.zui-links{
    text-align: center;
    padding: 20px 0;
}
.zui-links a{
    color: #999999;
}
.zui-links .link-text{
    padding-top: 6px;
}
.zui-links img{
    width: 50px;
}
.zui-form{
    background: #fff;
    margin-top: 10px;
    padding:15px;
}
.btn-group{
    padding-top: 10px;
}
.form-header{
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0;
}
.zui-zixun{
    background: #fff;
}
.zui-zixun .btn-group{
    padding:15px;
}
.art-row{
    background:#fff;
    text-align: center;
}
.art-row .cate-box{
    color: #333;
    display: block;
    padding: 15px 0;
}
.art-row .cate-box .cate-text{
    padding-top: 5px;
}
.art-row .zui-flex-item{
    position: relative;
}
.art-row .zui-flex-item:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-right: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.art-row .zui-flex-item:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.st-header{
    position: relative;
    text-align: center;
    margin-bottom:10px;
}
.st-header .st-tit{
    display: inline-block;
    color: #fff;
    width: 200px;
    height: 40px;
    line-height:45px;
    background:url(../images/tit.png) no-repeat;
    background-size: cover;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 6px;
}
.st-header .st-more{
    display: block;
    line-height: 22px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-40%);
    color: #ff7700;
    background:url(../images/more.png) right center no-repeat;
    background-size: 20px;
    padding-right: 25px;
}
.zui-section{
    margin-bottom: 10px;
	
}
.md-banner{
    margin-bottom:10px;
}
.teacher-hd{
    width: 80px;
    float: left;
    margin-right: 10px;
}
.th-intro{
    padding: 5px 0;
}
.th-intro p{
    color: #999;
    line-height: 22px;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.lt-tit a strong{
    font-weight: bold;
}
.st-footer{
    text-align: center;
    padding: 15px;
    background:#fff;
}
.teacher-box li{
    border-bottom: 1px solid #f4f5f9
}
.st-footer a{
    color: #f51717;
}

.zui-notice{
   /* padding: 10px;*/
    clear:both;
}


.hotcate{
    overflow: hidden;
}
.nt-section{
    background: #fff;
    border-radius: 40px;
    position: relative;
    margin:10px 0;
    padding-right: 50px;
}
.nt-bd{
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.nt-bd a{
    color: #000;
}
.nt-hd{
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
}
.nt-hd a{
    color: #333;
}
.nt-hd:before{
    width: 1px;
    height: 20px;
    background: #dfdfdf;
    position: absolute;
    content: '　';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nt-tag{
    display: inline-block;
    color: #fff;
    background: url(../images/tag.png) no-repeat;
    background-size: cover;
    width: 70px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    padding-right: 16px;
    margin-right: 5px;
}
.inner-top{
    background: #ff7700;
    height: 60px;
    position: relative;
}
.media-hd{
    width: 80px;
    float: left;
    margin-right: 10px;
}
.ls-intro .lt-tit{
    line-height: 30px;
}
.ls-intro .lt-tit a{
    font-size: 18px;
}
.ls-intro p{
    color: #999;
    line-height: 20px;
}
.zui-ctlinks{
    padding: 10px;
    background: #fff;
}
.zui-ctlinks li{
    width: 33.33%;
    float: left;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.zui-ctlinks li a{
    display: block;
    color: #333;
    padding: 10px 0;
	text-align: center;
}
.zui-ctlinks li.active a{
    color: #ff7700;
}
.zui-lists{
    padding-top: 10px;
}
.zui-lists ul{
    background: #fff;
}
.zui-lists li{
    line-height: 22px;
    padding: 10px;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    border-bottom: 1px solid #f4f5f9;
}
.zui-lists li a{
    color: #333;
    font-size: 15px;
}
.zui-intros{
    background: #ff7700;
    padding: 15px;
    line-height: 25px;
    font-size: 16px;
}
.lesson-content{
    background: #fff;
}
.ls-table{
    width: 100%;
}
.ls-table td{
    border:1px solid #e5e5e5;
    padding:15px 10px;
    line-height: 30px;
    font-size: 15px;
}
.ls-table td.td-header{
    width: 80px;
    background: #fcfcfc;
}
.lesson-header{
    height: 30px;
    padding: 10px;
    background: #000;
}
.lesson-header .ls-span{
    line-height: 30px;
    float: left;
    font-size: 18px;
	color:#fff;
	width:100%;
	font-weight:bold;
	text-align:center;
}
.lesson-header .ls-number{
    border-radius: 30px;
    color: #ff7700;
    border:2px solid #ff7700;
    line-height: 28px;
    padding: 0 14px;
    float: right;
    font-size: 16px;
}
.zui-porfile{
    background: #010101;
    padding:20px;
    color: #cccccc;
    overflow: hidden;
}
.zui-porfile .t-header{
    width: 100%;
    height: 100px;
	text-align:center;
   /* float: left;*/
    margin-right: 10px;
}
.zui-porfile .t-header img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.zui-porfile .file-row{
    line-height: 25px;
	text-align:center;
}
.file-row span{
    display: inline-block;
    vertical-align: middle;
}
.file-row .p-name{
    font-size: 18px;
    margin-right: 10px;
	font-weight:bold;
}
.file-row .sex{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.zui-price{
    font-size: 25px;
}
.zui-price i{
    font-size: 14px;
}





