/* init */
ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
}

dl dt{
	font-weight: normal;
}

dl{
	margin-bottom: 0px;
}

a,a:visited,a:hover,a:active{
	text-decoration: none;
}

:root ,body{
	height: 100%;
	background-color:#f7f7f5;
}


html{
	font-size:62.5%;
	 -webkit-text-size-adjust:none;
}

body{
	color: #333333;
	height: 100%;
	display:-webkit-box;
	display:box;
	-webkit-box-orient:vertical;
	overflow-y: scroll;
}
.container{
	padding-right: 10px;
	padding-left: 10px;
	max-width: 640px;
}

/* 文字强调*/
.em{
	color: 	red
}
/************************* 标准样式 *************************/
/* 标准 表格 */
.table{
	background: white;
	padding: 10px 0px 10px 10px;
	margin-top: 25px;
	border-top: 1px #d8d8d8 solid;
	border-bottom: 1px #d8d8d8 solid;
	width: 100%;
}

.table table tr td:last-child{
	padding-right: 15px;
}


.table .table-cell-link a{
	display: block;
	color: inherit;
}

.table.table-outside{
	padding: 12px 0px 10px 0px
}

.table.table-outside td{
	position: relative;
	cursor: pointer;
}

.table.table-outside tr td:first-child{
	padding-left: 10px;
	text-align: left;
}

.table.table-outside tr td:last-child{
	padding-right: 10px;
}

.table-inside{
	font-size: 1.4rem;
	color: gray;
	padding: 0px;
}

.table-inside .table{
	padding-left: 0px;
}

.table.table-outside tr td.table-inside td:first-child{
	text-align: left;
	padding-left: 0px;
}

.table.table-outside tr td.table-inside td:last-child{
	padding-right: 15px;
}

.table.table-outside tr td.table-inside:last-child{
	padding-right: 0px;
}

.table-inside .table{
	padding-right: 0px;
	border: 0px;
}

.table-inside .table{
	padding-top: 0px;
	padding-bottom: 0px;
}

.table-inside td{
	padding: 8px 0px;
}

.table-inside tr td:last-child{
	padding-right: 15px;
}

.table table{
	width: 100%
}

.table table td{
	border-bottom: 1px #efefef solid;
	padding: 10px 0px
}

.table table td:last-child{
	text-align: right;
}


.table table tr:first-child td{
	padding-top: 0px;
}

.table table tr:last-child td{
	border-bottom: 0px;
	padding-bottom: 0px;
}

.table-control{
	padding: 0px;
}

.table-control input.control{
	padding-left: 15px;
	padding-right: 15px;
	border: none
}

/* 标准 - section*/
.section{
	float: left;
	width: 100%;
}


/* 标准 - 按钮*/
.btn{
    border-radius: 4px;
    font-size: 1.4rem;
    border:0px;
    color: white;
    display: block;
    padding: 12px 10px;
    line-height: normal;
    width: 100%;
    text-align: center;
}

.btn.disabled{
	background: #bbbbbb !important;
}

.btn:hover{
	opacity: 0.8
}

.btn-disabled{
	background: #bbbbbb !important;
}

.btn-cancel{
	background: #cccccc
}

.btn-link{
	color: #01a0c7;
	border-radius: 4px;
    font-size: 1.4rem;
    border:0px;
    padding: 12px 10px;
    line-height: normal;
    text-align: left;
}

.btn-submit{
	background: #21486f;
}
.btn-bg-blue{
	background: #01a0c7;
}
.btn-bg-green{
	background: #0ec16f;
}
.btn-bg-yellow{
	background-color:#ff9900;
}
.btn-getCode{
	border:1px solid #01a0c7;
	background-color:#f7f7f5;
	color:#01a0c7;
}
.btn-bordered{
	border:1px solid #01a0c7;
	background-color:#f7f7f5;
	color:#01a0c7;
}
.btn-find-password{
	color:#000;
}

/* 标准 - icon */
.icon{
	display: inline-block;
	font-size: 27.6%
}

