*{margin:0; padding: 0;}
p{margin:0;}
a{color:#86c6e4; text-decoration: none;}
a:hover {color: #fff;}
ul,li{list-style: none; margin:0;}
 .wrap {
	margin:  21vw 3% 0;
	border-radius: 2vw;
}
#gContainer {
	background-repeat: no-repeat;
    background-size: 100% auto;
}
.g-copyright{background: #4573a2;}
.wrap ul{
    margin-bottom: 4vw;
    margin-top: -2vw;
}
ul li{
	margin-bottom: 1px;
	padding: 3.6vw 3vw 4.5vw;
	background: #fff;
	border-radius:3vw;
}
.columnName{
    position: relative;
    font-size: 4.8vw;
    color: #22333b;
    font-weight: bold;
    text-align: center;
    height: 12vw;
    background-color: rgba(255,255,255,0.5);
    border-radius: 2.7vw 2.7vw 0 0;
    line-height: 9vw;
    z-index: 2;
}
.img1 {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 48.4vw;
    height: 8.3vw;
    z-index: -1;
}
.product-txt {
    padding: 1.5vw 0 0;
}
.title{
	font-size: 4vw;
	color: #22333b;
}
.card {
	margin-top: 1vw;
    display: flex;
    align-content: space-between;
    align-items: flex-start;
}
.left {flex:1;}
.left p{
	font-size: 3vw;
    color: #6b777c;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}
.left p img{
	width: 5vw;
	margin-right: 1vw;
}
.buy{
 	width: 20.5vw;
	background: linear-gradient(0deg, #3487f9 0%, #95c4ff 100%);
	padding: 2px 0;
    display: inline-block;
    font-size: 3.2vw;
    letter-spacing: 1.5px;
    color: #ffffff;
    border-radius: 4.5vw;
    text-align: center;
	box-sizing: border-box;
}


.panel-modal{position:absolute; top:0px;left:0px; width:100%;height:100%;background-color: rgba(0, 0, 0, 0.22);z-index:1002;overflow:auto;}
.panel-modal .body{margin:20px;display:none;background-color: rgba(247, 246, 245, 0.97);border-radius: 15px;}
.panel-modal .colse{position:absolute;  top:5px; right:5px; height: 40px;width: 40px;background-image: url(http://lib.mangezi.com/img/facebook_close.png);background-size: 100%;}
.panel-modal .body .content{padding:20px;}
.panel-modal .body .content h1, .panel-modal .body .content h2, .panel-modal .body .content h3,.panel-modal .body .content h4, .panel-modal .body .content h5, .panel-modal .body .content h6{font-size:18px;line-height:1.6em;margin-bottom:10px;}
.panel-modal .body .content p{margin-bottom:10px;font: 1em/1.6em "Microsoft YaHei";}
