.gotop {
	z-index: 10;
	position: fixed;
	top: 66%;
	left: 50%;
	margin-left: 610px;
	margin-top: 0px;
}

.gotop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}

.gotop ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.gotop li a {
	display: block;
	width: 50px;
	height: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-top: 0px;
	background-color: #f8f9fa;
	color: #888;
	line-height: 15px;
	padding: 10px;
	text-align: center;
}

.gotop li a i {
	line-height: 30px;
	font-size: 20px;
}

.gotop li a em {
	display: none;
}

.gotop li a:hover {
	background-color: rgba(0, 0, 0, 0.125);
	color: #888;
	text-decoration: none
}

.gotop li a:hover i {
	display: none;
}

.gotop li a:hover em {
	display: block;
	font-style: normal;
}

.gotop li a#goToBottom {
	border-top: 0px;
}

.gotop li a#goTopBtn {
	border-bottom: 0px;
}

.gotop li a i.icon-home {
	font-size: 24px;
}

 /*! app */ 


  .aui-layout-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
}
  .aui-layout-text {
    color:#333333;
    font-size: 13px;
    padding-top: 6px;
}
  .aui-layout-icon img {
    width: 56px;
    height: 56px;
    display: block;
    border: none;
    border-radius: 15px;
}
  a.aui-layout-item{  margin:0 0 8px 0;  width: 20%;
    float: left;
    position: relative;
    z-index: 0;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    color: #71777d;}
    
    
    .gonggao {
    height: 36px;
    line-height: 25px;
    padding: 5px;
   background: #ff6700;
    color: #eeeeee;
    text-align: center;
    font-size: 14px;
    margin: auto;
    opacity: 0.9;
}

.gonggao a {
    color: #3f51b5;
    border-radius: 5px;
    background: #FFC107;
    padding: 2px 6px;
    margin: 0 4px;
    text-decoration: none;
}
   
   .gonggao:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1.6em;
    background:
          linear-gradient(to left bottom,transparent 50%, rgba(0,0,0,.2) 0, rgba(0,0,0,.2)) 100% 0 no-repeat;
    height: 3em;
    transform: translateY(-1.3em) rotate(-30deg);
    transform-origin: bottom right;
    border-bottom-left-radius: inherit;
    box-shadow: -0.2em 0.2em 0.3em -0.1em rgba(0,0,0,.15);
}