/* 标准 - header */
.header{
	background: #ea3232;
	height:45px;
	position:relative;
	z-index:10;
}
.header .logo{
	position:relative;
	top:5px;
	left:10px;
}
.menu-ico{
	display:inline-block;
	float:right;
	width:30px;
	height:30px;
	background:url('../../img/scrmMobile/menu-ico.png') 0 0 no-repeat;
	background-size:contain;
	position:relative;
	top:7px;
	right:10px;
}
@keyframes myfirst
{
0%{
	transform:scale(0.9,0.9);
    -webkit-transform:scale(0.9,0.9);
   }
100%{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	}
}

@-moz-keyframes myfirst /* Firefox */
{
0%{
	transform:scale(0.9,0.9);
    -webkit-transform:scale(0.9,0.9);
   }
100%{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0%{
	transform:scale(0.9,0.9);
    -webkit-transform:scale(0.9,0.9);
   }
100%{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	}
}

@-o-keyframes myfirst /* Opera */
{
0%{
	transform:scale(0.9,0.9);
    -webkit-transform:scale(0.9,0.9);
   }
100%{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	}
}
.menu-list{
	position:absolute;
	top:45px;
	right:0;
	width: 46%;
	height:auto;
	background: rgba(0,0,0,0.8);
	display:none;
	-webkit-transform-origin:100% 0%;
	/* opacity:0;
	visibility:hidden; */
	/* box-shadow:-1px 1px 1px #000;
	transform:scale(0.1,0.1);
	-webkit-transform:scale(0.1,0.1);
	transition:all 1s ease-out;
	-webkit-transition:all 1s ease-out;
	-moz-transition:all 1s ease-out;;
	-o-transition:all 1s ease-out; */
}
.is-show.menu-list{
	width:46%;
	height:auto;
/* 	opacity:1;
	visibility:visible;
	transform:scale(1,1);
	-webkit-transform:scale(1,1); */
	display:block;
	animation: myfirst .1s;
	-moz-animation: myfirst .1s;	/* Firefox */
	-webkit-animation: myfirst .1s;	/* Safari 和 Chrome */
	-o-animation: myfirst .1s;
}
.menu-list li {
	border-bottom:1px solid #252525;
}
.menu-list li:last-child{
	border-bottom:0;
}
.menu-list li a{
	display:block;
	height:40px;
	line-height:40px;
	padding-left: 27px;
	color:#f7f7f5;
}
.mlist-ico{
	display:inline-block;
	width:38px;
	height:38px;
	background:url('../../img/scrmMobile/menu-list-ico.png') 0 0 no-repeat;
	background-size:93%;
	position:relative;
	top:3px;
	float: left;
	overflow:hidden;
	margin-right:10px;
}
.mlist-ico-product{background-position: 0 0;}
.mlist-ico-article{background-position: 0 -35px;}
.mlist-ico-active{background-position: 0 -70px;}
.mlist-ico-pic{background-position: 0 -105px;}
.mlist-ico-download{background-position: 0 -140px;}
.mlist-ico-center{background-position: 0 -175px;}
.mlist-ico-about{background-position: 0 -210px;}
.mlist-ico-contact{background-position: 0 -245px;}

/* 标准 - footer */
.footer{
	width: 100%;
	/* background: white; */
	/* border-top: 1px #d8d8d8 solid; */
	/* padding: 5px 10px 10px 10px; */
	position: relative;
	word-break:break-all;
	font-size: 1.7rem;
	height: 45px;
	line-height: 45px;
}

.footer-mask{
	position: absolute;
	left: 0px;
	top: -1px;
	width: 100%;
	height: 61px;
	z-index: 999;
	background: rgba(0,0,0,0.7);
}

.footer .container{
	padding-left:0px;
	padding-right: 0px;
}

.footer .btn-next{
	color: white;
	right: 10px;
    top: 5px;
    position: absolute;
    width: auto;
    height: 45px;
    line-height: 45px;
    padding: 0px 11%;
    font-size: 1.7rem
}

/* 标准 - 表单 */
.form{
	font-size: 2.4em;
}

.form .form-note{
	color: #999999;
	font-size: 0.8em;

}

.form .form-section{
	/* background: white; */
	margin-bottom: 15px;
	/* border-top: 1px #dadada solid;
	border-bottom: 1px #dadada solid; */
	padding: 10px 0px
}

.form dt,.form dd{
	font-size: 1.4rem;
}

.form dt{
	padding: 10px 0 5px 0;
}

.form .form-section dt:first-child{
	padding-top: 0px;
}

.form .form-section .form-section-header{
	border-bottom: 1px #d6d6d6 solid;
	font-size: 1.7rem;
	margin-bottom: 5px;
	padding: 0px 10px 10px 10px
}


.form .form-error{
	float: right;
	color: red;
	font-weight: normal;
}

.form .control{
	font-size: 1.7rem;
	border-radius: 3px;
}

.form .control[readonly]{
	background-color: #eee
}

/* 表单 - 兼容单会生成表单 */
.form-fix{
	background: white;
	padding-top: 10px;
	margin-top: 0px;
}
.form-fix .form-group{
	margin-bottom: 0px;
	margin-top: 3px;
}

.form-fix .checkbox .checkbox-custom{
	margin-left: 10px;
	font-size: 1.4rem
}

.form-fix  label{
	font-weight: normal;
	font-size: 1.4rem
}

.form-fix .form-group .form-control{
	margin-bottom: 0px;
	border-radius: 3px;
	border:1px #dadada solid;
	box-shadow: none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding: 20px 5px;
}

.form-fix .form-group .form-control.control-date{
	padding: 8px 5px !important;
}

.form-fix .control-input .form-control.selectpicker{
	padding: 8px 5px !important;
}

.form-fix .form-group select.form-control{
	background:url('../../img/eventMobile/icon-arrow-down.png') no-repeat right;
	background-size: 25px;
	cursor: pointer;
}


.form-fix dt, .form-fix dd{
	padding: 0px 10px;
}

.form-fix .control{
	height: auto
}

/*标准 - 表单 - 控件*/
/* 控件 - 单行文本 */
.control{
	border: 1px #cccccc solid;
	padding: 7px;
	width: 100%;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

select.control{
	background:url('../../img/eventMobile/icon-arrow-down.png') no-repeat right;
	background-size: 25px;
	cursor: pointer;
}

/* 控件 - 单选，多选*/
.control-radio input[type=radio],input[type=checkbox]{
	display: none

}

.control-radio  ul,.control-checkbox  ul{
	border: 1px #cccccc solid;
	border-radius:5px;
	border-bottom: 0px;
}

.control-radio li,.control-checkbox li{
	padding:10px 0px;
	border-bottom:1px #cccccc solid;
	margin-top: -1px;
	cursor: pointer;
}

.control-radio li .icon,.control-checkbox li .icon{
	vertical-align: -6px;
	margin: 0px 10px;
}

/* 控件 - 时间 - 区间*/
.control-daterange .start-date{
	padding-right: 0px;
}

.control-daterange .end-date{
	padding-left: 0px;
}

.control-daterange .middle{
	text-align: center;
	padding: auto 0px;
	line-height: 40px;
}

/* 控件 - 时间 - 单个*/
.control-date{
	background:url('../../img/eventMobile/icon-date.png') no-repeat right;
	background-size: 25px;
}


/* 控件 - 上传文件 */
.control-upload dt{
	color: #3677a5;
	padding-top: 5px !important;
	cursor: pointer;
	font-size: 1.7rem;
}

.control-upload li{
	font-size: 1.1rem
}

.control-upload .icon-upload{
	vertical-align: -7px;
	margin-right: 5px;
}

/* for iScroll 5 */
#wrapper{
	width: 100%;
	/* overflow:hidden; */
	-webkit-box-flex:1;
	box-flex:1;
	position: relative;
	/*background: #f0f0f0*/
	max-width: 640px;
    margin: auto;
}

/*@media screen and (min-width: 970px){
	#wrapper{
		overflow: auto !important
	}
}*/

#wrapper>.scroll{
	width: 100%;
}

