@charset"UTF-8";
.mui-scroll{
	/* padding-top:44px; */
}
.mui-scroll-wrapper{
	/* width:auto!important; */
	background:#fff;
}
.content{
	height:100%;
	padding:10px;
	padding-bottom:150px;
}
.content img{
	max-width:100%;
	height:auto;
}
.content table{
	width:100% !important;
}
.content table tr td{
	vertical-align: middle;
}
.text_container p{
	line-height: 1.6rem;
    color: #222;
    margin-bottom: 10px;
    text-align: justify;
    word-break: break-all;
}
/***************投保须知**********************/
.clause{
	padding: 10px 10px 15px;
    border-bottom: #ddd 1px solid;
}
.clause h1{
	width: 100%;
    line-height: 1.8rem;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.clause ul{
	padding-left:0;
}
.clause ul li{
	height: 3.2rem;
    line-height: 3.2rem;
    background: #f5f5f5;
    border: #e9e9e9 1px solid;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin-bottom: 10px;
    border-radius: 6px;
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
}
.notice h1{
	width: 100%;
    line-height: 1.8rem;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

/*****************理赔服务*********************/
.menu-title{
	margin-bottom:15px;
}
/*******************常见问题********************/
p span{
	font-weight: 700;
}
