@charset "utf-8";
*{margin:0;padding:0;}
body{width:100%;height:100%;background: #000;}
.main .item{text-align: center;}
.main h1{color: #f90;text-align: center;margin-top:25px;margin-bottom: 20px;}
.main .row{margin-bottom:10px;border-bottom:1px dotted #999;margin-top:20px;}
.box{height:50px;text-align: center;line-height: 50px;background: #fff;font-size: 20px;display: inline-block;border-radius: 4px;transition: all 0.3s;margin-bottom: 20px;width:100%;}
.box a{color:#333;}
.box:hover{background-color: #f90;box-shadow: 0 0 20px #f90;}
.box:hover .sbtn{color:#fff;text-decoration: none;}
.top{width:100%;height:60px;line-height: 60px;background: #7b5822;position: absolute;top:0;left:0;color:#fff;font-size: 16px;}
.exit{width:80px;display: block;padding-right: 45px;background: url(../Content/img/exit.png) no-repeat 45px center;color:#fff;}
.exit:hover{color:#f90;}
.sbtn{width:100%;height:50px;border:none;background:none;}
@media (min-width: 1200px){
	.main{width:1280px;}
	.main h1{font-size: 36px;}
    .col-lg-3{width:20%;}
}