.coupontool-box*{
	padding:0;
	margin:0;	
}

#detailcoupon{
	width:100%;
	height:auto;
	box-sizing:border-box;
	position:relative;
}
#detailcoupon .con{
	width:70%;
}
#detailcoupon .cdlist{
	height:70px;
	background-repeat:round;
	background-size:cover;
	position:relative;
    margin: 5px 0;
}
#detailcoupon .describe{
	width:66.6667%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	padding:0 25px;
	display: flex;
    align-items: center;
    justify-content: center;
	color:#fff;
	font-size:24px;
	box-sizing:border-box;
}

#detailcoupon .dcbtn{
	width:33.3333%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	display: flex;
    align-items: center;
    justify-content: center;
}
#detailcoupon .dcbtn a{
	background:#fff;
	border-radius:25px;
	padding: 8px 15px;
    display: inline-block;
	font-weight:bold;
	font-size: 18px;
	max-width:80%;
	box-sizing:border-box;
}
#detailcoupon .dcbtn a span{
	display:block;
	white-space: nowrap;
    overflow: hidden;
}

#detailcoupon .coupon_1{
	background-image:url(../image/coupon01.png?v=3);
}
#detailcoupon .coupon_1 .dcbtn a{
	color:#e40000;
}

/*模板2*/
#detailcoupon .coupon_2{
	background-image:url(../image/coupon02.png?v=3);
}
#detailcoupon .coupon_2 .dcbtn a{
	color:#ffb031;
}

/*模板3*/
#detailcoupon .coupon_3{
	background-image:url(../image/coupon03.png?v=3);
}
#detailcoupon .coupon_3 .dcbtn a{
	color:#ff5077;
}

/*模板4*/
#detailcoupon .coupon_4{
	background-image:url(../image/coupon04.png?v=3);
}

#detailcoupon .coupon_4 .describe{
	left:auto;
	right:0;
}
#detailcoupon .coupon_4 .dcbtn{
	right:auto;
	left:0;
}
#detailcoupon .coupon_4 .dcbtn a{
	color:#e6253c;
}



.share-popup-bg{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,.6);
}
.share-popup {
	width:560px;
	position:fixed;
	background:#fff;
	color:#333;
	top:50%;
	left:50%;
	z-index:1000000;
	font-size:14px;
	border-radius:8px;
	text-align:center;
	padding:52px 10px;
	box-sizing:border-box;
	opacity:0;
	transform:translate(-50%,200%);
	background:#fff url(../image/share_popup_bg.png) no-repeat center;
	font-family:'-apple-system',BlinkMacSystemFont,HelveticaNeue-Medium,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif!important;
	min-height:430px;
}
.share-popup.share-popup--show {
	opacity:1;
	transform:translate(-50%,-50%);
	transition:transform .3s linear
}
.share-popup .main-title {
	font-size:20px;
	font-weight:700;
	margin:0 0 16px;
	font-family:OldStandard!important
}
.share-popup .title {
	font-size:40px;
	color:#cc0008;
	font-weight:700;
	line-height:48px;
	margin:0 0 4px;
	font-family:OpenSans!important
}
.share-popup .rule {
	font-weight:700;
	line-height:16px;
	margin-bottom:5px;
}
.share-popup .share-btn {
	font-size:16px;
	margin:40px 0 0
}
.share-popup .share-btn>a {
	width:100%;
	max-width:260px;
	height:40px;
	line-height:40px;
	margin:0 auto 12px;
	cursor:pointer;
	display:block;
	color:#fff;
	position:relative;
	padding-left:110px;
	box-sizing:border-box;
	text-align:left
}
.share-popup .share-btn>a::after,.share-popup .share-btn>a::before {
	font-family:iconfont!important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	position:absolute
}
.share-popup .share-btn>a::before {
	width:58px;
    height: 40px;
	left:0;
	text-align:center
}
.share-popup .share-btn>a svg{
	position: absolute;
    left: 17px;
    top: 10px;
	fill:#fff;
}
.share-popup .share-btn>a::after {
	content:"";
	right:54px;
	opacity:0
}
.share-popup .share-btn>a.share-facebook {
	background:#334e8a
}
.share-popup .share-btn>a.share-facebook::before {
	content:"";
	background:#3a579a
}
.share-popup .share-btn>a.share-twitter {
	background:#029ad8
}
.share-popup .share-btn>a.share-twitter::before {
	content:"";
	background:#02abf0
}
.share-popup .share-btn>a.share-pinterest {
	background:#b8181b
}
.share-popup .share-btn>a.share-pinterest::before {
	content:"";
	background:#cd1b1e
}
.share-popup .explain {
	font-size:12px;
	color:#666;
	letter-spacing:1px;
	line-height:16px
}
.share-popup .coupon-box {
	width:270px;
	height:184px;
	margin:0 auto;
	padding:80px 0 0;
	color:#fff;
	box-sizing:border-box;
	background:url(../image/share_coupon_bg.png) no-repeat center;
	padding:62px 20px 4px 48px;
	display:flex;
	flex-direction:column;
	justify-content:center
}
.share-popup .coupon-box>div {
	width:100%
}
.share-popup .coupon-box>div:nth-of-type(1) strong {
	font-size:28px;
	text-transform:capitalize
}
.share-popup .coupon-box>div:nth-of-type(1) .J-copyCode{
	background: none;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 25px;
    width: 100%;
    font-weight: bold;
	cursor: copy;
}    
.share-popup .share-code {
	font-size:12px;
	margin-top:24px;
	letter-spacing:1px
}
.share-popup .share-code>input {
	border:2px dashed #9a9a9a;
	background:#fff;
	color:#333;
	display:inline-block;
	margin:10px auto;
	box-sizing:border-box;
	width:300px;
	height:40px;
	text-align:center;
	font-size:16px;
	cursor:copy;
	font-weight:700
}
.share-popup .share-code .copy-tips {
	display:none
}
.share-popup .share-succeed .main-title {
	font-size:32px;
	line-height:40px
}
.share-popup .close-popup {
	position:absolute;
	right:20px;
	top:20px;
	font-size:20px;
	cursor:pointer;
	color:#333
}
.display-none {
	padding:0!important;
	height:0!important;
	overflow:hidden!important;
	margin:0!important;
	width:0!important;
	opacity:0
}


.fbdetail #detailcoupon{
	padding:10px;
}


.product_detail_quick_2018 #detailcoupon .con{
	width:100%;
}

@media screen and (max-width:768px){
	.share-popup {
		width: 100%;
		padding: 30px;
		border-radius: 0;
		opacity: 0;
		display: block;
		left: 0;
		top: auto;
		bottom: 0;
		transform: translate(0,100%);
	}
	.share-popup.share-popup--show {
		opacity: 1;
		transform: translate(0,0);
	}
	
}

@media screen and (max-width:480px){
	#coupontool .con .text .con-txt h5{
		font-size:12px;
	}
	#detailcoupon .con{
		width:100%;
	}
	#detailcoupon .cdlist{
		height:70px;
	}
	#detailcoupon .dcbtn a{
		font-size:16px;
	}
}





