
#scroller{
    text-align: center;
}
.index-about-wrap,.index-link-wrap{
    width: 6.4rem;
    margin: auto;
}

.index-about-wrap p:nth-of-type(1){
    margin: .8rem auto .3rem;
    font-size: .36rem;
    line-height: .47rem;
}

.index-about-wrap p:nth-of-type(2){
    color: #A0A0A0;
    font-size: .3rem;
    line-height: .47rem;
    text-align: justify;
    margin-bottom: .52rem;
}
.index-link-wrap a{
    display: block;
    position: relative;
    z-index: 0;
    margin-top: 1rem;
}
.index-link-wrap img{
    width: 100%;
    display: block;
    position: relative;
    z-index: -1;
}
.cases-wrap p{
    margin: .8rem auto .3rem;
    font-size: .36rem;
    line-height: .47rem;
}
.cases{
    background-color: #303030;
    padding-top: .5rem;
}
.cases img{
    height: 6rem;
    display: block;
    margin: auto;
    margin-top: .5rem;
}
.go-gallery-btn{
    height: .93rem;
    width: 2.7rem;
    border: 6px solid #ED6100;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    background-color: #303030;
    color: #fff;
    outline: none;
    margin-top: .75rem;
    margin-bottom: 1rem;
}
