@CHARSET "UTF-8";


.type-list-div{
	float:left;
	font-size: 14px;
	width: 100%;
	background: #ffffff;
}
.type-list-div .title-type-list{
	float:left;
	color: #4A4A4A;
	margin:10px 0px 10px 15px;
}
.type-list-div .all-type-ul{
	float:right;
	color: #FE6E6E;	
	margin:10px 15px 10px 0px;
}
.type-list-div .all-type-ul img{
	width:11px;
	margin-left:6px;
	margin-bottom: 1px;
	-webkit-transform: rotate(0deg); 
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); 
}
.type-list-div .all-type-ul img.top{
	-webkit-transform: rotate(-180deg); 
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); 
}


.ul-type-content{
	background: #EFEFEF;
	width:100%;
	float:left;
	font-size:12px;
}

.ul-type-content .li-type{
	margin-top:15px;
	margin-left:18px;
	margin-bottom:15px;
	float:left;
	padding:15px;
	border-radius: 5px;
	background: #DDDDDD;
	
}

.ul-type-content .li-type.active{
	font-size: 12px;
	color: #FFFFFF;
	background: #FE6E6E;
}

.content-div{
    width: 100%;
	z-index:0;
	display:inline-block;
}
.content-div.active{
	z-index: 100;
	height: 100%;
	position: fixed;
    background: rgba(0,0,0,0.6);
}
.article-content-ul{
	padding: 0px 5px 10px 5px;
}
.article-content-ul .article-content-li{
	background: #ffffff;
    width: 100%;
	display: inline-block;
	margin-top:10px;
}
.article-content-ul .article-content-li:first-child{
	margin-top:5px;
}
.article-content-ul .article-content-li .article-img img{
	width:100px;
	height:75px;
	padding:10px 5px 10px 5px;
	float:left;
}
.article-content .article-content-title{
	font-size: 14px;
	color: #222122;
	letter-spacing: 0;
	margin-top: 10px;
	height: 47px;
	padding-right: 10px;
}

.article-content .article-content-type{
	border: 1px solid #F56C6C;
    border-radius: 15px;
    color: #F56C6C;
    font-size: 12px;
    float: left;
    margin-top: 7px;
	padding: 2px 3px 2px 3px;
}
.article-content .article-content-time{
    color: #475669;
	letter-spacing: 0;
	float:right;
	font-size: 12px;
	margin-top: 7px;
	padding-right: 10px;
}
.article-detail-div{
	font-family: PingFang-SC-Medium;
	font-size: 14px;
	background:#ffffff;
}
.article-detail-div .article-detail-title{
	color: #FE6E6E;
	letter-spacing: 0.93px;
	line-height: 14px;
	text-align:center;
	padding-top: 15px;
	word-break: break-all;
}
.article-detail-div .article-detail-time{
	color: #666666;
	letter-spacing: 0.87px;
	line-height: 18px;
	text-align:center;
	margin-top:15px;
	font-size: 13px;
}
.article-detail-div .article-detail-content{
	line-height: 1.75;
	padding:15px;
	word-break: break-all;
        color: #646464;
}
.article-recommend{
	text-align:center;
	font-size: 12px;
	color: #4A4A4A;
	margin: 20px 0px 15px 0px;
}
.article-recommend span{
	border: 1px solid #979797;
    line-height: 12px;
    padding: 5px 11px 5px 11px;
}

.main-content .appointment-content{
	
    width:  100%;
    margin-top: 15px;
    font-size:  12px;
    text-align:  center;
    background: #FFFFFF;
    border-top: 5px solid #FE6E6E;
	
}	
.main-content .appointment-title{
	
    font-family: PingFang-SC-Medium;
    font-size: 17px;
    color: #FE6E6E;
    letter-spacing: 1.13px;
    margin-top: 15px;
	
}
.appointment-content .username{
	
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.93px;
	
}
#username,#birthday,#iphone,#date{
	outline: none;
	text-indent: 5px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    height: 32px;
    margin-left: 10px;
    margin-top: 16px;
    width: 6.5rem;
    padding: 0px;
}
.radio-content{
	margin-top:20px;
}
.radio-div{
	display: inline-block;
    width: 250px;
    margin-left: 10px;
	text-align: left;
}
label.first-label{
	margin-left:11px;
}
.man-sex,.women-sex{
	margin-right:3px;
}
.women-sex{
	margin-left:32px;
}
.appointment-content input:focus{
	border:1px solid #B0B0B0 !important;
}

.btn-submit .submit-appointment{
	background: #FFFFFF;
    border: 1px solid #FE6E6E;
    border-radius: 5px;
    width: 145px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: PingFang-SC-Regular;
    font-size: 15px;
    color: #FE6E6E;
    letter-spacing: 1px;
}

.btn-submit .submit-appointment:first-child{
	margin-right:30px;	
}
.description{
	font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.93px;
    margin-top: 16px;
}
#description{
	outline: none;
	resize: none;
	text-indent: 5px;
	border: 1px solid #B0B0B0;
	padding:5px 0 !important;
	padding: 0;
	border-radius: 5px;
	margin-left: 10px;
    width: 6.5rem;
	display: inline-block;
	vertical-align: top;
        padding: 0px;
}
.article-detail-content p,.article-detail-content span{
	font-family: 'Arial', 'Helvetica', sans-serif !important;
}