/* 微名片弹窗 */
.card {
	display: none;
	position: fixed;
	z-index: 99998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.card-mask {
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;
	filter: Alpha(Opacity=50);
}
.card-box {
	width: 350px;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background-color:#44c098;
	background-image:-webkit-gradient(linear, top, bottom, from(#44c098), to(#3da6ba));
	background-image:-webkit-linear-gradient(180deg, #44c098, #3da6ba);
	background-image:-moz-linear-gradient(180deg, #44c098, #3da6ba);
	background-image:-ms-linear-gradient(180deg, #44c098, #3da6ba);
	background-image:-o-linear-gradient(180deg, #44c098, #3da6ba);
	background-image:linear-gradient(180deg, #44c098, #3da6ba);
	padding: 18px 24px;
	box-sizing: border-box;
}
.create-part4 {
	margin-top: 15px;
}
.card-label {
	text-align: center;
}
.card-label .icon i {
	font-size: 56px;
	color: rgba(255,255,255,.15);
}
.card-label p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-top: -48px;
}
.card-label p i {
	position: absolute;
	left: ;
	top: 50%;
	transform: translateY(-50%);
	width: 88px;
	height: 1px;
	background: rgba(255,255,255,.4);
}
.card-label p i:first-child {
    left: 0;
}
.card-label p i:last-child {
    right: 0;
}
.card-title {
	font-size: 18px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.card-title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	width: 22px;
	height: 4px;
	left: 0;
	background: #fff;
}
.card-title a {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}
.card-main {
	background: #fff;
	padding: 20px 22px;
	border-radius: 3px;
	margin-top: 50px;
}
.card-main b {
	width: 80px;
	height: 80px;
	display: block;
	margin: -52px auto 0;
	border-radius: 50%;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	background: #fff url('/images/live/hblogo.png') no-repeat center center;
}
.card-main p {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-top: 16px;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 18px;
	margin-bottom: 10px;
}
.card-main span {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #999;
	font-size: 14px;
}
.card-create {
	background: #fff;
	padding: 20px 12px 40px 12px;
	border-radius: 8px;
	position: relative;
	top: -30px;
}
.create-part1 {
	position: relative;
	padding-bottom: 30px;
}
.create-part1 .card-create {
	margin-top: 60px;
}
.card-create label {
	color: #999;
	font-size: 14px;
}
.card-create label b {
	color: #f71b1b;
	margin-right: 3px;
}
.card-create .input {
	margin-top: 20px;
}
.card-create .input:first-child {
	margin-top: 0;
}
.card-create .input p {
	position: relative;
}

.card-create .input p.tip{margin-top: 10px;}
.card-create .input p.tip span{
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	background-color: white;
	border: 1px solid #3DBB93;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 5px;
	box-sizing: border-box;
}
.card-create .input p.tip span input {
    width: 0;
    height: 0;
    display: none;
	background-color: white;
	border: 1px solid #3DBB93;
	border-radius: 3px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	box-sizing: border-box;
	padding: 0;
}
.card-create .input p.tip a{color: #3DBB93;}
.card-create .input p.tip span.checked::after {
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 2px;
	left: 1px;
	border: 2px solid #3DBB93;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.card-create .input p.tip input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 3px;
	border: 2px solid #3DBB93;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.card-create .input p .yzm {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ff8837;
	font-size: 14px;
}
.card-create .input p .yzm.disable {
	display: none;
}
.card-create .input p input {
	height: 45px;
	line-height: 45px;
	width: 100%;
	border: 0;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #ddd;
}
.card-create .input p .count-down1 {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #ff8837;
	font-size: 12px;
	display: none;
}
.create-part1 .card-create .input p .num-code {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ff8837;
	font-size: 14px;
}
.create-part1 .card-create .input:nth-child(3) p input {
	color: #999;
}
.create-part1 .create-tips {
	font-size: 14px;
	color: #ff8837;
	margin-bottom: 15px;
}
.create-part2 {
	margin-top: 70px;
}
.create-part2 .card-detail {
	margin-top: 20px;
	border-radius: 6px;
	position: relative;
}
.create-part1 .card-detail {
	margin-top: 35px;
	border-radius: 6px;
	position: relative;
}
.create-part1 .btn-create {
	bottom: -50px !important;
}
.create-part2 .card-detail em,.create-part1 .card-detail em {
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #006EB6 transparent transparent;
}
.create-part2 .card-detail em::before, .create-part1 .card-detail em::before {
	content: '样';
	position: absolute;
	right: -34px;
	top: 4px;
	color: #fff;
	font-size: 14px;
}
.card-create-m {
	padding:0 12px 20px 12px;
	border-radius: 15px;
	background: #2ba587;
	position: relative;
}
.card-create-m::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 77px;
	background: url('/images/live/create-part2-bg.png') no-repeat center center;
	background-size: contain;
	width: 100%;
}
.card-create-m .card-create .input p input{
	color: #bababa;
}
.card-main-title b {
	width: 46px;
	height: 46px;
	display: block;
	margin-right: 10px;
	border-radius: 6px;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.1);
	float: left;
	background: #fff url('/images/live/hblogo.png') no-repeat center center;
	background-size: contain;
}
.card-main-title .text {
	overflow: hidden;
}
.card-main-title .text span {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 2px;
}
.card-main-title .text em {
	font-style: normal;
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.create-main .btn-create {
	display: block;
	width: 132px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 9;
}
.create-main .create-main-p {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.see-card {
	display: none;
	position: fixed;
	z-index: 99998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.card-detail {
	margin-top: 38px;
	overflow: hidden;
	padding: 28px 0 0;
	background-color: #ff8837 !important;
	position: relative;
	background: url("http://public.mtnets.com/Images/live/card-detail.png") no-repeat right top;
	border-radius: 3px;
	background-size: 100% auto;
    color: #fff;
}
.card-detail::after {
	content: "";
	display: block;
	width: 146px;
	height: 158px;
	position: absolute;
	right: 0;
	background: url("/images/live/card-detail.png") no-repeat right bottom;
	bottom: 0;
	opacity: 0.2;
    display: none;
}
.card-detail b {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 22px;
	padding: 0 22px;
}
.card-detail b span {
	font-size: 12px;
	color: inherit;
	font-weight: normal;
	margin-left: 10px;
}
.card-detail p {
	height: 36px;
	line-height: 34px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	margin: 20px;
	padding: 0;
	text-align: center;
	background-color: #e47c2f;
	border-radius: 18px 18px 18px 0;
}
.card-detail p i {
	color: inherit;
	font-size: 14px;
	font-weight: normal;
	margin-right: 4px;
}
.card-detail .company {
	height: 50px;
	line-height: 50px;
	background: #fff;
	color: #333;
	padding: 0 22px 0 34px;
	font-size: 14px;
	margin-top: 24px;
    position: relative;
}
.card-detail .company::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff8837;
}
.card-modify {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.card-modify a {
	width: 146px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background: #4876ff;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
}
.card-modify a:last-child {
	background: #2c8d40;
}
.card-modify a i {
	font-size: 14px;
	color: #fff;
	margin-right: 5px;
}
.create-part3 {
	margin-top: 68px;
}
/* 20221104 */
.create-part4 .card-tip {
	margin-top: 17px;
	padding: 12px 14px;
	background-color: rgba(255,255,255,.15);
}
.create-part4 .card-tip p {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}
.create-part4 .card-tip p:first-child {
	font-size: 16px;
	font-weight: bold;
}
.create-part4 .card-detail-1 {
	margin-top: 38px;
	overflow: hidden;
	padding: 24px 0 18px;
	background: #fff;
	position: relative;
	background: #fff url("http://public.mtnets.com/images/live/card-detail1.jpg") no-repeat;
	background-size: 100% 100%;
}
.create-part4 .card-detail-1 b {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 22px;
	padding: 0 8px 0 135px;
	color: #004f9c;
}
.create-part4 .card-detail-1 b span {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	margin-left: 10px;
}
.create-part4 .card-detail-1 p {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	margin-top: 8px;
	padding: 0 8px 0 135px;
	color: #333;
}
.create-part4 .card-detail-1 p i {
	color: #004f9c;
	font-size: 13px;
	font-weight: normal;
	margin-right: 10px;
}
.create-part4 .card-detail-1  span.card-img{
	position: absolute;
	left: 9px;
	bottom: 22px;
	width: 70px;
	height: 70px;
}
.create-part4 .card-detail-1 .company {
	height: 20px;
	line-height: 20px;
	color: #333;
	padding: 0 8px 0 95px;
	font-size: 14px;
	margin-top: 7px;
	overflow: hidden;
}
/* end */
.comment .form .item a.uploadImg {
	position: absolute;
	left: 52px;
	bottom: -37px;
	height: 30px;
	overflow: hidden;
}

.comment .form .item a.expression {
	height: 30px;
}
.comment .form .item a.uploadImg i {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(https://public.mtnets.com/Images/live/live-icon-666.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
	margin-top: 1px;
}
.comment .form .item a.uploadImg #uploadform {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.comment .area ul li p.comment-txt{
	border-radius: 0;
}
.comment .area ul li p.comment-txt img.comment-img{
	display: block;
	max-height: none!important;
}
#message img {
	width: auto;
}
@media only screen and (min-width: 1441px) and (max-width: 1640px) {
    .card-box {
		width: 320px;
		padding: 16px 20px;
	}
	.card-main {
		padding: 18px 20px;
	}
	.card-main p {
		font-size: 20px;
		padding-bottom: 14px;
	}
	.card-main b {
		width: 70px;
		height: 70px;
	}
	.card-create {
		padding: 22px 10px;
	}
	.card-create .input {
		margin-top: 15px;
	}
	.create-main .btn-create {
		height: 35px;
		line-height: 35px;
	}
	.card-detail {
		margin-top: 34px;
	}
	.card-create .input p input {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
    .create-part4 .card-detail-1 {
		padding: 22px 0 16px;
	}
	.create-part4 .card-detail-1 b {
		padding: 0 8px 0 120px;
	}
	.create-part4 .card-detail-1 p {
		margin-top: 6px;
		padding: 0 8px 0 120px;
	}
	.create-part4 .card-detail-1 .company {
		padding: 0 8px 0 85px;
		font-size: 14px;
		margin-top: 7px;
	}
	.create-part4 .card-detail-1 span.card-img {
		left: 7px;
		bottom: 22px;
		width: 66px;
		height: 66px;
	}
	.comment .form .item a.uploadImg {
		left: 35px;
		top: 6px;
	}
	.comment .form .item a.uploadImg i {
		width: 18px;
		height: 18px;
	}
}
@media only screen and (min-width: 1371px) and (max-width: 1440px) {
    .card-box {
		width: 320px;
		padding: 16px 20px;
	}
	.card-main {
		padding: 18px 20px;
	}
	.card-main p {
		font-size: 20px;
		padding-bottom: 14px;
	}
	.card-main b {
		width: 70px;
		height: 70px;
	}
	.card-create {
		padding: 22px 10px;
	}
	.card-create .input {
		margin-top: 15px;
	}
	.create-main .btn-create {
		height: 35px;
		line-height: 35px;
	}
	.card-detail {
		margin-top: 34px;
	}
	.card-create .input p input {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
    .create-part4 .card-detail-1 {
		padding: 22px 0 16px;
	}
	.create-part4 .card-detail-1 b {
		padding: 0 8px 0 120px;
	}
	.create-part4 .card-detail-1 p {
		margin-top: 6px;
		padding: 0 8px 0 120px;
	}
	.create-part4 .card-detail-1 .company {
		padding: 0 8px 0 85px;
		font-size: 14px;
		margin-top: 7px;
	}
	.create-part4 .card-detail-1 span.card-img {
		left: 7px;
		bottom: 22px;
		width: 66px;
		height: 66px;
	}
	.comment .form .item a.uploadImg {
		left: 35px;
		top: 6px;
	}
	.comment .form .item a.uploadImg i {
		width: 18px;
		height: 18px;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1370px) {
    .card-box {
		width: 300px;
		padding: 16px 20px;
	}
	.card-title {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.card-title::after {
		height: 3px;
	}
	.card-main {
		padding: 12px 18px;
		margin-top: 40px;
	}
	.card-main p {
		margin-top: 10px;
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 6px;
	}
	.card-main b {
		width: 65px;
		height: 65px;
		margin: -48px auto 0;
	}
	.card-main span {
		font-size: 12px;
	}
	.card-create {
		padding: 20px 10px;
		margin-top: 10px;
	}
	.card-create .input p input {
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.card-create .input {
		margin-top: 10px;
	}
	.create-main .btn-create {
		margin-top: 10px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.create-main .create-main-p {
		font-size: 12px;
		margin-top: 15px;
	}
	.card-detail {
		margin-top: 30px;
		padding: 18px 0 0;
	}
	.card-detail b {
		font-size: 18px;
		padding: 0 18px;
	}
	.card-detail p {
		padding: 0 18px;
		margin-top: 15px;
	}
	.card-detail .company {
		margin-top: 15px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.card-modify {
		margin-top: 16px;
	}
	.card-modify a {
		font-size: 12px;
	}
	.card-modify a i {
		font-size: 12px;
	}
	.card-create .input p .yzm {
		font-size: 12px;
	}
    .create-part2 .card-detail-1 {
		padding: 18px 0 14px;
		margin-top: 10px;
	}
	.create-part2 .card-detail-1 b {
		height: 24px;
		line-height: 24px;
		font-size: 18px;
		padding: 0 8px 0 110px;
	}
	.create-part2 .card-detail-1 b span {
		font-size: 12px;
		margin-left: 6px;
	}
	.create-part2 .card-detail-1 p {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		margin-top: 6px;
		padding: 0 8px 0 110px;
	}
	.create-part2 .card-detail-1 .company {
		height: 18px;
		line-height: 18px;
		padding: 0 8px 0 80px;
		font-size: 12px;
		margin-top: 7px;
	}
	.create-part2 .card-detail-1 span.card-img {
		left: 5px;
		bottom: 18px;
		width: 62px;
		height: 62px;
	}
	.card-tip {
		margin-top: 12px;
	}
	.card-tip p {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.comment .form .item a.uploadImg {
		left: 35px;
		top: 4px;
	}
	.comment .form .item a.uploadImg i {
		width: 16px;
		height: 16px;
	}
}
@media only screen and (max-width: 1280px) {
    .card-box {
		width: 300px;
		padding: 16px 20px;
	}
	.card-title {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.card-title::after {
		height: 3px;
	}
	.card-main {
		padding: 12px 18px;
		margin-top: 40px;
	}
	.card-main p {
		margin-top: 10px;
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 6px;
	}
	.card-main b {
		width: 65px;
		height: 65px;
		margin: -48px auto 0;
	}
	.card-main span {
		font-size: 12px;
	}
	.card-create {
		padding: 20px 10px;
		margin-top: 10px;
	}
	.card-create .input p input {
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.card-create .input {
		margin-top: 10px;
	}
	.create-main .btn-create {
		margin-top: 10px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.create-main .create-main-p {
		font-size: 12px;
		margin-top: 15px;
	}
	.card-detail {
		margin-top: 30px;
		padding: 18px 0 0;
	}
	.card-detail b {
		font-size: 18px;
		padding: 0 18px;
	}
	.card-detail p {
		padding: 0 18px;
		margin-top: 15px;
	}
	.card-detail .company {
		margin-top: 15px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.card-modify {
		margin-top: 16px;
	}
	.card-modify a {
		font-size: 12px;
	}
	.card-modify a i {
		font-size: 12px;
	}
	.card-create .input p .yzm {
		font-size: 12px;
	}
    .create-part4 .card-detail-1 {
		padding: 18px 0 14px;
		margin-top: 30px;
	}
	.create-part4 .card-detail-1 b {
		height: 24px;
		line-height: 24px;
		font-size: 18px;
		padding: 0 8px 0 110px;
	}
	.create-part4 .card-detail-1 b span {
		font-size: 12px;
		margin-left: 6px;
	}
	.create-part4 .card-detail-1 p {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		margin-top: 6px;
		padding: 0 8px 0 110px;
	}
	.create-part4 .card-detail-1 .company {
		height: 18px;
		line-height: 18px;
		padding: 0 8px 0 80px;
		font-size: 12px;
		margin-top: 7px;
	}
	.create-part4 .card-detail-1 span.card-img {
		left: 5px;
		bottom: 18px;
		width: 62px;
		height: 62px;
	}
	.create-part4 .card-tip {
		margin-top: 12px;
	}
	.create-part4 .card-tip p {
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
    .create-part4 .card-tip p:first-child {
        font-size: 14px;
    }
	.comment .form .item a.uploadImg {
		left: 52px;
		bottom: -36px;
	}
}