/*slider*/
.slider{
	display:none;
}/*用于获取更加体验*/
.focus{
	background:none!important;
}
.focus div{
	width:100%!important;
	right:0!important;
	text-align:center!important;
	margin-top: -12px!important;
}
.focus div span{
	float:none!important;
	display:inline-block!important;
}
.focus span{
	width:8px;
	height:8px;
	margin-right:8px;
	border-radius:50%;
	background:#cacaca;
	font-size:0
}
.focus span:last-child{
	margin-right:0;
}
.focus span.current{
	background:#ea3232
}

/************************* 页面样式 *************************/
.regist{
	font-size: 1.4rem;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border:1px solid #ababab;
	background-color:#fff;
	padding:10px;
}
.regist p{
	margin-bottom:10px;
}

/*产品分类列表*/
.product-cata-list {
	margin:10px 0;
}
.product-cata-list li{
	margin-bottom:10px;
	border:1px solid #cacaca;
	padding:5px;
	background-color:#fff;
	position:relative;
}
.product-cata-list li p.title{
	text-align:center;
	height:40px;
	line-height:40px;
	background-color:#eaeaea;
}
.product-cata-list li img{
	max-width:100%;
	height: auto;
}
.product-cata-list li button.btn-check-detail{
	position:absolute;
	right:20px;
	top:146px;
	width:30%;
	padding: 6px 0;
}
.product-cata-list .img {
    background-position:0 0 ;
    background-repeat:no-repeat;
    background-size:cover;
    height:135px;
}
.product-list-block  .col-xs-3{
	padding-left:0;
    background-size:cover;
    background-position:0 0;
    background-repeat:no-repeat;
    /*height: 80px;*/
}
.product-list-block li{
	border-bottom:1px solid #d9d9d9;
	padding:10px;
	max-height: 110px;
	overflow: hidden;
}
.product-list-block li .article-text{padding-left:0 !important;}
.product-list-block li p{
	color:#787878;
    font-size:12px !important;
    overflow:hidden;
	line-height: 20px !important;
	max-height: 60px;
    text-overflow:hidden;
    /*white-space:nowrap;*/
}
.product-list-block li h5.title{
	color:#000;
	font-size:1.8rem;
	margin-bottom: 10px;
	max-width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
}
.product-list-block li p img{
	display: none;
}
.index-top{
	position:relative;
}
.index-top img{
	width:100%;
	height: 200px;
}
.index-top p.title{
	height:45px;
	line-height:45px;
	background:rgba(0,0,0,0.6);
	color:#fff;
	position:absolute;
	bottom:0;
	width:100%;
	padding-left:10px;
}
.index-cata-list dl{
	text-align:center;
	font-size:0;
}
.index-cata-list dd{
	width:32%;
	display:inline-block;
	border-right: 1px solid #d2e9ea;
    border-bottom: 1px solid #d2e9ea;
}
.index-cata-list dd a{
	display:block;
	height:100%;
	text-align:center;
	padding:10px;
	font-size:1.4rem;
	color:#000;
}
.index-cata-list dd a i{
	display:block;
	width:50px;
	height:50px;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin: 7px auto;
	background-image:url('../../img/scrmMobile/menu-list-ico.png');
	background-repeat:no-repeat;
	background-size:82%;
}
.index-cata-list .index-ico{
	width: 60px;
	height: 60px;
	display: block;
	/* border-radius: 50%; */
	/* -webkit-border-radius: 50%; */
	margin: 7px auto;
}
.index-product-ico{
	background-color:#40b3bd;
	background-position: 4px 5px;
}
.index-article-ico{
	background-color:#eb544b;
	background-position: 4px -37px;
}
.index-active-ico{
	background-color:#40bd95;
	background-position: 4px -77px;
}
.index-pic-ico{
	background-color:#fdaa60;
	background-position: 4px -118px;
}
.index-download-ico{
	background-color:#a9c553;
	background-position: 4px -161px;
}
.index-center-ico{
	background-color:#2fc8ce;
	background-position: 4px -200px;
}
.index-about-ico{
	background-color:#f57798;
	background-position: 4px -241px;
}
.index-contact-ico{
	background-color:#d8cb5a;
	background-position: 4px -283px;
}
.login-regist-block{
	background:rgba(255,0,0,0.8);
	position:fixed;
	bottom:0;
	width:100%;
}
.login-regist-block .btn-link{
	color:#fff;
	display:inline-block;
	height:45px;
	line-height:45px;
	padding:0 10px;
}

