/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.box {
  width: 650px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 15px;
  margin-top: 300px;
  padding-bottom: 50px;
}
.box h1 {
  text-align: center;
  color: #474747;
}
.box p {
  text-align: center;
  color: #fff;
  background-color: #5279fa;
  padding: 10px 10px;
  border-radius: 8px;
}
.box ul {
  margin-top: 25px;
  margin: 50px 15px 0px 15px;
}
.box ul li {
  list-style: none;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box ul li a {
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  font-size: 17px;
  background-color: #5279fa;
  width: 160px;
  line-height: 45px;
  text-align: center;
}
/* .box ul li i{
	
} */
.footer {
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  border-radius: 8px;
  position: fixed;
  bottom: 0;
  box-shadow: none;
  color: #ccc;
}
.mdui-color-blue .mdui-shadow-3 {
  box-shadow: none !important;
}
.footer a {
  color: #ccc;
  text-decoration: none;
}
.footer a:hover {
  color: #5279fa;
}
@media only screen and (max-width: 500px) {
  .box {
    width: 96%;
    margin-top: 300px;
  }
  .box ul li a {
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    background-color: #5279fa;
    width: 130px;
    line-height: 35px;
  }
  .footer {
    width: 96%;
    text-align: center;
    color: #ccc;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 8px;
    margin: 30px 10px;
  }
  .box ul li span {
    display: none;
  }
}
