html{
	background-color: rgb(241, 242, 243);
}
.box{
	margin: 3px;
	background: #fff;
	border-radius: 5px;
    box-shadow: 1px 4px 5px #ddd!important;
	 -webkit-box-shadow:1px 4px 5px #ddd;
	-moz-box-shadow:1px 4px 5px #ddd;
    padding: 20px 0;
    margin-top:30px;
    border-top: 1px solid #eee;
}
.box_menu{
	float: left;
	width: 210px;
}
.box_menu ul{
	width: 160px;
    margin :0 auto; 
}
.box_menu li{
	background:  #f5f5f5;
    line-height: 50px;
    border-radius: 2px;
    margin-bottom: 2px;
}
.box_menu li:hover{
	background: url('../images/right4.png') #ddd no-repeat right center;
}
.box_menu li.act{
	background: #dc282d url('../images/right3.png') no-repeat right center;
}
.box_menu li.act:hover{

	background: #1a8fd1 url('../images/right3.png') no-repeat right center;
}
.box_menu li.act a{
	color: #fff;
}
.box_menu li a{
	display: block;
	padding-left: 15px; 
    border-radius: 2px;
    color: #767676;
    font-size: 14px;
}
.box_content{
	float: left;
	width: 930px;
	border-left: 1px solid #ddd;
	padding-left: 25px; 
}
.box_title{
	border-bottom: 1px solid #e2e2e2;
}
.box_title span{
	font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s; 
    line-height: 40px; 
    padding: 0 30px;
    display: inline-block;
    cursor: pointer; 
	color: #dc282d;
	border-bottom: 3px solid #dc282d;
}
.box_group input{
	display: block;
	height: 38px;
    line-height: 38px;
    line-height: 36px\9;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    margin-top: 20px;
    outline: 0;
    text-indent: 12px;
}
/*#showResult{*/
    /*margin-top: 20px;*/
/*}*/
/*#showResult i{*/
    /*color: #f60;*/
    /*font-size: 14px;*/
    /*font-weight: bold;*/
/*}*/
/*#searchload{*/
    /*margin-top: 20px;*/
    /*background: url("../images/load2.gif") no-repeat left center;*/
    /*padding-left: 30px;*/
/*}*/
.box_group input:focus{
	border: 1px solid #02cfa0;
}
.box_group input.keyword{
	width: 360px;
}
.box_group input.goodslink{
	width: 800px;
}
.box_group a{
	display: block;
    height: 38px;
    line-height: 38px; 
    width: 150px;
    background: #dc282d;
    color: #fff; 
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    opacity: .9;
    margin: 20px 0;
}
.box_group a:hover{
	background: #1a8fd1;
}


.tips{
    background: #f2dede;
    font-size: 14px;
    color: red;
    padding: 10px;
}

.effect{

}
.effect h2{
    color: #f60;
    font-size: 18px;
    margin:0 0 15px;
}
.effect p{
    line-height: 25px;
}