.btn-modify-password{
	  margin-top: 20px;
}

.album-list{
	margin:10px 0;
}
.album-list li{
	padding:5px;
	border:1px solid #cacaca;
	margin-bottom:10px;
	background-color:#fff;
}
.album-list li .img {
    background-size: cover;
    background-position: 0 0;
    background-repeat:no-repeat;
    height: 170px;
}
.album-list li .description {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    height: 30px;
    line-height: 30px;
}
.album-list li a{
	display:block;
}
.album-list li img{
	max-width: 100%;
	height: auto;
	margin-bottom:5px;
}

.article-detail-block{
	padding-top:20px;
	overflow: hidden;
}
.article-detail-block p.title{
	padding-bottom: 10px;
   /*margin-bottom: 14px;*/
    /*border-bottom: 1px solid #e7e7eb;*/
    text-align: left;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
}
.article-detail-block dl{
	width: 100%;
    text-align: left;
    margin-bottom: 18px;
    line-height: 20px;
    font-size: 16px;
    color: #8c8c8c;
}
.article-detail-block dl dd{
	display: inline-block;
	color:#787878;
}
.article-detail-block dl dd .ico-detail{
	background-image:url('../../img/scrmMobile/album-detail-ico.png');
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	display: inline-block;
	background-size: 97%;
}
.ico-detail-comment{
	background-position:0 0;
}
.ico-detail-time{
	background-position:0 -23px;
}
.article-detail-block dl dd span.dateT{
	    color: #8c8c8c;
}
.article-detail-block dl dd span.compT{
	    color: #607fa6;margin-left: 10px;
}
.article-detail-block .content{
	padding-top:10px;
}
.article-detail-block .content{
	margin-bottom:20px;
	color:#3f3f3f;
	font-size:14px;
	line-height: 1.75em;
	font-family:'Microsoft YaHei';
}
.article-detail-block .content img{
	max-width:100%;
	height: auto;
}

