@CHARSET "UTF-8";
.cabuy-box{
	/* background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	position: fixed; 
	z-index: 100; 
	top: 64px;
	left: 200px; */
}
.cabuy-box>div{
	width: 600px;
	height: 240px;
	text-align: center;
	/* background: #fff;
	position: relative; */
	/* left: 50%;
	margin-left: -370px;
	top: 170px; */
	padding:50px 0px;
	margin: 10px auto;
}
.cabuy-box h3{color: #666;}
.cabuy-box a{color: #ff9966;font-size: 18px;}
