﻿@charset "UTF-8";
/* CSS Document */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body, div, p, span, h1, h2, h3, h4, h5, h6, dd, dl, dt, ul, ol, li, input, textarea, select {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
	vertical-align: middle;
	
}
body {max-width:750px; height: auto; margin: 0 auto;}
a {
    text-decoration: none;
    margin: 0;
    padding: 0;
	color: #000;
}

a:hover {
	text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

.sharewrap { width:100%; overflow: hidden; background: #f3f5f6;}

.share-head { width: auto; overflow: hidden;}
.share-head-img { width: auto; overflow: hidden;}
.share-head-img img { width: 100%; max-width: 100%; display: block; margin: 0 auto;}

.share-title { width: auto; overflow: hidden; background: #fff; padding: 10px;}
.share-title h5 { font-size: 15px; color: #333; font-weight: normal;}
.share-title h6 { font-size: 14px; color: #f14253; font-weight: bold; padding-top: 8px;}

.share-info { width: auto; overflow: hidden; background: #fff; margin-top: 10px;}
.share-info-name { width: auto; overflow: hidden; padding: 10px;}
.share-info-name h3 { font-size: 15px; color: #333; font-weight: normal; border-bottom: 2px solid #15bbc5; display: inline-block; padding-bottom: 7px;}
.share-info-pic { width: auto; overflow: hidden;}
.share-info-pic img { width: 100%; display: block; max-width: 100%; margin: 0 auto;}

.floatheight{
		width: 100%;
		height: 50px;
	}
	.llzhucebtn{
		position: fixed;
		bottom: 10px;
		width: 100%;
		height: 46px;
		margin: 0 auto;
		max-width: 750px;
	}
	.llzhucebtn a{
		text-decoration: none;
		display: block;
		text-align: center;
		font-size: 17px;
		color: #fff;
		background: #15bbc5;
		width: 90%;
		height: 46px;
		margin: 0 auto;
		line-height: 46px;
		border-radius: 100px;
	}