﻿/* popup */

.bypc-popup {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	min-width: 1400px;
	height: 80px;
	color: #FFF;
	overflow: hidden;
	background-color: rgba(51, 103, 214, 0.9);
	border-top: 1px solid #1a55d2;
}

.bypc-popup a.link-shop {
	display: block;   
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 80px;
	cursor: pointer;
}

/* popup content */

.bypc-popup .bypc-popup-content {
	display: block;
	margin: 0 auto;
	width: 1400px;
	height: 80px;
	text-align: center;
}

/* popup content - contact */
.bypc-popup .bypc-popup-content .contact {
	position: relative;
	top: 24px;
	display: inline-block;
	padding-right: 60px;
	margin-left: 60px;
	text-align: left;
}


.bypc-popup .bypc-popup-content .contact span {
	display: block;
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 1px;
}


/* popup content - qq */
.bypc-popup .bypc-popup-content .qq {
	position: relative;
	top: 20px;
	z-index: 99;
	display: inline-block;
	padding: 6px;
	width: 180px;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFF !important;
	border-radius: 20px;
	background-color: rgba(31, 87, 206, 0.8);
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.bypc-popup .bypc-popup-content .wechat {
	position: relative;
	top: 20px;
	z-index: 99;
	display: inline-block;
	padding: 6px;
	width: 180px;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFF !important;
	border-radius: 20px;
	background-color: rgba(38, 171, 40, 0.8);
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.bypc-popup .bypc-popup-content .qq i,
.bypc-popup .bypc-popup-content .wechat i{
	margin-right: 8px;
	font-size: 20px;
}


.bypc-popup .bypc-popup-content .qq:hover {
	color: rgba(51, 103, 214, 0.95)!important;
	background-color: #FFFF00;
	border: 2px solid #FFFF00;
}

.bypc-popup .bypc-popup-content .wechat:hover {
	color: rgba(255, 255, 255, 0.95) !important;
	background-color: #FF6600;
	border: 2px solid #FF6600;
}

/* popup button */

.bypc-popup button.bypc-popup-close {
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 99;
	padding: 0;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	outline: none;
	background-image: url(../../bypc/img/icon_close.svg);
    background-repeat: no-repeat;
    background-size: cover;
	opacity: 0.6;	
}

.bypc-popup button.bypc-popup-close:hover {
	opacity: 1;
}



/*elastic frame*/
.bypc-weixin {
	display: none;
	position:fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:9999;
	width: 100%;
	color: #333;
	background: none 0% 0% repeat scroll rgb(0, 0, 0);
    opacity: 0.3;
	overflow: hidden;
}

.bypc-weixin-content {
	display: none;
	position: fixed;
	bottom: 150px;
	z-index: 10001;
	left: 36%;
	width: 380px;
	height: 380px;
	padding: 15px;
	color: #333;
	background: #FFFFFF;
	overflow: hidden;
	border: 4px solid #DDDDDD;
}

.bypc-weixin-close{
	font-size: 26px;
	font-weight: 600;
    color: #999;
    position: absolute;
    top: -5px;
    right: 10px;
    cursor: pointer;
}

.bypc-weixin-content img{
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 300px;
}

.bypc-weixin-content font{
	display: block;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	letter-spacing: 1px;
	
}
