/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
*{
	margin:0;
	padding:0;
}
body,
html {
    width: 100%;
    height: 100%;
    /*overflow-x: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
a {
    cursor: pointer;
}
li {
	list-style: none;
}
.clear{
	clear: both;
}
/* 导航栏 */

@media (min-width: 768px)
{
	.navbar-nav>.active>a{
		font-size:16px;
		background-color: #f8f8f8 !important;
		color:#ff5722 !important;
	}
	.navbar-nav>li>a{
		font-size:16px;
		color:#202020 !important;
		padding:0 0 5px 0;
		margin:15px 30px 10px 15px;
	}
	.navbar-nav>.active>a{
		border-bottom:3px solid #ff5722;
		border-radius: 2px;
	}
}

/* 内容区域 */
.banner{
	width:100%;
	height:600px;
	margin-top:55px;
	background:url('../img/yizhu/www/header_image.jpg');
	background-position: center center;
	background-size: cover;
}
.banner .intro-1,.banner .intro-2{
	color:#fff;
	font-weight: 200;
}
.banner .intro-1{
	padding-top:240px;
	font-size:40px;
	line-height: 48px;
}
.banner .intro-2{
	margin-top:20px;
	font-size: 24px;
	line-height: 32px;
}

.section-a{
	background: #f6f6f6;
	padding:160px 0;
}
.section-b{
	background: #fff;
	padding:160px 0;
}
.title{
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	color: #202020;
}
.subtitle{
	font-size: 24px;
	text-align: center;
	color: #202020;
	font-weight: 400;
	margin-top:24px;
}
.content-title{
	 font-size:20px;
	 color:#202020;
}
.content-des{
	font-size:14px;
	color:#a0a0a0;
}
/* 修改 swiper 导航小点*/
.swiper-pagination-bullet-active{
	background: #ff5722 !important;
}
.swiper-pagination-bullet{
	width:12px !important;
	height:12px !important;
	border:1px solid #ff5722 !important;
	background: #fff;
	opacity: 1 !important;
}

/*短时医嘱*/
.yizhu .doctor-head{
	margin-top: 96px;
	width:48px;
	height:48px;
	display: inline-block;
	float: left;
}
.yizhu-content{
	width:80%;
	margin-top: 96px;
	padding:24px;
	font-size: 14px;
	border:1px solid #ddd;
	float: right;
	display: inline-block;
	border-radius: 24px;
	background-color: #ffffff;
	box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);
}
.yizhu .doctor-name{
	font-size:16px;
	color:#202020;
}
.yizhu .doctor-hos{
	color:#a0a0a0;
	font-size:14px;
	margin-top: 5px;
}
.yizhu .doctor-sec{
	background: #ff5722;
	border-radius: 3px;
	color:#fff;
	font-size: 12px;
	line-height: 16px;
	font-size: 400;
	padding:2px 4px;
}
.yizhu .doctor-yizhu img{
	width:18px;
	vertical-align: top;
}
.yizhu .doctor-yizhu span{
	margin-left:12px;
	width:80%;
	margin-bottom: 10px;
	display: inline-block;
	color:#000;
}

/*精品课程*/
.event .cover-img{
	height:120px;
	background-position: center center;
	background-size: cover;
}
.event .content-des{
	color: #a0a0a0;
	font-size: 14px;
}
.event .content-bottom{
	margin-top: 40px;
}
.event .doctor-head{
	width:40px;
	vertical-align: top;
}
.event .doctor-info{
	display: inline-block;
	margin-left:16px;
}
.event .doctor-name{
	color:#202020;
	font-size: 16px;
	line-height: 20px;
}
.event .doctor-hos{
	margin-top: 6px;
	color:#a0a0a0;
	font-size: 14px;
	line-height: 18px;
}

/*热门讲师*/
.doctor-block{
	margin-top:96px;
}
.doctor{
	text-align: center;
}
.doctor img{
	width:160px;
	height:160px;
}
.doctor .name{
	color: #202020;
	font-size: 20px;
}
.doctor .des{
	margin-top:12px;
	font-size: 14px;
	line-height: 24px;
	color: #a0a0a0;
}

