/**网站主题样式**/
.current-theme{/**当前适用的主题**/
	background: #edf1fa;
}

.theme1{/**主题1**/
	background: #edf1fa;
}

.theme2{/**主题2**/
    background: url("../../index/images/allBg.jpg") top repeat-x #AAC6F8;
} 

.theme3{/**主题3**/
    background: url("../../index/images/theme3.png") top repeat-x #AAC6F8;
} 

.theme4{/***/
	background: #3B61BC;
}

.common-shadow{
	box-shadow: 0 3px 10px 0 #95a4c5;
}