body {
	color: #808080;
}

.illness-logo img {
	height: 150px;
	width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.smallContent {
	height: 50px;
	margin: 0px 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	overflow: hidden;
}
.smallContent .left,
.right {
	line-height: 50px;
}

.smallContent .left .typeface,
.right .typeface,
.subtitle .subtitle-right .typeface {
	font-size: 18px;
	display: inline;
}

.smallContent .left .nametext,
.right .nametext {
	display: inline;
}

.overview {
	font-size: 14px;
	margin: 20px 10px;
}

.subtitle {
	border-top: 1px solid #CCCCCC;
	margin: 0px 10px;
	font-size: 14px;
}

.subtitle .subtitle-info {
	height: 45px;
	overflow: hidden;
}

.subtitle .subtitle-left,
.subtitle-left2 {
	float: left;
	margin-top: 20px;
}

.subtitle .subtitle-right {
	float: right;
	margin-top: 17px;
}

.subtitle .subtitle-left img {
	width: 13px;
	height: 14px;
	margin-right: 5px;
	margin-top: -2px;
}

.subtitle .subtitle-left2 {
	padding-left: 18px;
}

.faq,
.flow-title,.flow2-title{
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.issue,
.flow-info,
.datum{
	margin: 0px 10px;
	border-top: 1px solid #CCCCCC;
}

.issue ul li {
	margin-top: 36px;
	font-size: 14px;
	color: #808080;
}

.issue ul li:first-child {
	margin-top: 20px;
}
.fewer {
	text-align: center;
	font-size: 14px;
	color: #008A42;
	padding: 20px 0px;
}

.fewer img {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	margin-top: -3px;
}

.hang {
	height: 10px;
	width: 100%;
	background-color: #f5f5f5;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.flow-title {
	margin-top: 0px;
	border: 0;
}

.flow-info ul li {
	margin: 15px 10px;
	font-size: 14px;
}

.flow-info ul li .tag {
	text-align: center;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: relative;
    padding: 8px 0;
}

.flow-info ul li .arrow {
	position: absolute;
    width: 8px;
    height: 8px;
    bottom: -8px;
    left: calc((100% - 16px) / 2);
}
.flow-info ul li .arrow * {
	display: block;
	border-width: 10px;
	position: absolute;
	border-style: solid dashed dashed dashed;
	font-size: 0;
	line-height: 0;
}
.flow-info ul li .arrow em {
	border-color: #cccccc transparent transparent;
}

.flow-info ul li .arrow span {
	border-color: #FFF transparent transparent;
	top: -1px;
}
.flow2-title{
	margin-top: 0;
}
.datum{
	font-size: 14px;
	padding: 10px 0;
}
.illness-btn{
	height: 60px;
}
.illness-btn input{	
	-webkit-appearance: none;
	height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 4px;
   	background-color: #008A42;
    border: 0px;
    width: calc((100% - 30px) / 2);
    margin-left: 10px;
    float: left;
    margin-top: 10px;
}
.illness-btn #groom{
	background-color: rgba(255, 153, 0, 0.89);
}
.clause span,.clause2 span{
	color: #333333;
	margin-right: 27px;
}
.clause p,.clause2 p{
	margin-top: 36px;
}
.clause p,.clause2 p:first-child{
	margin-top: 15px;
}
.clause p,.clause2 p:last-child{
	margin-bottom: 15px;
}


.typeface {
	color: #FA6464;
}
.wenzi{
	color: #7fdb8a;
}
.nametext {
	color: #333333;
}
/*推荐*/
#capacity{
	position: fixed;
	background: rgba(0, 0, 0, .5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
#capacity .capacity{
	position: absolute;
	top: 10px;
	right: 10px;
}
#capacity .capacity img{
	width: 200px;
    height: 230px;
}

