﻿.container-box {
	width: 425px;
	margin: 100px auto 10px auto;
	position: relative;
}

.container-box ul {
	width:100%; height:auto; float:left;
	margin-top:20px;
}

.container-box li {
	float: left;
	list-style-type: none;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 0px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	width: 160px;
    height: 223px;
	background-color: #fff;
}
.container-box .fr{ float:right;}

.container-box li img {
	width: 160px;
    height: 223px;
	border-radius: 10px;
}
.hide {
	background-color: #fff;
	display: inline-block;
	width: 160px;
    height: 223px;
	position: absolute;
	z-index: 9998;
	border-radius:8px;
}

.box {
	position: relative;
}

.list {
	position: absolute;
}

.analyze{
	height:auto;
	border:1px solid #626262;
	padding:15px;
	display: none;
	border-radius:3px;
	margin-top:2rem;
	background:#ffffbb;
}
.analyze span{ font-size:16px; font-weight:bold; display:block; margin-bottom:8px;}
.analyze p{ font-size:16px;}
.analyze p b{ color:#F00; font-size:22px;}
.btn-analyze{
	display:inline-block;
	width:200px;
	height:40px;
	line-height: 40px;
	border:1px solid #ccc;
	border-radius:5px;
	background-color: #c01209;
	color:#fff;
	font-size: 16px;
	margin-top:70px;
	position: relative;
	z-index: 999;
}

#popup {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	z-index: 999999;
}

#popup .bg {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

@media \0screen\,screen\9 {
	#popup .bg {
		background-color: #000000;
		filter: Alpha(opacity = 50);
		position: static;
	}
	#popup .bg img {
		position: relative;
	}
}

#popup img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
}
.xipai_btn{background: #c01209;
    color: #fff;
    width: 120px;
	text-align:center;
    display: block;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
    margin: auto;
    text-rendering: auto;
    letter-spacing: 3px;}
	
.wanling_txt{ width:100%; height: 30px; border: 1px solid #c01209; line-height: 30px; text-indent: 1rem;}
.wenxin_msg{ line-height:30px;}
.tuijian{width:100%; height:auto; font-size:14px; margin-top:2rem;}
.tuijian a{ width:100%; line-height:25px; display:block; color:#c01209;}
#buy{
	display: block;
    position: absolute;
    right: 0;
    z-index: 99999;
    border-radius: 10px;
	}
#buy img{ width:100%;}
#buy a{ color:#F22929;  width:60%; height:35px; line-height: 35px;border: 1px solid #FFEBEB;background: rgb(246, 219, 219);border-radius:5px; font-weight:bold; text-align:center; font-size:16px; position:absolute; left:50%; top:50%; margin-left:-30%; margin-top:-17px;}
	
	
	
	
	
	
	