.article-detail img{
    height:160px;
}
.article-detail p.title{
	font-size:16px;
}

.charge-style {
	padding-top:10px;
}
.charge-style  p,.charge-style .btn{
	margin-bottom:10px;
}

.product-detail-block .content{
	padding:10px;
	text-align:center;
}
.product-detail-block .content p.title{
	font-size:1.8rem;
}
.product-detail-block .content p.price{
	color:#ea3232;
	margin-bottom:10px;
}
.product-detail-block .content .divid{
	height:1px;
	background-color:#cacaca;
}
.product-detail-block .content .text{
	color:#787878;
	font-size:1.4rem;
	padding:10px 0;
}
.product-detail-block .content .text p{
	margin-bottom:15px;
	text-align:left;
}

.doc-list li{
	padding:10px 0;
	border-bottom:1px solid #e0e0df;
	background-color:#fff;
}
.doc-content{
	width:80%;
	display:inline-block;
}
.doc-content p.title{
	font-size:1.8rem;
	color: #000;
}
.doc-content span{
	color:#787878;
	margin-right: 10px;
}
.doc-content .content{
	float:left;
	position:relative;
	top:10px;
}
.doc-ico{
	background: url('../../img/scrmMobile/doc-list-ico.png') no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    display: inline-block;
    float: left;
}
.doc-ico-doc,.doc-ico-docx{
	background-position: 0 0;
}
.doc-ico-txt{
	background-position: 0 -60px;
}
.doc-ico-pdf{
	background-position: 0 -120px;
}
.doc-ico-ppt,.doc-ico-pptx{
	background-position: 0 -180px;
}
.doc-ico-xls,.doc-ico-xlsx{
	background-position: 0 -240px;
}
.doc-list .btn-download{
	background:url('../../img/scrmMobile/doc-download-ico.png') 0 0 no-repeat;
	background-size:contain;
	display: inline-block;
	width: 35px;
	height: 35px;
	position: relative;
	top: 10px;
}

