.reproduction {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	display: none;
    z-index: 1000;
}
.reproduction .reproduction-body {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.reproduction .reproduction-body .reproduction-box {
	width: 18.75rem;
	height: 33.125rem;
	background: linear-gradient(270deg, #bce5ff 0%, #87d0ff 100%);
	border-radius: 1rem;
	position: relative;
}
.reproduction .reproduction-body .reproduction-box .reproduction-white {
	width: 100%;
	height: 24.5rem;
	background: #ffffff;
	border-radius: 1rem;
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.reproduction
	.reproduction-body
	.reproduction-box
	.reproduction-white
	.wxScancode {
	width: 10.625rem;
	height: 10.625rem;
	background: url("../image/decorate.png")
		no-repeat center;
	background-size: cover;
	margin-top: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reproduction
	.reproduction-body
	.reproduction-box
	.reproduction-white
	.wxScancode
	.QRcode {
	width: 8.75rem;
	height: 8.75rem;
}

.reproduction
	.reproduction-body
	.reproduction-box
	.reproduction-white
	.wxScancode-title {
	width: 12.1875rem;
	height: 1.3125rem;
	text-align: center;
	line-height: 1.3125rem;
	font-size: 0.9375rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	margin-top: 1.5rem;
}

.reproduction
	.reproduction-body
	.reproduction-box
	.reproduction-white
	.dividing {
	width: 100%;
	height: 0.0625rem;
	background: #f5f5f5;
	margin-top: 2rem;
}
.reproduction
	.reproduction-body
	.reproduction-box
	 img{
         width: 100%;
}
.reproduction
	.reproduction-body
	.reproduction-box
	.reproduction-white
	.clickCopy {
	width: 12.5rem;
	height: 2.75rem;
	background: #87d0ff;
	box-shadow: 0 0.375rem 0.75rem 0 rgba(135, 208, 255, 0.5);
	border-radius: 0.625rem;
	margin-top: 1.875rem;
	font-size: 13px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #14425f;
	text-align: center;
	line-height: 2.75rem;
	cursor: pointer;
}

.reproduction
	.reproduction-body
	.reproduction-box
	.reproduction-white
	.clickCopyCode{
        opacity: 0;
    }
.reproduction .reproduction-body .reproduction-box .decorate {
	width: 8.75rem;
	height: 7.0625rem;
	border-radius: 1rem;
	overflow: hidden;
}

.reproduction .reproduction-body .reproduction-box .decorate img {
	width: 100%;
}
.reproduction .reproduction-body .reproduction-box .illustration {
	width: 100%;
	height: 13.4375rem;
	position: absolute;
	top: -40px;
}
.reproduction .reproduction-body .reproduction-box .illustration img {
	width: 100%;
}

.reproduction .reproduction-body .reproduction-box .toast {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 112px;
	height: 60px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 16px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	margin-left: -56px;
	margin-top: -30px;
	display: none;
}
.reproduction .reproduction-body .close {
	width: 2.75rem;
	height: 2.75rem;
	background: url("../image/close.png")
		no-repeat center;
	background-size: cover;
	margin-top: 1.25rem;
	cursor: pointer;
}

.onLineConsult{
    background: url("../image/zixun.png") #ffffff no-repeat center !important;
    background-size:60% 60% !important;
}
.onLineConsult:hover{
    background: url("../image/onlinezixun.png") #ffffff no-repeat center !important;
    background-size:60% 60% !important;
}
.onLineConsult-title{
        position: absolute;
    top: 10px;
    left: 72px;
    width: 72px;
    font-size: 15px;
    background: #fff;
    height: 30px;
    line-height: 30px;
    display: none;
    }

    .onLineConsult-title::before{
        content: ' ';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    position: absolute;
    left: -8px;
    top: 7px;
    }

.groupChat  .groupChat-box  img{
        width: 100%;
    }