.tc-share.common-share-window {
	width: 580px;
	height: auto;
	border-radius: 10px;
	background: #fff;
	display: none;
}

.tc-share.common-share-window .main-title {
	width: 100%;
	height: 45px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tc-share.common-share-window .main-title h3 {
	line-height: 60px;
	font-size: 22px;
	color: #111213;
	font-weight: 600;
	float: left;
	text-indent: 20px;
}

.tc-share.common-share-window .main-title i.close {
	float: right;
	width: 20px;
	height: 20px;
	background-image: url(/image/show/mooc/btn_close.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
	position: absolute;
	top:20px;
	right:20px;
}

.tc-share.common-share-window .main {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.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;
	position: relative;
}
.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: 40px;
}

.tc-share.common-share-window .tc-btn button {
    color: #615f60;
    margin-left: -7px;
    background: #EEEEEE;
    width: 130px;
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
	cursor: pointer;
}

.tc-share.common-share-window .tc-btn button:hover {
	background: #EEEEEE;
}

.tc-share .qrcodeContainer{
	position: absolute;
	width: 120px;
	height: 120px;
	left: 50%;
	margin-left: -70px;
	top: -150px;
	border-radius: 6px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	display: none;
}
.tc-share .weixin_box:hover .qrcodeContainer{
	display: block;
}
.tc-share .qrcodeContainer img{
	width: 120px;
	height:120px;
}