.contact-block{
	height:300px;
	border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ababab;
	margin:10px 0;
	background-color:#fff;
	overflow:hidden;
}
.contact-block p.title{
	font-size:1.6rem;
	background-color:#f7f7f5;
	height:40px;
	line-height:40px;
	padding-left:10px;
	border-bottom:1px solid #cacaca;
}
.contact-block .content{
	padding:10px;
}
.contact-block .content .divid{
	height:1px;
	border-bottom:1px dashed #d4d4d4;
	margin: 5px 0;
}
.contact-block .content table td {
  vertical-align: top;
  font-size:1.3rem;
  padding: 5px 0;
}
.contact-block .content table td:first-child{
	min-width:80px;
}
.about-us-block {
	margin-top:10px;
	font-size:1.4rem;
}
.about-us-block p{
	margin-bottom:10px;
}

.change-success-block div{
	border:1px solid #ababab;
	padding:15px 10px;
	margin:50px auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
}
.change-success-block div img{
	width:15%;
	max-width:80px;
	display:block;
	margin:0 auto 10px;
}

.tag-block{
	padding:1px;
	border:1px dashed #ffdada;
	margin:20px 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	overflow:hidden;
}
.tag-block p{
	padding:10px;
	background-color:#ffdada;
	border:1px dashed #ffdada;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.album-list-block{
    padding:5px;
}
.album-list-block li{
	width:33.33%;
	float:left;
    height: 90px;
    margin-bottom: 10px;
}
.album-list-block li div {
    background-size: cover;
    background-position: 0 0;
    background-repeat:no-repeat;
    height: 100%;
    margin: 5px;
}

.ajaxLoading {
    height:40px;
    text-align:center;
    background:url("../../img/scrmMobile/ajax-loader.gif") no-repeat center center;
    background-size:6%;
}
/* 商务模版标准 - 标准 - 会议信息模块*/
.to-mhome .panel-meeting-detail .to-table{
	margin-top: 0
}

.to-mhome a{
	color: inherit;
	text-decoration: none
}

.to-mhome-menu{
	/*overflow: hidden;*/

}

.to-mhome-menu dd{
	float: left;
	width: 33.3%;
	text-align: center;
}

