@charset "utf-8";
/* CSS Document */
body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.container{
    width:100%;
    height:100%;
}
.title {
    text-align: center;
    font-size: 34px;
/*    color: #3cc51f;*/
    color: #fff;
    font-weight: 400;
    margin: 0 15%;
}

.sub-title {
    text-align: center;
    color: #f90;
/*  color: #888;*/
    font-size: 14px;
}

.content-padding {
  padding: 15px;
}

.second-title {
    text-align: center;
    font-size: 24px;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

.header {

    width: 100%;
    height: 200px;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
    background-image: url('../img/banner.jpeg');
    background-repeat: no-repeat;
    background-size:cover;
}

footer {
    text-align: center;
    font-size: 14px;
    padding: 20px;
}

footer a {
  color: #999;
  text-decoration: none;
}

.display{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.display-image{
    width:100%;
    height:auto;
/*    clear: both;*/
}
.display-title{
    position: absolute;
    width:auto;
    font-size:50px;
    font-weight: bold;
    color:#fff;
}
.item{
    
}
.item-section{
    width:200rpx;
    /* height:300rpx; */
    padding:25px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item-icon{
    width:150px;
    height: 150px;
}
.item-name{
    text-align: center;
    font-size: 30px;
    margin: 10px 0px;
}
