/*自助服务系统第一期页面改动*/
.mybg{height: calc(100% - 154px); margin-bottom: -10px;padding: 30px;background: url(../../img/bg_b.png); color:#333; font-family: "微软雅黑"}
.logo-title{ color: #353c49; font-size: 18px;}
.logo-title img{ margin-right: 8px; vertical-align: middle;}
.home-title{ font-size: 78px; text-align: center; margin-top: 120px;}
/*三个item时候，窗口的宽度为810px*/
.home-menu{ margin: 116px auto 0;  width: 810px;} 
.home-menu a{ margin-left: 80px; float: left;}
.home-menu .home-item{width: 175px; height: 175px; font-size: 22px; text-align:center; background: #fff; border-radius: 6px; padding-top: 20px; }
.home-menu .home-item .item-img{ height: 100px; width: 175px; display: table-cell; vertical-align:middle; }			
			
			
			

/*手机端样式*/
@media screen and (max-width: 769px) {
	.mybg{ padding: 0; margin: 0; height: 100vh; background: url(../../img/bg_s.png); background-size: cover; }
	.logo-title{ height: 44px; line-height: 44px; background: #fff; font-size: 16px; padding-left: 10px; text-align: center; position: relative;}
	.logo-title img{ width: 40px; position: absolute; left: 15px; top: 10px;}
	.home-title{ font-size: 24px; margin-top: 44px;}
	.home-menu{ margin: 36px auto 0;  width: 316px;}
	.home-menu a{ margin-left: 20px; margin-bottom: 12px;}
	.home-menu .home-item{width: 136px; height: 136px; padding-top: 10px; }
    .home-menu .home-item .item-img{ height: 88px; width: 136px; }
	.home-menu .home-item .item-img img{ width: 44%; }
}

