/*头部banner*/
.sharing-banner{
	padding-top: 0px;
	padding-bottom: 30px;
	background-repeat: no-repeat;	
	background-position: top center;
	position: relative;	
}
.sharing-banner .banner-txt{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 20%;
}
.sharing-banner .banner-txt h5{
	font-size: 42px;
    font-weight: bolder;
    line-height: 1.2;
    color: #fff;
}
.sharing-banner .banner-txt h5 span{
	font-size: 26px;
    display: block;
}
.sharing-banner .banner-txt h5 span:before{
	content: "";
    display: block;
    border-bottom: 2px solid #58b530;
    margin: 5px 0px;
    width: 80px;
}
.sharing-banner .swiper-wrapper,.sharing-banner .swiper-slide,.sharing-banner .swiper-slide img{
	z-index: -1;
}
/*小V共享轮椅*/
.shareTop{
	margin-top: -25%;
	z-index: 99;
}
.sharing{
	background: rgba(255,255,255,0.95);
	padding: 10%;
}
.sharing .share-title{
	font-size: 35px;
	color: #24394e;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
}
.sharing .share-title span{
	display: block;
	font-size: 25px;
	font-weight: lighter;
}
.sharing .share-title span:before{
	content: "";
	display: block;
	height: 2px;
	width: 60px;
	background: #fa9507;
	margin: -2px auto;
}
.sharing .hospital-content{
	font-size: 14px;
	color: #666;
    line-height: 1.6;
}
.sharing .hospital-content .table td {
    padding: 0.25rem .75rem;
    color: #24394e;
    display:table-cell; 
    vertical-align:middle;
}
.sharing .chu-love{
	background: #f8f8f8;
}
.chu-love .love-title{
	background: #58b530;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding: 20px 15px;
	color: #fff;
}
.chu-love .love-content{
	font-size: 14px;
	line-height: 1.6;
	padding: 20px 20px;
}
.v-other .slide-box {       
    position: relative;
    padding: 0px 80px; 
}
.v-other .gallery-thumbs{border-radius:1px;line-height:40px;text-align:center;color:#000;font-size:16px;cursor:pointer}
.v-other .gallery-thumbs .swiper-slide-thumb-active{font-weight: bold; color:#f49209;border: 2px solid #f49209;}
.v-other .gallery-thumbs .swiper-slide:hover{color:#f49209}
.v-other .swiper-slide .other-img{	
	border: 1px solid #eeeeee;	
}
.v-other .swiper-slide img{
	max-width: 100%;
	
}
.slide-box .swiper-button-next, .slide-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.borrow .borrow-process img{
	width: 100%;
}
.borrow .borrow-con{
	background: #f8f8f8;
	font-size: 18px;
	line-height: 1.6;
	padding: 40px 20px;
}
.life{
	background: #f8f8f8;
}
.life img{
	max-width: 100%;
}
.want .want-title{
	background: #58b530;
	font-size: 30px;
	line-height: 1.2;
	padding: 20px 15px;
	color: #fff;
}
.want .want-con{
	background: #fbfbfb;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #58b530;
	padding: 30px 15px;
	text-align: center;
	min-height: 260px;
}
.want .want-con span{
	display: block;
	color: #2b2b2b;
	font-size: 16px;
}
.want .want-con img{
	max-width: 100%;
	margin-bottom: 20px;
}

.share-adv .adv-con{
	background: #f1f1f1;
	font-size: 20px;
	line-height: 1.6;	
	color: #2b2b2b;
	padding: 30px 30px;
	text-align: center;
}
.share-adv .adv-con.bgcolor{
	background: #fbfbfb;
}
.share-adv .adv-con span{
	display: block;
	color: #24394e;
	font-weight: bold;
	font-size: 40px;
}
.share-adv .adv-con img{
	max-width: 100%;
	margin-bottom: 20px;
}
@media (max-width:992px){
/*头部banner*/
.sharing-banner{
	padding-top: 0px;
	padding-bottom: 30px;
}
.sharing-banner .banner-txt h5{
	font-size: 36px; 
}
.sharing-banner .banner-txt h5 span{
	font-size: 24px;  
}
/*小V共享轮椅*/
.sharing{	
	padding: 20px;
}
.sharing .share-title{
	font-size: 24px;
}
.sharing .share-title span{
	font-size: 20px;
}
.sharing .hospital-content{
	font-size: 14px;
}
.chu-love .love-title{	
	font-size: 28px;
}
.chu-love .love-content{
	font-size: 14px;	
	padding: 15px 20px;
}
.v-other .slide-box {       
    position: relative;
    padding: 0px 40px; 
}
.v-other .gallery-thumbs{display: none;}
.borrow .borrow-con{
	font-size: 16px;	
	padding: 20px 10px;
	margin-bottom: 15px;
}
.want .want-title{
	font-size: 18px;
}
.want .want-con{
	font-size: 16px;
	margin-bottom: 15px;	
}
.want .want-con span{	
	font-size: 14px;
}
.share-adv .adv-con{	
	font-size: 16px;	
	padding: 10px 10px;
}
.share-adv .adv-con span{
	font-size: 20px;
}
}
@media (max-width:768px){
	/*头部banner*/
.sharing-banner{
	padding-top: 0px;
	padding-bottom: 30px;
}
.sharing-banner .banner-txt h5{
	font-size: 20px; 
}
.sharing-banner .banner-txt h5 span{
	font-size: 18px;  
}
.shareTop{
	margin-top: -20%;
}
/*小V共享轮椅*/
.sharing{	
	padding: 20px;
}
.sharing .share-title{
	font-size: 24px;
}
.sharing .share-title span{
	font-size: 20px;
}
.sharing .hospital-content{
	font-size: 14px;
}
.chu-love .love-title{	
	font-size: 20px;
}
.want .want-con {
    font-size: 14px;
}
.share-adv .adv-con{	
	font-size: 14px;	
	padding: 5px;
}
.share-adv .adv-con span{
	font-size: 16px;
}
}