/*合作医院*/
.hospital{
	padding-bottom:108px;
}
.swiper-container-hospital{
	/*bottom:96px!important;*/
}
.swiper-container-hospital .content-bottom{
	margin-top:52px;
	color:#a0a0a0;
}
.swiper-container-hospital .content-bottom img{
	width:14px;
	margin-right: 5px;
}

/*平台背景*/
.pingtai-block{
	margin-top:96px;
	border:1px solid #e8e8e8;
	background: #fff;
	padding:0;
}
.pingtai-content{
	padding:24px;
}
.pingtai-content .content-des{
	margin-top:12px;
}
img{
	width:100%;
}
@media (min-width: 992px){

.doctor .col-md-3,.hospital .col-md-3,.pingtai .col-md-3 {
    width: 22%;
    margin-left:1.5%;
    margin-right:1.5%;
}

.event .col-md-4{
	width:30.33333333%;
    margin-left:1.5%;
    margin-right:1.5%;
}

}
/* 底 bar */

.footer{
  background-color: #202020;
  font-size:14px;
  line-height: 16px;
	letter-spacing: normal;
	font-weight: 400;
	color: #ddd;
}
.footer .grey{
	color:#a0a0a0;
}
.footer-qrcode{
	padding:0 0 63px 0;
}
.footer hr{
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
	border:none;
	margin:0;
}
.footer-qrcode span{
	display: block;
	margin-top:24px;
}
.footer-middle{
	padding:48px 0;
}
.footer-middle .content{
	line-height: 24px;
}
.footer-link{
	line-height: 60px;
}
.footer-link li{
	float: left;
	margin-right: 20px;
}
.footer-link a{
	color:#ddd;
}
.footer-link a:hover{
	color:#fff;
}
.footer-icp{
	padding:20px 0;
	line-height: 26px;
	text-align: center;
}
.footer img{
	margin-top:96px;
	width:50%;
}

/* -- 讲师登录 -- */
#btnCheckCode{
	display:inline-block;
	width:38%;
	font-size:16px;
	color:#ff5722;
	text-align: center;
	border-left: 1px solid #d0d0d0;
	cursor: pointer;
}
.question-a{
	margin-top: 80px;
}
.question-a a{
	font-size: 14px;
	color:#a0a0a0;
}
.question-a a:hover{
	color:#666;
	text-decoration:underline
}
/* -- 机构登录 -- */
.login-block{
	background: #fff;
	border:1px solid #ddd;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding-bottom:64px;
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
}
.login-block input{
	height: 48px;
	width:80%;
	padding-left: 10px;
	border:1px solid #d0d0d0;
}
.login-block .input-user{
	margin-top: 48px;
}
.login-block .input-pass{
	margin-top:24px;
}
.login-block .input-title{
	line-height: 48px;
	color:#202020;
	text-align: right;
}
.login-header{
	height:63px;
	line-height: 63px;
	padding-left: 24px;
	border-bottom:1px solid #ddd;
}
.login-qrcode{
	text-align: center;
	padding:80px 0 64px 0;
}
.login-qrcode .line1{
	font-size: 14px;
	color:#202020;
	margin-top: 20px;
}
.login-qrcode .line2{
	margin-top:4px;
	font-size: 14px;
	color: #a0a0a0;
}
.login-kf-code{
	width:160px;
	height:160px;
}
.login-button{
	margin-top: 24px;
	color:#fff;
	background: #ff5722;
	width: 160px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	cursor:pointer;
}
.login-button:hover{
	background: #ff6022;
}
.org img{
	width: 80px;
	margin-top: 96px;
}
.org .icon{
	margin-top: 24px;
	text-align: center;
	font-size: 20px;
	color: #202020;
}

/* 小屏适配 */
@media (max-width: 500px) {
	.banner .intro-1,.title{
		font-size:27px;
	}
	.banner .intro-2,.subtitle{
		font-size:19px;
	}
	.section-a,.section-b{
	      padding:80px 0;
	}
	.content-title{
		font-size:18px;
	}
	.yizhu .doctor-head,.pingtai-block,.doctor-block{
		margin-top:48px;
	}
	.yizhu .yizhu-content{
		margin-top: 48px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		margin-top: 40px !important;
	}
}