.to-mhome-menu dd .to-icon{
	width: 45px;
	height: 45px;
	background-size: 110px !important;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.to-mhome-tab .to-mhome-banner{
	height: 160px;
}

.to-mhome-menu dd .menu-inner{
	display: table-cell;
	vertical-align: middle;
}

/* 九宫格 - 模版 - 1*/
.to-mhome-menu.menu-type-1{
	/*padding: 5px;*/
}

.to-mhome-menu.menu-type-1 dd{
	padding: 10px;
	display: none;
}
.to-mhome-menu.menu-type-1 dd:last-child{
	/*border-right: none;*/
}
.to-mhome-menu.menu-type-1 dd .menu-inner{
	background: white;
	border:1px #d8d8d8 solid;
	border-radius: 5px;
	box-shadow: 1px 1px 4px #CDCDC4;
}

.to-mhome-menu.menu-type-1 dd .menu-inner:active{
	background:#efefef;
}

.to-mhome-menu.menu-type-1 dd .icon-meeting-detail{
	background-image: url('../../img/eventMobile/mhomeMenus/type1/meeting-detail.png');
}

.to-mhome-menu.menu-type-1 dd .icon-meeting-schedule{
	background-image: url('../../img/eventMobile/mhomeMenus/type1/meeting-schedule.png');
}

.to-mhome-menu.menu-type-1 dd .icon-guest-intro{
	background-image: url('../../img/eventMobile/mhomeMenus/type1/guest-intro.png');
}

.to-mhome-menu.menu-type-1 dd .icon-meeting-pictures{
	background-image: url('../../img/eventMobile/mhomeMenus/type1/meeting-pictures.png');
}

.to-mhome-menu.menu-type-1 dd .icon-video-share{
	background-image: url('../../img/eventMobile/mhomeMenus/type1/video-share.png');
}

.to-mhome-menu.menu-type-1 dd .icon-docs-download{
	background-image: url('../../img/eventMobile/mhomeMenus/type1/docs-download.png');
}

.to-mhome-menu.menu-type-1 dd .icon-comments{
	background-image: url('../../img/eventMobile/mhomeMenus/type1/comments.png');
}

.to-mhome-menu.menu-type-1 dd .icon-survey{
	background-image: url('../../img/eventMobile/mhomeMenus/type1/survey.png');
}

.to-mhome-menu.menu-type-1 dd .icon-about-us{
	background-image: url('../../img/eventMobile/mhomeMenus/type1/about-us.png');
}


/* 九宫格 - 菜单 - 模版 - 2*/
.to-mhome-menu.menu-type-2 dd .menu-inner:active{
	background:#E9E9E9;
}

.to-mhome-menu.menu-type-2 dd .icon-meeting-detail{
	background-image: url('../../img/eventMobile/mhomeMenus/type2/meeting-detail.png');
}

.to-mhome-menu.menu-type-2 dd .icon-meeting-schedule{
	background-image: url('../../img/eventMobile/mhomeMenus/type2/meeting-schedule.png');
}

.to-mhome-menu.menu-type-2 dd .icon-guest-intro{
	background-image: url('../../img/eventMobile/mhomeMenus/type2/guest-intro.png');
}

.to-mhome-menu.menu-type-2 dd .icon-meeting-pictures{
	background-image: url('../../img/eventMobile/mhomeMenus/type2/meeting-pictures.png');
}

.to-mhome-menu.menu-type-2 dd .icon-video-share{
	background-image: url('../../img/eventMobile/mhomeMenus/type2/video-share.png');
}

.to-mhome-menu.menu-type-2 dd .icon-docs-download{
	background-image: url('../../img/eventMobile/mhomeMenus/type2/docs-download.png');
}

.to-mhome-menu.menu-type-2 dd .icon-comments{
	background-image: url('../../img/eventMobile/mhomeMenus/type2/comments.png');
}

.to-mhome-menu.menu-type-2 dd .icon-survey{
	background-image: url('../../img/eventMobile/mhomeMenus/type2/survey.png');
}

.to-mhome-menu.menu-type-2 dd .icon-about-us{
	background-image: url('../../img/eventMobile/mhomeMenus/type2/about-us.png');
}

.to-mhome-menu.menu-type-2 dl{
border-bottom: 1px #d8d8d8 solid;
}

.to-mhome-menu.menu-type-2 dd{
	margin-bottom: -1px
}

.to-mhome-menu.menu-type-2 dd .menu-inner{
	border-right: 0;
	margin-right: -1px;
}
/*label-input*/
.label-input{
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	background: #ffffff;
	height: 42px;
	width: 100%;
	margin-bottom: 15px;
}
.label-input label, .label-input input{
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
.label-input label{
	color: #6d6d72;
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	top: -2px;
}
.label-input input{
	height: 40px;
	line-height: 40px;
	width: auto;
	top:-10px;
	border: none;
	outline: none;
}



/*yaoweiping 2015-10-23 add*/
.w100{ width: 100%; color: #686868; font-size:1.4rem; }
/*修改个人信息*/
.Modify－user.table{ font-family: 'Microsoft Yahei'; margin: 0; padding: 0; border-bottom: none; }
.Modify－user.table>tbody>tr>td{ padding:12px; }
.Modify－user.table>tbody>tr>td input{ border:none; width: 100%; color:#8f908a; }
.Modify－user.table>tbody>tr>td input[type=submit]{ color:#fff; font-size: 16px; }
.Modify－user.table-striped>tbody>tr:nth-of-type(odd) { background-color: #f3f3f3; }
.Modify－user.table-striped>tbody>tr:nth-of-type(even) { background-color: #fff; }
.cz{background-color: #f3f3f3;font-family: 'Microsoft Yahei'; padding: 0 15px;}
.cz .row{background-color: #fff; padding: 15px 0; margin-bottom: 20px;}
.cz .money-T{color: #ff9000;font-size: 28px;font-weight: bold;}
.cz input{ border:none; width: 100%; color:#8f908a; }
.cz input[type=submit]{ color:#fff; font-size: 16px; }


.menu-inner.menu-a p {
  max-width: 70px;
  margin: 0 auto;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
