.tc-share.common-share-window {
	width: 580px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}

.tc-share.common-share-window .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tc-share.common-share-window .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}

.tc-share.common-share-window .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/match/close-icon.png) -10px -10px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}

.tc-share.common-share-window .main-title i.close:hover {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/match/close-icon.png) -10px -60px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
	cursor: pointer;
}

.tc-share.common-share-window .main {
	width: 100%;
	float: left;
}

.tc-share.common-share-window .main ul {
	float: left;
	margin: 50px 0 50px 65px;
}

.tc-share.common-share-window .main ul li {
	width: 70px;
	float: left;
	font-size: 14px;
	color: #6f7880;
	text-align: center;
	margin-right: 50px;
}
.tc-share.common-share-window .main ul li em{ font-style:normal; text-align: center;
	font-size: 14px;
	color: #666;}
.tc-share.common-share-window .main ul li a {
	text-align: center;
	font-size: 14px;
	color: #666;
}

.tc-share.common-share-window .main ul li a {
	width: 54px;
	height: 54px;
	float: left;
	margin-bottom: 10px;
	margin-left: 8px;
	cursor: pointer;
}

a .pyq {
	background: url(../../image/match/share-icon.png) -20px -10px no-repeat;
}

a.wechat {
	background: url(../../image/match/share-icon.png) -20px -100px no-repeat;
}

a .qzone {
	background: url(../../image/match/share-icon.png) -20px -190px no-repeat;
}

a .sina {
	background: url(../../image/match/share-icon.png) -20px -280px no-repeat;
}

a .tencent {
	background: url(../../image/match/share-icon.png) -20px -370px no-repeat;
}

.tc-share.common-share-window .main ul li:hover {
	cursor: pointer;
}

.tc-share.common-share-window .main ul li:hover a {
	text-decoration: underline;
}

.tc-share.common-share-window .main .btn {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}

.tc-share.common-share-window .main .btn button {
	width: 130px;
	height: 35px;
	font-size: 14px;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
	border: 1px solid #00c177;
	color: #00c177;
	background: #fff;
}

.tc-share.common-share-window .main .btn button:hover {
	background: #01B26E;
	color: #fff;
}

.tc-share.common-share-window .tc-btn {
	text-align: center;
    margin-bottom: 25px;
}

.tc-share.common-share-window .tc-btn button {
	border: 1px solid #00C177;
    color: #00C177;
    margin-left: -7px;
    background: #fff;
    width: 130px;
    height: 35px;
    font-size: 14px;
    border-radius: 2px;
}

.tc-share.common-share-window .tc-btn button:hover {
    background: #01B26E;
    color: #fff;
}